Searched refs:NextStart (Results 1 – 5 of 5) sorted by relevance
153 size_t NextStart = 0; in NormalizeLine() local155 while (!Lexer.LexFromRawLexer(Token) && NextStart < 2) { in NormalizeLine()156 if (Token.isAtStartOfLine() && NextStart++ > 0) in NormalizeLine()
1597 const char *NextStart = resyncUTF8(ErrorPtr, Fragment.end()); in CopyStringFragment() local1598 StringRef NextFragment(NextStart, Fragment.end()-NextStart); in CopyStringFragment()1607 NextStart = resyncUTF8(ErrorPtr, Fragment.end()); in CopyStringFragment()1609 ErrorPtr, NextStart); in CopyStringFragment()1610 NextFragment = StringRef(NextStart, Fragment.end()-NextStart); in CopyStringFragment()
2163 llvm::Optional<unsigned> NextStart) { in dump() argument2166 if (NextStart) in dump()2167 out << *NextStart << ">\n"; in dump()2204 llvm::Optional<unsigned> NextStart; in dump() local2208 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()2209 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()2211 NextStart = None; in dump()
540 return use_pos->pos() > pos.NextStart().End(); in CanBeSpilled()1893 .NextStart(); in AddInitialIntervals()2004 range->AddUseInterval(position, position.NextStart(), allocation_zone()); in Define()2005 range->AddUsePosition(NewUsePosition(position.NextStart())); in Define()2525 last_pos = last_pos.NextStart().End(); in IntervalPredecessorsCoveredByRange()2590 next_pos = next_pos.NextStart(); in SplitAndSpillRangesDefinedByMemoryOperand()2603 } else if (pos->pos() > range->Start().NextStart()) { in SplitAndSpillRangesDefinedByMemoryOperand()3413 if (next_pos.IsGapPosition()) next_pos = next_pos.NextStart(); in TryReuseSpillForPhi()3424 } else if (pos->pos() > range->Start().NextStart()) { in TryReuseSpillForPhi()
95 LifetimePosition NextStart() const { in NextStart() function