LLVM API Documentation
#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"
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "dwarfehprepare" |
Functions | |
STATISTIC (NumResumesLowered,"Number of resume calls lowered") |
#define DEBUG_TYPE "dwarfehprepare" |
Definition at line 31 of file DwarfEHPrepare.cpp.
STATISTIC | ( | NumResumesLowered | , |
"Number of resume calls lowered" | |||
) |