Searched refs:NumBlockIDs (Results 1 – 2 of 2) sorted by relevance
931 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()936 unsigned size() const { return NumBlockIDs; } in size()951 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0), in CFG()967 unsigned NumBlockIDs; variable
3876 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()