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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h29 bool isSafeToExpand(const SCEV *S);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1738 bool isSafeToExpand(const SCEV *S) { function in namespace:llvm
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2850 if (SE.isLoopInvariant(N, L) && isSafeToExpand(N)) {

Completed in 91 milliseconds