Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp520 BackpatchBlocksTy BackpatchBlocks; member in __anonef2f84bd0411::CFGBuilder
1633 for (BackpatchBlocksTy::iterator I = BackpatchBlocks.begin(), in buildCFG()
1634 E = BackpatchBlocks.end(); I != E; ++I ) { in buildCFG()
3463 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGotoStmt()
3488 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGCCAsmStmt()
3491 BackpatchBlocks.push_back(JumpSource(Succ, ScopePos)); in VisitGCCAsmStmt()