Home
last modified time | relevance | path

Searched refs:advanceTo (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp43 SegPos.advanceTo(RegPos->start); in unify()
74 RegPos = Range.advanceTo(RegPos, SegPos.start()); in extract()
78 SegPos.advanceTo(RegPos->start); in extract()
178 LRI = LR->advanceTo(LRI, LiveUnionI.start()); in collectInterferingVRegs()
187 LiveUnionI.advanceTo(LRI->start); in collectInterferingVRegs()
H A DInterferenceCache.cpp145 RUI.VirtI.advanceTo(Start); in update()
147 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update()
218 I.advanceTo(Stop); in update()
235 I = LR->advanceTo(I, Stop); in update()
H A DLiveDebugVariables.cpp1224 I.advanceTo(RStart); in computeIntervals()
1241 I.advanceTo(REnd); in computeIntervals()
1354 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start()); in splitLocation()
1358 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation()
1403 LocMapI.advanceTo(LII->start); in splitLocation()
1408 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation()
H A DLiveIntervals.cpp761 I = RURange.advanceTo(I, RI->end); in addKillFlags()
1143 LR.advanceTo(Next, NewIdx.getBaseIndex()); in handleMoveDown()
1192 = LR.advanceTo(OldIdxOut, NewIdx.getRegSlot()); in handleMoveDown()
H A DLiveInterval.cpp485 I = advanceTo(I, O.start); in covers()
823 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
H A DSplitKit.cpp324 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks()
1144 AssignI.advanceTo(Start); in transferValues()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp34 static void advanceTo(StringRef &Str, StringRef::iterator Pos) { in advanceTo() function
66 advanceTo(Line, MultilineEnd->end()); in nextNode()
80 advanceTo(Line, Element->Text.end()); in nextNode()
164 advanceTo(Text, Matches.begin()->end()); in parseTextOutsideMarkup()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp61 advanceTo(MachineBasicBlock::iterator NextBegin) { in advanceTo() function in SystemZPostRASchedStrategy
125 advanceTo(MBB->getFirstTerminator()); in leaveMBB()
154 advanceTo(Begin); in initPolicy()
H A DSystemZMachineScheduler.h112 void advanceTo(MachineBasicBlock::iterator NextBegin);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h279 void advanceTo(IndexT Index) { in advanceTo() function
342 advanceTo(Index); in advanceToLowerBound()
359 It.advanceTo(Index); in find()
H A DIntervalMap.h92 // void advanceTo(KeyT x);
1491 /// advanceTo - Move to the first interval with stop >= x, or end().
1494 void advanceTo(KeyT x) { in advanceTo() function
2126 posA.advanceTo(posB.start()); in advance()
2131 posB.advanceTo(posA.start()); in advance()
2140 posA.advanceTo(posB.start()); in advance()
2144 posB.advanceTo(posA.start()); in advance()
2203 /// advanceTo - Move to the first overlapping interval with
2205 void advanceTo(KeyType x) { in advanceTo() function
2208 // Make sure advanceTo see in advanceTo()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h271 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() function
279 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo() function