LLVM API Documentation

Defines | Functions
DwarfEHPrepare.cpp File Reference
#include "llvm/CodeGen/Passes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Pass.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/SSAUpdater.h"
Include dependency graph for DwarfEHPrepare.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "dwarfehprepare"

Functions

 STATISTIC (NumResumesLowered,"Number of resume calls lowered")

Define Documentation

#define DEBUG_TYPE   "dwarfehprepare"

Definition at line 31 of file DwarfEHPrepare.cpp.


Function Documentation

STATISTIC ( NumResumesLowered  ,
"Number of resume calls lowered"   
)