Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp162 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()
DMachineRegisterInfo.cpp26 : TM(TM), TheDelegate(nullptr), IsSSA(true), TracksLiveness(true) { in MachineRegisterInfo()
107 if (TheDelegate) in createVirtualRegister()
108 TheDelegate->MRI_NoteNewVirtualRegister(Reg); in createVirtualRegister()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h66 Delegate *const TheDelegate; variable
123 TheDelegate(delegate), in Parent()
DMachineRegisterInfo.h43 Delegate *TheDelegate; variable
136 assert(TheDelegate == delegate && in resetDelegate()
138 TheDelegate = nullptr; in resetDelegate()
142 assert(delegate && !TheDelegate && in setDelegate()
146 TheDelegate = delegate; in setDelegate()