Lines Matching refs:VRM
184 VirtRegMap VRM; in run() local
185 VRM.init(MF); in run()
186 return VRM; in run()
208 VirtRegMap *VRM = nullptr; member in __anonbe45f4950111::VirtRegRewriter
226 LiveRegMatrix *LRM, VirtRegMap *VRM, in VirtRegRewriter() argument
228 : Indexes(Indexes), LIS(LIS), LRM(LRM), VRM(VRM), DebugVars(DebugVars), in VirtRegRewriter()
290 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
297 VirtRegRewriter R(ClearVirtRegs, &Indexes, &LIS, &LRM, &VRM, &DebugVars); in runOnMachineFunction()
306 VirtRegMap &VRM = MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
313 VirtRegRewriter R(ClearVirtRegs, &Indexes, &LIS, &LRM, &VRM, &DebugVars); in run()
337 LLVM_DEBUG(VRM->dump()); in run()
340 LIS->addKillFlags(VRM); in run()
353 DebugVars->emitDebugValues(VRM); in run()
357 VRM->clearAllVirt(); in run()
420 MCRegister PhysReg = VRM->getPhys(VirtReg); in addMBBLiveIns()
657 MCRegister PhysReg = VRM->getPhys(VirtReg); in rewrite()