Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A 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;
185 const LiveInterval &getParent() const { return *CurLI; } in getParent()
236 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint()
240 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint()
244 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter()
H A DSplitKit.cpp66 InsertPointAnalysis::computeLastInsertPoint(const LiveInterval &CurLI, in computeLastInsertPoint() argument
114 return LIS.isLiveInToMBB(CurLI, EHPad); in computeLastInsertPoint()
119 const VNInfo *VNI = CurLI.getVNInfoBefore(MBBEnd); in computeLastInsertPoint()
142 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() argument
144 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()
163 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()
202 if (CurLI->empty()) in calcLiveBlockInfo()
205 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo()
[all …]