Home
last modified time | relevance | path

Searched refs:CFGBlockSet (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h39 class CFGBlockSet {
47 CFGBlockSet() = default;
48 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet() function
74 using po_iterator = llvm::po_iterator<const CFG *, CFGBlockSet, true>;
H A DThreadSafetyCommon.h172 PostOrderCFGView::CFGBlockSet VisitedBlocks(CFGraph); in walk()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DPostOrderCFGView.cpp24 CFGBlockSet BSet(cfg); in PostOrderCFGView()
H A DThreadSafety.cpp730 PostOrderCFGView::CFGBlockSet VisitedBlocks(CFGraph); in traverseCFG()
2289 PostOrderCFGView::CFGBlockSet VisitedBlocks(CFGraph); in runAnalysis()