Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h29 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/external/llvm/lib/Target/PowerPC/
DPPCLoopDataPrefetch.cpp207 if (!isSafeToExpand(NextLSCEV, *SE)) in runOnLoop()
DPPCLoopPreIncPrep.cpp282 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp556 !isSafeToExpand(ExitValue, *SE)) in RewriteLoopExitValues()
DLoopStrengthReduce.cpp3020 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) { in CollectFixupsAndInitialFormulae()
3064 if (!isSafeToExpand(S, SE)) in InsertInitialFormula()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1923 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { in isSafeToExpand() function