Searched refs:NumBlockIDs (Results 1 – 2 of 2) sorted by relevance
1169 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()1174 unsigned size() const { return NumBlockIDs; } in size()1205 unsigned NumBlockIDs = 0; variable
4653 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()