Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp805 void FunctionDifferenceEngine::runBlockDiff(BasicBlock::const_iterator LStart, in runBlockDiff() argument
807 BasicBlock::const_iterator LE = LStart->getParent()->end(); in runBlockDiff()
810 unsigned NL = std::distance(LStart, LE); in runBlockDiff()
838 for (BasicBlock::const_iterator LI = LStart; LI != LE; ++LI, ++Index) { in runBlockDiff()
863 BasicBlock::const_iterator LI = LStart, RI = RStart; in runBlockDiff()
919 const Instruction *LTerm = LStart->getParent()->getTerminator(); in runBlockDiff()
924 if (I == LStart->getParent()->begin()) return; in runBlockDiff()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1372 SlotIndex LStart = LocMapI.start(); in splitLocation() local
1377 if (LStart < LII->start) in splitLocation()
1386 if (LStart < LocMapI.start()) { in splitLocation()
1387 LocMapI.insert(LStart, LocMapI.start(), OldDbgValue); in splitLocation()