Searched refs:NumBlockIDs (Results 1 – 3 of 3) sorted by relevance
141 CFGIntervalGraph partitionIntoIntervalsImpl(unsigned NumBlockIDs, in partitionIntoIntervalsImpl() argument148 std::vector<CFGIntervalNode *> Index(NumBlockIDs, nullptr); in partitionIntoIntervalsImpl()155 llvm::BitVector Partitioned(NumBlockIDs, false); in partitionIntoIntervalsImpl()182 assert(getID(*P) < NumBlockIDs); in partitionIntoIntervalsImpl()
5227 CFGBlock *Mem = new (getAllocator()) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()
1399 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()1404 unsigned size() const { return NumBlockIDs; } in size()1441 unsigned NumBlockIDs = 0; variable