Home
last modified time | relevance | path

Searched refs:ThroughBlocks (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.h158 BitVector ThroughBlocks; variable
203 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()
206 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
H A DSplitKit.cpp160 ThroughBlocks.clear(); in clear()
199 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
225 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()