Searched refs:beginIndex (Results 1 – 8 of 8) sorted by relevance
377 SlotIndex beginIndex() const { in beginIndex() function511 return beginIndex() > Start.getBaseIndex() && in isLocal()592 const SlotIndex &thisIndex = beginIndex();593 const SlotIndex &otherIndex = other.beginIndex();871 const SlotIndex &thisIndex = beginIndex();872 const SlotIndex &otherIndex = other.beginIndex();
299 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
403 LIS.getInstructionFromIndex(IntGR128.beginIndex()); in shouldCoalesce()405 LIS.getInstructionFromIndex(IntGRNar.beginIndex()); in shouldCoalesce()
1854 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()1866 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()1882 LocalLI->beginIndex())) { in constrainLocalCopy()1887 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()1917 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
452 const_iterator I = find(Other.beginIndex()); in overlaps()
1288 LocMapI.find(LI->beginIndex()); in splitLocation()
832 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
758 Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex()); in enqueue()