Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp477 using BackpatchBlocksTy = std::vector<JumpSource>; typedef in __anon15de256c0411::CFGBuilder
478 BackpatchBlocksTy BackpatchBlocks;
1440 for (BackpatchBlocksTy::iterator I = BackpatchBlocks.begin(), in buildCFG()