HomeSort by relevance Sort by last modified time
    Searched refs:TheDelegate (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 162 if (TheDelegate && TheDelegate->LRE_CanEraseVirtReg(Reg))
286 if (TheDelegate)
287 TheDelegate->LRE_WillShrinkVirtReg(LI.reg);
313 if (TheDelegate)
314 TheDelegate->LRE_WillEraseInstruction(MI);
348 if (TheDelegate)
349 TheDelegate->LRE_WillShrinkVirtReg(LI->reg);
384 if (TheDelegate)
385 TheDelegate->LRE_DidCloneVirtReg(Dups.back()->reg, LI->reg)
    [all...]
MachineRegisterInfo.cpp 26 : TM(TM), TheDelegate(nullptr), IsSSA(true), TracksLiveness(true) {
107 if (TheDelegate)
108 TheDelegate->MRI_NoteNewVirtualRegister(Reg);
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 66 Delegate *const TheDelegate;
123 TheDelegate(delegate),
MachineRegisterInfo.h 43 Delegate *TheDelegate;
136 assert(TheDelegate == delegate &&
138 TheDelegate = nullptr;
142 assert(delegate && !TheDelegate &&
146 TheDelegate = delegate;
    [all...]

Completed in 82 milliseconds