LLVM
15.0.0git
|
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LivePhysRegs.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "stackmaps" |
Functions | |
STATISTIC (NumStackMapFuncVisited, "Number of functions visited") | |
STATISTIC (NumStackMapFuncSkipped, "Number of functions skipped") | |
STATISTIC (NumBBsVisited, "Number of basic blocks visited") | |
STATISTIC (NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap") | |
STATISTIC (NumStackMaps, "Number of StackMaps visited") | |
INITIALIZE_PASS (StackMapLiveness, "stackmap-liveness", "StackMap Liveness Analysis", false, false) StackMapLiveness | |
Default construct and initialize the pass. More... | |
Variables | |
static cl::opt< bool > | EnablePatchPointLiveness ("enable-patchpoint-liveness", cl::Hidden, cl::init(true), cl::desc("Enable PatchPoint Liveness Analysis Pass")) |
#define DEBUG_TYPE "stackmaps" |
Definition at line 29 of file StackMapLivenessAnalysis.cpp.
INITIALIZE_PASS | ( | StackMapLiveness | , |
"stackmap-liveness" | , | ||
"StackMap Liveness Analysis" | , | ||
false | , | ||
false | |||
) |
Default construct and initialize the pass.
Definition at line 87 of file StackMapLivenessAnalysis.cpp.
References llvm::PassRegistry::getPassRegistry(), and llvm::initializeStackMapLivenessPass().
STATISTIC | ( | NumBBsHaveNoStackmap | , |
"Number of basic blocks with no stackmap" | |||
) |
STATISTIC | ( | NumBBsVisited | , |
"Number of basic blocks visited" | |||
) |