Searched refs:NumBlockIDs (Results 1 – 2 of 2) sorted by relevance
933 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()938 unsigned size() const { return NumBlockIDs; } in size()953 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0), in CFG()969 unsigned NumBlockIDs; variable
3685 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()