Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp816 unsigned NBlocks = Cfg->getNumBlockIDs(); in enterCFG() local
817 Scfg = new (Arena) til::SCFG(Arena, NBlocks); in enterCFG()
820 BBInfo.resize(NBlocks); in enterCFG()
821 BlockMap.resize(NBlocks, nullptr); in enterCFG()