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 52 ThroughBlocks.clear();
151 ThroughBlocks.clear();
166 ThroughBlocks.resize(MF.getNumBlockIDs());
191 ThroughBlocks.set(BI.MBB->getNumber());
    [all...]

Completed in 454 milliseconds