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 60 /// 6. |-----------| Live-through without uses. Counted by NumThroughBlocks.
104 /// NumThroughBlocks - Number of live-through blocks.
105 unsigned NumThroughBlocks;
160 unsigned getNumThroughBlocks() const { return NumThroughBlocks; }
SplitKit.cpp 144 << NumThroughBlocks << " blocks.\n");
151 NumThroughBlocks = NumGapBlocks = 0;
174 ++NumThroughBlocks;
    [all...]

Completed in 1401 milliseconds