HomeSort by: relevance | last modified time | path
    Searched refs:LoopComputable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 451 LoopComputable ///< The SCEV varies predictably with the loop.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 12307 case ScalarEvolution::LoopComputable:
12437 return LoopComputable;
12473 if (D == LoopComputable)
12476 return HasVarying ? LoopComputable : LoopInvariant;
12487 LoopInvariant : LoopComputable;
12508 return getLoopDisposition(S, L) == LoopComputable;

Completed in 47 milliseconds