Searched refs:LiveStacksWrapperLegacy (Results 1 – 12 of 12) sorted by relevance
23 char LiveStacksWrapperLegacy::ID = 0;24 INITIALIZE_PASS_BEGIN(LiveStacksWrapperLegacy, DEBUG_TYPE,27 INITIALIZE_PASS_END(LiveStacksWrapperLegacy, DEBUG_TYPE,30 char &llvm::LiveStacksID = LiveStacksWrapperLegacy::ID;32 void LiveStacksWrapperLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()86 bool LiveStacksWrapperLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()92 void LiveStacksWrapperLegacy::releaseMemory() { Impl = LiveStacks(); } in releaseMemory()94 void LiveStacksWrapperLegacy::print(raw_ostream &OS, const Module *) const { in print()
137 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()184 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()185 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()314 auto &LiveStks = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
172 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()199 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)571 LiveStacks *LS = &getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
266 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()278 AU.addRequired<LiveStacksWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()279 AU.addPreserved<LiveStacksWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
551 au.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()552 au.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()795 auto &LiveStks = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
269 LSS = &P.getAnalysis<LiveStacksWrapperLegacy>().getLS(); in RequiredAnalyses()301 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)347 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()348 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
374 AU.addUsedIfAvailable<LiveStacksWrapperLegacy>(); in getAnalysisUsage()495 auto *LSWrapper = PASS->getAnalysisIfAvailable<LiveStacksWrapperLegacy>(); in verify()
52 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()69 auto &LS = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()162 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)
96 class LiveStacksWrapperLegacy : public MachineFunctionPass {102 LiveStacksWrapperLegacy() : MachineFunctionPass(ID) { in LiveStacksWrapperLegacy() function
41 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
875 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()