Searched refs:beginIndex (Results 1 – 11 of 11) sorted by relevance
385 SlotIndex beginIndex() const { in beginIndex() function519 return beginIndex() > Start.getBaseIndex() && in isLocal()600 const SlotIndex &thisIndex = beginIndex();601 const SlotIndex &otherIndex = other.beginIndex();877 const SlotIndex &thisIndex = beginIndex();878 const SlotIndex &otherIndex = other.beginIndex();
310 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
83 TypeIndex beginIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex));
647 TypeIndex beginIndex) { in mergeUniqueTypeRecords() argument682 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
406 LIS.getInstructionFromIndex(IntGR128.beginIndex()); in shouldCoalesce()408 LIS.getInstructionFromIndex(IntGRNar.beginIndex()); in shouldCoalesce()
779 if (LI.beginIndex() < StartSI) in extractFeatures()780 StartSI = LI.beginIndex(); in extractFeatures()
1853 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()1865 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()1881 LocalLI->beginIndex())) { in constrainLocalCopy()1886 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()1916 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
437 const_iterator I = find(Other.beginIndex()); in overlaps()
1346 LocMapI.find(LI->beginIndex()); in splitLocation()
832 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
318 Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex()); in enqueue()