Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h135 BitVector ThroughBlocks; variable
188 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()
191 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
DSplitKit.cpp133 ThroughBlocks.clear(); in clear()
172 ThroughBlocks.clear(); in analyzeUses()
187 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
213 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.h141 BitVector ThroughBlocks; variable
194 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } in isThroughBlock()
197 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks()
DSplitKit.cpp160 ThroughBlocks.clear(); in clear()
199 ThroughBlocks.clear(); in analyzeUses()
213 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
239 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo()