HomeSort by relevance Sort by last modified time
    Searched refs:ThroughBlocks (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 67 /// are simply listed in ThroughBlocks instead.
101 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
102 BitVector ThroughBlocks;
163 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
166 const BitVector &getThroughBlocks() const { return ThroughBlocks; }
SplitKit.cpp 56 ThroughBlocks.clear();
135 ThroughBlocks.clear();
150 ThroughBlocks.resize(MF.getNumBlockIDs());
175 ThroughBlocks.set(BI.MBB->getNumber());
    [all...]

Completed in 93 milliseconds