Searched refs:ThroughBlocks (Results 1 – 2 of 2) sorted by relevance
158 BitVector ThroughBlocks; variable211 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()214 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
161 ThroughBlocks.clear(); in clear()200 ThroughBlocks.clear(); in analyzeUses()214 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()240 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()