OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitLimit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
255
///
ExitLimit
- Information about the number of loop iterations for
259
struct
ExitLimit
{
263
/*implicit*/
ExitLimit
(const SCEV *E) : Exact(E), Max(E) {}
265
ExitLimit
(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
267
/// hasAnyInfo - Test whether this
ExitLimit
contains any computed
448
ExitLimit
ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock);
453
ExitLimit
ComputeExitLimitFromCond(const Loop *L,
462
ExitLimit
ComputeExitLimitFromICmp(const Loop *L,
471
ExitLimit
ComputeLoadConstantCompareExitLimit(LoadInst *LI,
488
ExitLimit
HowFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr)
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 765 milliseconds