LLVM 20.0.0git
|
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PseudoProbe.h"
#include "llvm/InitializePasses.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "pseudo-probe-inserter" |
Functions | |
INITIALIZE_PASS_BEGIN (PseudoProbeInserter, DEBUG_TYPE, "Insert pseudo probe annotations for value profiling", false, false) INITIALIZE_PASS_END(PseudoProbeInserter | |
Variables | |
DEBUG_TYPE | |
Insert pseudo probe annotations for value | profiling |
Insert pseudo probe annotations for value | false |
#define DEBUG_TYPE "pseudo-probe-inserter" |
Definition at line 25 of file PseudoProbeInserter.cpp.
INITIALIZE_PASS_BEGIN | ( | PseudoProbeInserter | , |
DEBUG_TYPE | , | ||
"Insert pseudo probe annotations for value profiling" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 144 of file PseudoProbeInserter.cpp.
Definition at line 146 of file PseudoProbeInserter.cpp.
Definition at line 145 of file PseudoProbeInserter.cpp.