Lines Matching defs:LoopState
29 struct LoopState {
35 LoopState(Kind InK, const Stmt *S, const LocationContext *L, unsigned N)
39 static LoopState getNormal(const Stmt *S, const LocationContext *L,
41 return LoopState(Normal, S, L, N);
43 static LoopState getUnrolled(const Stmt *S, const LocationContext *L,
45 return LoopState(Unrolled, S, L, N);
51 bool operator==(const LoopState &X) const {
69 REGISTER_LIST_WITH_PROGRAMSTATE(LoopStack, LoopState)
334 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
341 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
350 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
353 LoopState::getUnrolled(LoopStmt, LCtx, innerMaxStep));