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 65 /// are simply listed in ThroughBlocks instead.
102 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
103 BitVector ThroughBlocks;
171 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
174 const BitVector &getThroughBlocks() const { return ThroughBlocks; }
SplitKit.cpp 57 ThroughBlocks.clear();
157 ThroughBlocks.clear();
172 ThroughBlocks.resize(MF.getNumBlockIDs());
197 ThroughBlocks.set(BI.MBB->getNumber());
    [all...]

Completed in 47 milliseconds