Searched refs:endIdx (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp197 SlotIndex endIdx; local
199 endIdx = getMBBEndIdx(MBB);
201 endIdx = getInstructionIndex(*End);
208 IndexList::iterator ListI = endIdx.listEntry()->getIterator();
H A DLiveIntervals.cpp1494 const SlotIndex endIdx,
1497 LiveInterval::iterator LII = LR.find(endIdx);
1504 if (LII != LR.end() && LII->start < endIdx)
1598 SlotIndex endIdx; local
1600 endIdx = getMBBEndIdx(MBB).getPrevSlot();
1602 endIdx = getInstructionIndex(*End);
1631 repairOldRegInRange(Begin, End, endIdx, S, Reg, S.LaneMask);
1633 repairOldRegInRange(Begin, End, endIdx, LI, Reg);
1492 repairOldRegInRange(const MachineBasicBlock::iterator Begin, const MachineBasicBlock::iterator End, const SlotIndex endIdx, LiveRange &LR, const unsigned Reg, LaneBitmask LaneMask) argument
H A DTwoAddressInstructionPass.cpp1583 SlotIndex endIdx = local
1585 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h619 SlotIndex endIdx(endEntry, SlotIndex::Slot_Block);
629 MBBRanges.push_back(std::make_pair(startIdx, endIdx));
H A DLiveIntervals.h485 const SlotIndex endIdx, LiveRange &LR,

Completed in 98 milliseconds