Searched refs:beginIndex (Results 1 – 12 of 12) sorted by relevance
387 SlotIndex beginIndex() const { in beginIndex() function522 return beginIndex() > Start.getBaseIndex() && in isLocal()604 const SlotIndex &thisIndex = beginIndex();605 const SlotIndex &otherIndex = other.beginIndex();887 const SlotIndex &thisIndex = beginIndex();888 const SlotIndex &otherIndex = other.beginIndex();
315 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in run()
80 TypeIndex beginIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex));
688 TypeIndex beginIndex) { in mergeUniqueTypeRecords() argument723 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
969 if (LI.beginIndex() < StartSI) in extractFeatures()970 StartSI = LI.beginIndex(); in extractFeatures()
2388 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()2400 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()2416 LocalLI->beginIndex())) { in constrainLocalCopy()2421 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()2451 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
437 const_iterator I = find(Other.beginIndex()); in overlaps()
1396 LocMapI.find(LI->beginIndex()); in splitLocation()
870 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
464 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
406 MachineInstr *FirstMI = LIS.getInstructionFromIndex(LI.beginIndex()); in shouldCoalesce()