Home
last modified time | relevance | path

Searched refs:isSafeToExpand (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp388 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
H A DIndVarSimplify.cpp1574 !isSafeToExpand(ExactBTC, *SE)) in predicateLoopExits()
1608 !isSafeToExpand(ExitCount, *SE)) in predicateLoopExits()
H A DLoopIdiomRecognize.cpp1063 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore()
1097 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
H A DLoopStrengthReduce.cpp3303 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 DScalarEvolutionExpander.h36 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1360 !isSafeToExpand(ExitValue, *SE)) { in rewriteLoopExitValues()
1373 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp2699 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 DPPCLoopInstrFormPrep.cpp535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()