/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervalUnion.cpp | 43 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 D | InterferenceCache.cpp | 145 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 D | LiveDebugVariables.cpp | 1224 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 D | LiveIntervals.cpp | 761 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 D | LiveInterval.cpp | 485 I = advanceTo(I, O.start); in covers() 823 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes()
|
H A D | SplitKit.cpp | 324 LVI = li->advanceTo(LVI, Stop); in countLiveBlocks() 1144 AssignI.advanceTo(Start); in transferValues()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 34 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 D | SystemZMachineScheduler.cpp | 61 advanceTo(MachineBasicBlock::iterator NextBegin) { in advanceTo() function in SystemZPostRASchedStrategy 125 advanceTo(MBB->getFirstTerminator()); in leaveMBB() 154 advanceTo(Begin); in initPolicy()
|
H A D | SystemZMachineScheduler.h | 112 void advanceTo(MachineBasicBlock::iterator NextBegin);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 279 void advanceTo(IndexT Index) { in advanceTo() function 342 advanceTo(Index); in advanceToLowerBound() 359 It.advanceTo(Index); in find()
|
H A D | IntervalMap.h | 92 // 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 D | LiveInterval.h | 271 iterator advanceTo(iterator I, SlotIndex Pos) { in advanceTo() function 279 const_iterator advanceTo(const_iterator I, SlotIndex Pos) const { in advanceTo() function
|