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

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 261 /// If MustExit is true, then the exit must be taken when the BECount
262 /// reaches Exact (and before surpassing Max). If MustExit is false, then
266 /// MustExit is true for most cases. However, an exit guarded by an
271 bool MustExit;
274 : Exact(E), Max(E), MustExit(true) {}
276 ExitLimit(const SCEV *E, const SCEV *M, bool MustExit)
277 : Exact(E), Max(M), MustExit(MustExit) {}
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 39 milliseconds