Searched refs:VisitedBlockIDs (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h39 llvm::BitVector VisitedBlockIDs; member in class:clang::PostOrderCFGView::CFGBlockSet
47 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {}
58 if (VisitedBlockIDs.test(Block->getBlockID()))
60 VisitedBlockIDs.set(Block->getBlockID());
68 return VisitedBlockIDs.test(Block->getBlockID());

Completed in 149 milliseconds