Searched refs:ThroughBlocks (Results 1 – 2 of 2) sorted by relevance
153 BitVector ThroughBlocks; variable206 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()209 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
159 ThroughBlocks.clear(); in clear()198 ThroughBlocks.clear(); in analyzeUses()212 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()238 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()