HomeSort by relevance Sort by last modified time
    Searched refs:getNumThroughBlocks (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 167 /// getNumThroughBlocks - Return the number of through blocks.
168 unsigned getNumThroughBlocks() const { return NumThroughBlocks; }
178 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks();
RegAllocGreedy.cpp     [all...]

Completed in 97 milliseconds