reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
159 ThroughBlocks.clear(); 198 ThroughBlocks.clear(); 212 ThroughBlocks.resize(MF.getNumBlockIDs()); 238 ThroughBlocks.set(BI.MBB->getNumber());lib/CodeGen/SplitKit.h
206 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } 209 const BitVector &getThroughBlocks() const { return ThroughBlocks; }