Home
last modified time | relevance | path

Searched refs:LStart (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp642 void FunctionDifferenceEngine::runBlockDiff(BasicBlock::const_iterator LStart, in runBlockDiff() argument
644 BasicBlock::const_iterator LE = LStart->getParent()->end(); in runBlockDiff()
647 unsigned NL = std::distance(LStart, LE); in runBlockDiff()
675 for (BasicBlock::const_iterator LI = LStart; LI != LE; ++LI, ++Index) { in runBlockDiff()
700 BasicBlock::const_iterator LI = LStart, RI = RStart; in runBlockDiff()
756 const Instruction *LTerm = LStart->getParent()->getTerminator(); in runBlockDiff()
761 if (I == LStart->getParent()->begin()) return; in runBlockDiff()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1368 SlotIndex LStart = LocMapI.start(); in splitLocation() local
1373 if (LStart < LII->start) in splitLocation()
1382 if (LStart < LocMapI.start()) { in splitLocation()
1383 LocMapI.insert(LStart, LocMapI.start(), OldDbgValue); in splitLocation()