Searched defs:LoopState (Results 1 – 1 of 1) sorted by relevance
27 struct LoopState { struct33 LoopState(Kind InK, const Stmt *S, const LocationContext *L, unsigned N) in LoopState() argument37 static LoopState getNormal(const Stmt *S, const LocationContext *L, in getNormal() argument41 static LoopState getUnrolled(const Stmt *S, const LocationContext *L, in getUnrolled() argument49 bool operator==(const LoopState &X) const { in operator ==() argument66 REGISTER_LIST_WITH_PROGRAMSTATE(LoopStack, LoopState) argument