reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
160 CurLI = nullptr; 170 for (const VNInfo *VNI : CurLI->valnos) 176 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg)) 196 .shrinkToUses(const_cast<LiveInterval*>(CurLI)); 214 if (CurLI->empty()) 217 LiveInterval::const_iterator LVI = CurLI->begin(); 218 LiveInterval::const_iterator LVE = CurLI->end(); 312 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); 341 unsigned OrigReg = VRM.getOriginal(CurLI->reg); 356 CurLI = li;lib/CodeGen/SplitKit.h
185 const LiveInterval &getParent() const { return *CurLI; } 234 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); 238 return IPA.getLastInsertPointIter(*CurLI, *BB);