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

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 410 struct ExitLimit {
414 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
416 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
418 /// Test whether this ExitLimit contains any computed information, or
599 ExitLimit computeExitLimit(const Loop *L, BasicBlock *ExitingBlock);
604 ExitLimit computeExitLimitFromCond(const Loop *L,
613 ExitLimit computeExitLimitFromICmp(const Loop *L,
622 ExitLimit
628 ExitLimit computeLoadConstantCompareExitLimit(LoadInst *LI,
638 /// Return an ExitLimit for a loop whose backedge is guarded by `LHS Pre
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 3875 milliseconds