LLVM  3.7.0
Macros | Functions
LowerInvoke.cpp File Reference
#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"
Include dependency graph for LowerInvoke.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "lowerinvoke"
 

Functions

 STATISTIC (NumInvokes,"Number of invokes replaced")
 

Macro Definition Documentation

#define DEBUG_TYPE   "lowerinvoke"

Definition at line 27 of file LowerInvoke.cpp.

Function Documentation

STATISTIC ( NumInvokes  ,
"Number of invokes replaced"   
)