Searched refs:isSafeToExpand (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 390 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
|
| H A D | IndVarSimplify.cpp | 1574 !isSafeToExpand(ExactBTC, *SE)) in predicateLoopExits() 1608 !isSafeToExpand(ExitCount, *SE)) in predicateLoopExits()
|
| H A D | LoopIdiomRecognize.cpp | 1064 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore() 1098 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
|
| H A D | LoopStrengthReduce.cpp | 3335 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE) && in CollectFixupsAndInitialFormulae() 3388 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 36 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1300 !isSafeToExpand(ExitValue, *SE)) { in rewriteLoopExitValues() 1313 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
|
| H A D | ScalarEvolutionExpander.cpp | 2715 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function 2723 if (!isSafeToExpand(S, SE)) in isSafeToExpandAt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()
|