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 166 /// getNumThroughBlocks - Return the number of through blocks.
167 unsigned getNumThroughBlocks() const { return NumThroughBlocks; }
177 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks();
RegAllocGreedy.cpp 866 if (!SA->getNumThroughBlocks())
    [all...]

Completed in 234 milliseconds