Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp273 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
DIndVarSimplify.cpp564 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
DLoopStrengthReduce.cpp2976 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae()
3019 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h29 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp304 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
DLoopPredication.cpp427 return SE->isLoopInvariant(S, L) && isSafeToExpand(S, *SE); in CanExpand()
DLoopIdiomRecognize.cpp881 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore()
909 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
DIndVarSimplify.cpp610 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
DLoopStrengthReduce.cpp3249 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae()
3299 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h32 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp330 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp420 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2334 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function
2342 return isSafeToExpand(S, SE) && SE.dominates(S, InsertionPoint->getParent()); in isSafeToExpandAt()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2206 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function