Searched refs:isSafeToExpand (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 304 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
|
| H A D | LoopPredication.cpp | 432 return SE->isLoopInvariant(S, L) && isSafeToExpand(S, *SE); in CanExpand()
|
| H A D | LoopIdiomRecognize.cpp | 890 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore() 918 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
|
| H A D | IndVarSimplify.cpp | 622 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
|
| H A D | LoopStrengthReduce.cpp | 3254 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae() 3304 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpander.h | 32 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopPreIncPrep.cpp | 420 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 2334 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function 2342 return isSafeToExpand(S, SE) && SE.dominates(S, InsertionPoint->getParent()); in isSafeToExpandAt()
|