Searched refs:beginIndex (Results 1 – 11 of 11) sorted by relevance
385 SlotIndex beginIndex() const { in beginIndex() function519 return beginIndex() > Start.getBaseIndex() && in isLocal()601 const SlotIndex &thisIndex = beginIndex();602 const SlotIndex &otherIndex = other.beginIndex();878 const SlotIndex &thisIndex = beginIndex();879 const SlotIndex &otherIndex = other.beginIndex();
310 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
80 TypeIndex beginIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex));
684 TypeIndex beginIndex) { in mergeUniqueTypeRecords() argument719 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
876 if (LI.beginIndex() < StartSI) in extractFeatures()877 StartSI = LI.beginIndex(); in extractFeatures()
2074 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()2086 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()2102 LocalLI->beginIndex())) { in constrainLocalCopy()2107 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()2137 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
437 const_iterator I = find(Other.beginIndex()); in overlaps()
820 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
1351 LocMapI.find(LI->beginIndex()); in splitLocation()
338 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
402 MachineInstr *FirstMI = LIS.getInstructionFromIndex(LI.beginIndex()); in shouldCoalesce()