Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.h157 BitVector ThroughBlocks; variable
202 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()
205 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
H A DSplitKit.cpp159 ThroughBlocks.clear(); in clear()
198 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
224 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()