Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h103 BitVector ThroughBlocks; variable
171 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()
174 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
DSplitKit.cpp52 ThroughBlocks.clear(); in clear()
151 ThroughBlocks.clear(); in analyzeUses()
166 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
191 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()