LLVM API Documentation
#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "lowerinvoke" |
Functions | |
STATISTIC (NumInvokes,"Number of invokes replaced") |
#define DEBUG_TYPE "lowerinvoke" |
Definition at line 27 of file LowerInvoke.cpp.
STATISTIC | ( | NumInvokes | , |
"Number of invokes replaced" | |||
) |