Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp499 BackpatchBlocksTy BackpatchBlocks; member in __anon654da8e80411::CFGBuilder
1545 for (BackpatchBlocksTy::iterator I = BackpatchBlocks.begin(), in buildCFG()
1546 E = BackpatchBlocks.end(); I != E; ++I ) { in buildCFG()
3300 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGotoStmt()
3325 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGCCAsmStmt()
3328 BackpatchBlocks.push_back(JumpSource(Succ, ScopePos)); in VisitGCCAsmStmt()