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

/external/llvm/lib/CodeGen/
H A DSplitKit.h173 /// getThroughBlocks - Return the set of through blocks.
174 const BitVector &getThroughBlocks() const { return ThroughBlocks; } function in class:llvm::SplitAnalysis
H A DRegAllocGreedy.cpp1006 BitVector Todo = SA->getThroughBlocks();
1232 BitVector Todo = SA->getThroughBlocks();

Completed in 91 milliseconds