Searched refs:LoopComputable (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h180 LoopComputable ///< The SCEV varies predictably with the loop. enumerator in enum:llvm::ScalarEvolution::LoopDisposition
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp6748 return LoopComputable;
6783 if (D == LoopComputable)
6786 return HasVarying ? LoopComputable : LoopInvariant;
6797 LoopInvariant : LoopComputable;
6818 return getLoopDisposition(S, L) == LoopComputable;

Completed in 71 milliseconds