Searched refs:ThroughBlocks (Results 1 – 4 of 4) sorted by relevance
135 BitVector ThroughBlocks; variable188 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()191 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
133 ThroughBlocks.clear(); in clear()172 ThroughBlocks.clear(); in analyzeUses()187 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()213 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()
141 BitVector ThroughBlocks; variable194 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()197 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
160 ThroughBlocks.clear(); in clear()199 ThroughBlocks.clear(); in analyzeUses()213 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()239 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()