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

  /external/llvm/lib/CodeGen/
SplitKit.h 181 /// countLiveBlocks - Return the number of blocks where li is live. This is
184 unsigned countLiveBlocks(const LiveInterval *li) const;
SplitKit.cpp 265 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count");
269 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const {
    [all...]
RegAllocGreedy.cpp     [all...]

Completed in 72 milliseconds