Home
last modified time | relevance | path

Searched refs:LiveDebugVariablesWrapperLegacy (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h71 class LiveDebugVariablesWrapperLegacy : public MachineFunctionPass {
77 LiveDebugVariablesWrapperLegacy();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariablesWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument
182 AU.addRequired<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
183 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
H A DVirtRegMap.cpp264 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariablesWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
277 AU.addRequired<LiveDebugVariablesWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
284 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
295 getAnalysis<LiveDebugVariablesWrapperLegacy>().getLDV(); in runOnMachineFunction()
H A DLiveDebugVariables.cpp78 char LiveDebugVariablesWrapperLegacy::ID = 0;
80 INITIALIZE_PASS_BEGIN(LiveDebugVariablesWrapperLegacy, DEBUG_TYPE,
84 INITIALIZE_PASS_END(LiveDebugVariablesWrapperLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
87 void LiveDebugVariablesWrapperLegacy::getAnalysisUsage( in INITIALIZE_PASS_DEPENDENCY()
95 LiveDebugVariablesWrapperLegacy::LiveDebugVariablesWrapperLegacy() in LiveDebugVariablesWrapperLegacy() function in LiveDebugVariablesWrapperLegacy
1312 bool LiveDebugVariablesWrapperLegacy::runOnMachineFunction( in runOnMachineFunction()
H A DRegAllocGreedy.h46 class LiveDebugVariablesWrapperLegacy; variable
H A DStackSlotColoring.cpp182 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
H A DRegAllocGreedy.cpp278 DebugVars = &P.getAnalysis<LiveDebugVariablesWrapperLegacy>().getLDV(); in RequiredAnalyses()
296 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariablesWrapperLegacy)
345 AU.addRequired<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
346 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchDeadRegisterDefinitions.cpp40 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVDeadRegisterDefinitions.cpp40 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
H A DRISCVInsertVSETVLI.cpp874 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()