Home
last modified time | relevance | path

Searched defs:appendLoopExit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1181 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp892 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit() function in __anon520e3e850411::CFGBuilder