Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp519 using BackpatchBlocksTy = std::vector<JumpSource>; typedef in __anonef2f84bd0411::CFGBuilder
520 BackpatchBlocksTy BackpatchBlocks;
1633 for (BackpatchBlocksTy::iterator I = BackpatchBlocks.begin(), in buildCFG()