Searched refs:NumBlockIDs (Results 1 – 5 of 5) sorted by relevance
141 static 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()
5333 CFGBlock *Mem = new (getAllocator()) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()
71 void init(unsigned NumBlockIDs) { AllReachingDefs.resize(NumBlockIDs); }
322 for (unsigned MBBNumber = 0, NumBlockIDs = MF->getNumBlockIDs(); in traverse() local323 MBBNumber != NumBlockIDs; ++MBBNumber) { in traverse()
1409 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()1414 unsigned size() const { return NumBlockIDs; } in size()1451 unsigned NumBlockIDs = 0; variable