Searched refs:isSafeToExpand (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h29 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE);
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp555 !isSafeToExpand(ExitValue, *SE))
H A DLoopStrengthReduce.cpp3026 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N, SE)) {
3070 if (!isSafeToExpand(S, SE))
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1851 bool isSafeToExpand(const SCEV *S, ScalarEvolution &SE) { function in namespace:llvm

Completed in 640 milliseconds