Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp390 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
H A DIndVarSimplify.cpp1574 !isSafeToExpand(ExactBTC, *SE)) in predicateLoopExits()
1608 !isSafeToExpand(ExitCount, *SE)) in predicateLoopExits()
H A DLoopIdiomRecognize.cpp1064 if (!isSafeToExpand(Start, *SE)) in processLoopStridedStore()
1098 if (!isSafeToExpand(NumBytesS, *SE)) in processLoopStridedStore()
H A DLoopStrengthReduce.cpp3335 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 DScalarEvolutionExpander.h36 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1300 !isSafeToExpand(ExitValue, *SE)) { in rewriteLoopExitValues()
1313 !isSafeToExpand(ExitValue, *SE)) in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp2715 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 DPPCLoopInstrFormPrep.cpp535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()