Home
last modified time | relevance | path

Searched refs:buildDominatorTree (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp39 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
65 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h51 buildDominatorTree(cfg); in CFGDominatorTreeImpl()
87 void buildDominatorTree(CFG *cfg) { in buildDominatorTree() function