Home
last modified time | relevance | path

Searched refs:TheDelegate (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp160 if (TheDelegate && TheDelegate->LRE_CanEraseVirtReg(Reg)) in eraseVirtReg()
276 if (TheDelegate && LI.getVNInfoAt(Idx) != nullptr) in eliminateDeadDef()
277 TheDelegate->LRE_WillShrinkVirtReg(LI.reg); in eliminateDeadDef()
302 if (TheDelegate) in eliminateDeadDef()
303 TheDelegate->LRE_WillEraseInstruction(MI); in eliminateDeadDef()
337 if (TheDelegate) in eliminateDeadDefs()
338 TheDelegate->LRE_WillShrinkVirtReg(LI->reg); in eliminateDeadDefs()
373 if (TheDelegate) in eliminateDeadDefs()
374 TheDelegate->LRE_DidCloneVirtReg(Dups.back()->reg, LI->reg); in eliminateDeadDefs()
DMachineRegisterInfo.cpp27 : MF(MF), TheDelegate(nullptr), IsSSA(true), TracksLiveness(true), in MachineRegisterInfo()
102 if (TheDelegate) in createVirtualRegister()
103 TheDelegate->MRI_NoteNewVirtualRegister(Reg); in createVirtualRegister()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h67 Delegate *const TheDelegate; variable
120 TheDelegate(delegate), FirstNew(newRegs.size()), in Parent()
DMachineRegisterInfo.h44 Delegate *TheDelegate; variable
139 assert(TheDelegate == delegate && in resetDelegate()
141 TheDelegate = nullptr; in resetDelegate()
145 assert(delegate && !TheDelegate && in setDelegate()
149 TheDelegate = delegate; in setDelegate()