Searched refs:NumBlockIDs (Results 1 – 2 of 2) sorted by relevance
648 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()662 CFG() : Entry(NULL), Exit(NULL), IndirectGotoBlock(NULL), NumBlockIDs(0), in CFG()680 unsigned NumBlockIDs; variable
2947 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC); in createBlock()