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

  /external/llvm/lib/CodeGen/
SplitKit.h 163 /// getUseBlocks - Return an array of BlockInfo objects for the basic blocks
165 ArrayRef<BlockInfo> getUseBlocks() const { return UseBlocks; }
178 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks();
RegAllocGreedy.cpp     [all...]

Completed in 508 milliseconds