Searched refs:CFGLoopExit (Results 1 – 3 of 3) sorted by relevance
266 class CFGLoopExit : public CFGElement {268 explicit CFGLoopExit(const Stmt *stmt) : CFGElement(LoopExit, stmt) {} in CFGLoopExit() function277 CFGLoopExit() = default;937 Elements.push_back(CFGLoopExit(LoopStmt), C); in appendLoopExit()
5189 } else if (Optional<CFGLoopExit> LE = E.getAs<CFGLoopExit>()) { in print_elem()
604 ProcessLoopExit(E.castAs<CFGLoopExit>().getLoopStmt(), Pred); in processCFGElement()