Searched refs:VirtRegMapWrapperLegacy (Results 1 – 11 of 11) sorted by relevance
252 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()256 AU.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()268 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)283 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
67 AU.addUsedIfAvailable<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()78 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)118 auto *VRMWrapper = getAnalysisIfAvailable<VirtRegMapWrapperLegacy>(); in runOnMachineFunction()
71 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()83 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)194 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
94 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()106 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)377 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
141 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()194 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()195 AU.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()317 RegAllocBase::init(getAnalysis<VirtRegMapWrapperLegacy>().getVRM(), in runOnMachineFunction()
42 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()49 AU.addRequiredTransitive<VirtRegMapWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()55 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
60 char VirtRegMapWrapperLegacy::ID = 0;62 INITIALIZE_PASS(VirtRegMapWrapperLegacy, "virtregmap", "Virtual Register Map",267 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()280 AU.addRequired<VirtRegMapWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()290 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
559 au.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()560 au.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()798 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
267 VRM = &P.getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in RequiredAnalyses()304 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)353 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()354 AU.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
52 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()73 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument145 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
194 class VirtRegMapWrapperLegacy : public MachineFunctionPass {200 VirtRegMapWrapperLegacy() : MachineFunctionPass(ID) {} in VirtRegMapWrapperLegacy() function