Lines Matching refs:CurLI
49 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() argument
90 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
95 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
112 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() argument
114 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()
127 TII(*MF.getSubtarget().getInstrInfo()), CurLI(nullptr), in SplitAnalysis()
134 CurLI = nullptr; in clear()
144 for (const VNInfo *VNI : CurLI->valnos) in analyzeUses()
150 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg)) in analyzeUses()
170 .shrinkToUses(const_cast<LiveInterval*>(CurLI)); in analyzeUses()
189 if (CurLI->empty()) in calcLiveBlockInfo()
192 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo()
193 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo()
287 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
316 unsigned OrigReg = VRM.getOriginal(CurLI->reg); in isOriginalEndpoint()
331 CurLI = li; in analyze()