Searched refs:CFGLoopExit (Results 1 – 4 of 4) sorted by relevance
274 class CFGLoopExit : public CFGElement {276 explicit CFGLoopExit(const Stmt *stmt) : CFGElement(LoopExit, stmt) {} in CFGLoopExit() function285 CFGLoopExit() = default;1191 Elements.push_back(CFGLoopExit(LoopStmt), C); in appendLoopExit()
99 return Elem->castAs<CFGLoopExit>().getLoopStmt(); in getStmt()
993 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()
5966 OS << E.castAs<CFGLoopExit>().getLoopStmt()->getStmtClassName() in print_elem()