Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSplitKit.h60 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;
181 const LiveInterval &getParent() const { return *CurLI; } in getParent()
230 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint()
234 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint()
238 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter()
DSplitKit.cpp62 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() argument
110 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
115 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
139 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() argument
141 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()
160 CurLI = nullptr; in clear()
169 for (const VNInfo *VNI : CurLI->valnos) in analyzeUses()
175 for (MachineOperand &MO : MRI.use_nodbg_operands(CurLI->reg())) in analyzeUses()
200 if (CurLI->empty()) in calcLiveBlockInfo()
203 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo()
[all …]