Searched defs:ThroughBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.h64 /// are simply listed in ThroughBlocks instead.
101 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
102 BitVector ThroughBlocks; member in class:llvm::SplitAnalysis
170 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
173 const BitVector &getThroughBlocks() const { return ThroughBlocks; }

Completed in 63 milliseconds