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

  /external/llvm/lib/CodeGen/
SplitKit.h 176 /// getNumLiveBlocks - Return the number of blocks where CurLI is live.
177 unsigned getNumLiveBlocks() const {
182 /// guaranteed to return the same number as getNumLiveBlocks() after calling
SplitKit.cpp 271 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count");
    [all...]
RegAllocGreedy.cpp     [all...]

Completed in 73 milliseconds