LLVM API Documentation

Defines | 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.

Defines

#define DEBUG_TYPE   "lowerinvoke"

Functions

 STATISTIC (NumInvokes,"Number of invokes replaced")

Define Documentation

#define DEBUG_TYPE   "lowerinvoke"

Definition at line 27 of file LowerInvoke.cpp.


Function Documentation

STATISTIC ( NumInvokes  ,
"Number of invokes replaced"   
)