Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp797 void FunctionDifferenceEngine::runBlockDiff(BasicBlock::const_iterator LStart, in runBlockDiff() argument
799 BasicBlock::const_iterator LE = LStart->getParent()->end(); in runBlockDiff()
802 unsigned NL = std::distance(LStart, LE); in runBlockDiff()
830 for (BasicBlock::const_iterator LI = LStart; LI != LE; ++LI, ++Index) { in runBlockDiff()
855 BasicBlock::const_iterator LI = LStart, RI = RStart; in runBlockDiff()
911 const Instruction *LTerm = LStart->getParent()->getTerminator(); in runBlockDiff()
916 if (I == LStart->getParent()->begin()) return; in runBlockDiff()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1418 SlotIndex LStart = LocMapI.start(); in splitLocation() local
1423 if (LStart < LII->start) in splitLocation()
1432 if (LStart < LocMapI.start()) { in splitLocation()
1433 LocMapI.insert(LStart, LocMapI.start(), OldDbgValue); in splitLocation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12518 const SCEV *LStart, *RStart, *Step; in IsKnownPredicateViaAddRecStart() local
12521 m_scev_AffineAddRec(m_SCEV(LStart), m_SCEV(Step), m_Loop(L))) || in IsKnownPredicateViaAddRecStart()
12532 return SE.isKnownPredicate(Pred, LStart, RStart); in IsKnownPredicateViaAddRecStart()