Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Exact

255     /// This is a temporary pair of exact and max expressions that are
258 const SCEV *Exact;
261 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
263 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
268 return !isa<SCEVCouldNotCompute>(Exact) ||
298 /// of a loop. This currently includes an exact count and a maximum count.
312 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
324 /// getExact - Return an expression indicating the exact backedge-taken