Searched refs:getVRM (Results 1 – 11 of 11) sorted by relevance
206 VirtRegMap &getVRM() { return VRM; } in getVRM() function207 const VirtRegMap &getVRM() const { return VRM; } in getVRM() function
119 auto *VRM = VRMWrapper ? &VRMWrapper->getVRM() : nullptr; in runOnMachineFunction()
194 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
283 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
377 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
145 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
317 RegAllocBase::init(getAnalysis<VirtRegMapWrapperLegacy>().getVRM(), in runOnMachineFunction()
55 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
290 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
798 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
267 VRM = &P.getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in RequiredAnalyses()