Searched refs:CurLI (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.h | 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; 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 D | SplitKit.cpp | 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() [all …]
|