Home
last modified time | relevance | path

Searched refs:addLoopExit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp71 bool addLoopExit, bool addScopes, bool synthesizeBodies, in AnalysisDeclContextManager() argument
82 cfgBuildOptions.AddLoopExit = addLoopExit; in AnalysisDeclContextManager()
H A DCFG.cpp771 void addLoopExit(const Stmt *LoopStmt);
1805 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit() function in CFGBuilder
3515 addLoopExit(F); in VisitForStmt()
3871 addLoopExit(W); in VisitWhileStmt()
4174 addLoopExit(D); in VisitDoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h450 bool addLoopExit = false, bool addScopes = false,