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

/external/llvm/lib/CodeGen/
H A DSplitKit.h65 /// are simply listed in ThroughBlocks instead.
102 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
103 BitVector ThroughBlocks; member in class:llvm::SplitAnalysis
171 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
174 const BitVector &getThroughBlocks() const { return ThroughBlocks; }
H A DSplitKit.cpp57 ThroughBlocks.clear();
157 ThroughBlocks.clear();
172 ThroughBlocks.resize(MF.getNumBlockIDs());
197 ThroughBlocks.set(BI.MBB->getNumber());

Completed in 69 milliseconds