Home
last modified time | relevance | path

Searched refs:RStart (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp165 const PosPtr RStart = getCurrentTokenStartPos() - 1; in decrement() local
166 if (RStart == REnd) // we're decrementing the begin in decrement()
172 if (PosPtr SepEnd = consumeAllSeparators(RStart, REnd)) { in decrement()
177 return makeState(PS_InRootDir, RStart, RStart + 1); in decrement()
180 PosPtr TkStart = consumeRootName(RStart, REnd); in decrement()
183 TkStart = consumeName(RStart, REnd); in decrement()
189 RStart + 1); in decrement()
191 PosPtr SepEnd = consumeAllSeparators(RStart, REnd); in decrement()
193 return makeState(PS_InRootDir, Path.data(), RStart + 1); in decrement()
197 return makeState(PS_InRootDir, SepEnd + 1, RStart + 1); in decrement()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp643 BasicBlock::const_iterator RStart) { in runBlockDiff() argument
645 BasicBlock::const_iterator RE = RStart->getParent()->end(); in runBlockDiff()
668 for (BasicBlock::const_iterator RI = RStart; RI != RE; ++RI) { in runBlockDiff()
700 BasicBlock::const_iterator LI = LStart, RI = RStart; in runBlockDiff()
757 const Instruction *RTerm = RStart->getParent()->getTerminator(); in runBlockDiff()
775 if (I == RStart->getParent()->begin()) return; in runBlockDiff()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1192 SlotIndex RStart = LIS.getInstructionIndex(*Range.first); in computeIntervals() local
1198 RStart = LIS.getSlotIndexes()->getIndexBefore(*Range.first); in computeIntervals()
1214 if (RStart < IStop) in computeIntervals()
1215 I.insert(RStart, IStop, DbgValue); in computeIntervals()
1219 I.advanceTo(RStart); in computeIntervals()
1223 if (I.start() < RStart) { in computeIntervals()
1225 I.setStartUnchecked(RStart); in computeIntervals()
1227 trimmedDefs.insert(RStart); in computeIntervals()