Searched refs:NumBlockIDs (Results 1 – 2 of 2) sorted by relevance
1402 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()1407 unsigned size() const { return NumBlockIDs; } in size()1444 unsigned NumBlockIDs = 0; variable
5224 CFGBlock *Mem = new (getAllocator()) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()