HomeSort by: relevance | last modified time | path
    Searched refs:ThroughBlocks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 120 /// are simply listed in ThroughBlocks instead.
157 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
158 BitVector ThroughBlocks;
211 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
214 const BitVector &getThroughBlocks() const { return ThroughBlocks; }
SplitKit.cpp 161 ThroughBlocks.clear();
200 ThroughBlocks.clear();
214 ThroughBlocks.resize(MF.getNumBlockIDs());
240 ThroughBlocks.set(BI.MBB->getNumber());

Completed in 90 milliseconds