Searched refs:TheDelegate (Results 1 – 4 of 4) sorted by relevance
162 if (TheDelegate && TheDelegate->LRE_CanEraseVirtReg(Reg)) in eraseVirtReg()286 if (TheDelegate) in eliminateDeadDef()287 TheDelegate->LRE_WillShrinkVirtReg(LI.reg); in eliminateDeadDef()313 if (TheDelegate) in eliminateDeadDef()314 TheDelegate->LRE_WillEraseInstruction(MI); in eliminateDeadDef()348 if (TheDelegate) in eliminateDeadDefs()349 TheDelegate->LRE_WillShrinkVirtReg(LI->reg); in eliminateDeadDefs()384 if (TheDelegate) in eliminateDeadDefs()385 TheDelegate->LRE_DidCloneVirtReg(Dups.back()->reg, LI->reg); in eliminateDeadDefs()
26 : TM(TM), TheDelegate(nullptr), IsSSA(true), TracksLiveness(true) { in MachineRegisterInfo()107 if (TheDelegate) in createVirtualRegister()108 TheDelegate->MRI_NoteNewVirtualRegister(Reg); in createVirtualRegister()
66 Delegate *const TheDelegate; variable123 TheDelegate(delegate), in Parent()
43 Delegate *TheDelegate; variable136 assert(TheDelegate == delegate && in resetDelegate()138 TheDelegate = nullptr; in resetDelegate()142 assert(delegate && !TheDelegate && in setDelegate()146 TheDelegate = delegate; in setDelegate()