Searched refs:beginIndex (Results 1 – 13 of 13) 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();884 const SlotIndex &thisIndex = beginIndex();885 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()
402 MachineInstr *FirstMI = LIS.getInstructionFromIndex(LI.beginIndex()); in shouldCoalesce()
1698 VNInfo *DefVNI = DefLI.getVNInfoAt(DefLI.beginIndex()); in coalesceVSETVLIs()1699 LiveInterval::Segment S(MISlot, DefLI.beginIndex(), DefVNI); in coalesceVSETVLIs()1758 VNInfo *DefVNI = DefLI.getVNInfoAt(DefLI.beginIndex()); in insertReadVL()1759 DefLI.removeSegment(DefLI.beginIndex(), NewDefSI); in insertReadVL()
879 if (LI.beginIndex() < StartSI) in extractFeatures()880 StartSI = LI.beginIndex(); in extractFeatures()
2115 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()2127 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()2143 LocalLI->beginIndex())) { in constrainLocalCopy()2148 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()2178 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
437 const_iterator I = find(Other.beginIndex()); in overlaps()
1351 LocMapI.find(LI->beginIndex()); in splitLocation()
845 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
336 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()