Searched refs:isSafeToExpandAt (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 521 !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 D | InductiveRangeCheckElimination.cpp | 1456 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run() 1483 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) { in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 402 if (!isSafeToExpandAt(TripCount, Predecessor->getTerminator(), SE)) in InitLoopCount() 408 if (!isSafeToExpandAt(TripCount, BB->getTerminator(), SE)) { in InitLoopCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 41 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 696 if (!isSafeToExpandAt(S, IP, *SE)) { in replaceIVUserWithLoopInvariant()
|
| H A D | ScalarEvolutionExpander.cpp | 2705 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt() function
|