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

  /external/llvm/lib/CodeGen/
SplitKit.h 58 /// 6. |-----------| Live-through without uses. Counted by NumThroughBlocks.
105 /// NumThroughBlocks - Number of live-through blocks.
106 unsigned NumThroughBlocks;
168 unsigned getNumThroughBlocks() const { return NumThroughBlocks; }
SplitKit.cpp 166 << NumThroughBlocks << " blocks.\n");
173 NumThroughBlocks = NumGapBlocks = 0;
196 ++NumThroughBlocks;
    [all...]

Completed in 2751 milliseconds