Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp304 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
H A DLoopPredication.cpp432 return SE->isLoopInvariant(S, L) && isSafeToExpand(S, *SE); in CanExpand()
H A DLoopIdiomRecognize.cpp890 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore()
918 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
H A DIndVarSimplify.cpp622 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
H A DLoopStrengthReduce.cpp3254 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 DScalarEvolutionExpander.h32 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp420 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2334 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function
2342 return isSafeToExpand(S, SE) && SE.dominates(S, InsertionPoint->getParent()); in isSafeToExpandAt()