Home
last modified time | relevance | path

Searched refs:CurLI (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h61 SlotIndex computeLastInsertPoint(const LiveInterval &CurLI,
68 SlotIndex getLastInsertPoint(const LiveInterval &CurLI, in getLastInsertPoint() argument
75 return computeLastInsertPoint(CurLI, MBB); in getLastInsertPoint()
79 MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,
142 const LiveInterval *CurLI = nullptr;
190 const LiveInterval &getParent() const { return *CurLI; } in getParent()
239 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint()
243 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint()
247 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter()
H A DSplitKit.cpp64 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() argument
112 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
117 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
141 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() argument
143 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()
162 CurLI = nullptr; in clear()
172 for (const VNInfo *VNI : CurLI->valnos) in analyzeUses()
178 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg())) in analyzeUses()
198 .shrinkToUses(const_cast<LiveInterval*>(CurLI)); in analyzeUses()
216 if (CurLI->empty()) in calcLiveBlockInfo()
[all …]