Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp71 bool addLoopExit, bool addScopes, bool synthesizeBodies, in AnalysisDeclContextManager()
H A DCFG.cpp1805 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit() function in CFGBuilder