Searched refs:LiveDebugVariablesWrapperLegacy (Results 1 – 10 of 10) sorted by relevance
71 class LiveDebugVariablesWrapperLegacy : public MachineFunctionPass {77 LiveDebugVariablesWrapperLegacy();
132 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariablesWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument182 AU.addRequired<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()183 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
264 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()
78 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 LiveDebugVariablesWrapperLegacy1312 bool LiveDebugVariablesWrapperLegacy::runOnMachineFunction( in runOnMachineFunction()
46 class LiveDebugVariablesWrapperLegacy; variable
182 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
278 DebugVars = &P.getAnalysis<LiveDebugVariablesWrapperLegacy>().getLDV(); in RequiredAnalyses()296 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariablesWrapperLegacy)345 AU.addRequired<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()346 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
40 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()
874 AU.addPreserved<LiveDebugVariablesWrapperLegacy>(); in getAnalysisUsage()