HomeSort by: relevance | last modified time | path
    Searched refs:getThroughBlocks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 213 /// getThroughBlocks - Return the set of through blocks.
214 const BitVector &getThroughBlocks() const { return ThroughBlocks; }
RegAllocGreedy.cpp 1357 BitVector Todo = SA->getThroughBlocks();
1756 BitVector Todo = SA->getThroughBlocks();

Completed in 66 milliseconds