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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp43 SegPos.advanceTo(RegPos->start);
74 RegPos = Range.advanceTo(RegPos, SegPos.start());
78 SegPos.advanceTo(RegPos->start);
178 LRI = LR->advanceTo(LRI, LiveUnionI.start());
187 LiveUnionI.advanceTo(LRI->start);
H A DInterferenceCache.cpp136 // Use advanceTo only when possible.
147 RUI.VirtI.advanceTo(Start);
149 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start);
220 I.advanceTo(Stop);
237 I = LR->advanceTo(I, Stop);
H A DLiveDebugVariables.cpp1224 I.advanceTo(RStart);
1241 I.advanceTo(REnd);
1354 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start());
1358 LII = LI->advanceTo(LII, LocMapI.start());
1403 LocMapI.advanceTo(LII->start);
1408 LII = LI->advanceTo(LII, LocMapI.start());
H A DLiveIntervals.cpp736 I = RURange.advanceTo(I, RI->end);
1118 LR.advanceTo(Next, NewIdx.getBaseIndex());
1167 = LR.advanceTo(OldIdxOut, NewIdx.getRegSlot());
H A DLiveInterval.cpp485 I = advanceTo(I, O.start);
823 SegmentI = advanceTo(SegmentI, *SlotI);
H A DSplitKit.cpp325 LVI = li->advanceTo(LVI, Stop);
1145 AssignI.advanceTo(Start);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp34 static void advanceTo(StringRef &Str, StringRef::iterator Pos) { function in namespace:llvm::symbolize
66 advanceTo(Line, MultilineEnd->end());
80 advanceTo(Line, Element->Text.end());
164 advanceTo(Text, Matches.begin()->end());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h112 void advanceTo(MachineBasicBlock::iterator NextBegin);
H A DSystemZMachineScheduler.cpp61 advanceTo(MachineBasicBlock::iterator NextBegin) { function in class:SystemZPostRASchedStrategy
125 advanceTo(MBB->getFirstTerminator());
154 advanceTo(Begin);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h279 void advanceTo(IndexT Index) { function in class:llvm::CoalescingBitVector::const_iterator
342 advanceTo(Index);
359 It.advanceTo(Index);
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) {
2126 posA.advanceTo(posB.start());
2131 posB.advanceTo(posA.start());
2140 posA.advanceTo(posB.start());
2144 posB.advanceTo(posA.start());
2203 /// advanceTo - Move to the first overlapping interval with
2205 void advanceTo(KeyType x) {
2208 // Make sure advanceTo see
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h266 /// advanceTo - Advance the specified iterator to point to the Segment
271 iterator advanceTo(iterator I, SlotIndex Pos) {
279 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const {
288 /// Pos, or end(). This is the same as advanceTo(begin(), Pos), but faster

Completed in 445 milliseconds