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 256 /// ExitLimit - Information about the number of loop iterations for which a
268 struct ExitLimit {
273 /*implicit*/ ExitLimit(const SCEV *E)
276 ExitLimit(const SCEV *E, const SCEV *M, bool MustExit)
279 /// hasAnyInfo - Test whether this ExitLimit contains any computed
452 ExitLimit ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock);
457 ExitLimit ComputeExitLimitFromCond(const Loop *L,
466 ExitLimit ComputeExitLimitFromICmp(const Loop *L,
475 ExitLimit
482 ExitLimit ComputeLoadConstantCompareExitLimit(LoadInst *LI
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 2078 milliseconds