Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp850 unsigned NBlocks = Cfg->getNumBlockIDs(); in enterCFG() local
851 Scfg = new (Arena) til::SCFG(Arena, NBlocks); in enterCFG()
854 BBInfo.resize(NBlocks); in enterCFG()
855 BlockMap.resize(NBlocks, nullptr); in enterCFG()