Home
last modified time | relevance | path

Searched refs:isSafeToExpandAt (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp521 !isSafeToExpandAt(Op, Preheader->getTerminator(), *SE)) in findInsertPt()
587 if (!isSafeToExpandAt(LatchStart, Guard, *SE) || in widenICmpRangeCheckIncrementingLoop()
588 !isSafeToExpandAt(LatchLimit, Guard, *SE)) { in widenICmpRangeCheckIncrementingLoop()
630 if (!isSafeToExpandAt(LatchStart, Guard, *SE) || in widenICmpRangeCheckDecrementingLoop()
631 !isSafeToExpandAt(LatchLimit, Guard, *SE)) { in widenICmpRangeCheckDecrementingLoop()
1106 !isSafeToExpandAt(MinEC, WidenableBR, *SE)) in predicateLoopExits()
1139 !isSafeToExpandAt(ExitCount, WidenableBR, *SE)) in predicateLoopExits()
H A DInductiveRangeCheckElimination.cpp1456 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run()
1483 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) { in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp407 if (!isSafeToExpandAt(ExitCount, Predecessor->getTerminator(), SE)) in InitLoopCount()
413 if (!isSafeToExpandAt(ExitCount, BB->getTerminator(), SE)) { in InitLoopCount()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h41 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp660 if (!isSafeToExpandAt(S, IP, *SE)) { in replaceIVUserWithLoopInvariant()
H A DScalarEvolutionExpander.cpp2721 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt() function