Lines Matching refs:CurLI
67 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() argument
115 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
120 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
143 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() argument
145 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()
164 CurLI = nullptr; in clear()
173 for (const VNInfo *VNI : CurLI->valnos) in analyzeUses()
179 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg())) in analyzeUses()
203 if (CurLI->empty()) in calcLiveBlockInfo()
206 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo()
207 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo()
307 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
335 Register OrigReg = VRM.getOriginal(CurLI->reg()); in isOriginalEndpoint()
350 CurLI = li; in analyze()