Searched refs:CurLI (Results 1 – 2 of 2) sorted by relevance
49 /// spill or other instruction related with CurLI.60 SlotIndex computeLastInsertPoint(const LiveInterval &CurLI,67 SlotIndex getLastInsertPoint(const LiveInterval &CurLI, in getLastInsertPoint() argument 74 return computeLastInsertPoint(CurLI, MBB); in getLastInsertPoint() 78 MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,141 const LiveInterval *CurLI = nullptr;149 /// UseBlocks - Blocks where CurLI has uses.156 /// ThroughBlocks - Block numbers where CurLI is live through without uses.166 // Sumarize statistics by counting instructions using CurLI.169 /// calcLiveBlockInfo - Compute per-block information about CurLI[all...]
67 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() argument115 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()120 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()143 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() argument145 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()[all …]