HomeSort by relevance Sort by last modified time
    Searched refs:isSafeToExpand (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 29 bool isSafeToExpand(const SCEV *S);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 535 if (!SE->isLoopInvariant(ExitValue, L) || !isSafeToExpand(ExitValue))
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 186 milliseconds