Searched refs:isSafeToExpand (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 388 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 | 1063 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore() 1097 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
|
| H A D | LoopStrengthReduce.cpp | 3303 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae() 3354 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 36 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 1360 !isSafeToExpand(ExitValue, *SE)) { in rewriteLoopExitValues() 1373 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
|
| H A D | ScalarEvolutionExpander.cpp | 2699 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function 2707 if (!isSafeToExpand(S, SE)) in isSafeToExpandAt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()
|