HomeSort by: relevance | last modified time | path
    Searched refs:NumThroughBlocks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 113 /// 6. |-----------| Live-through without uses. Counted by NumThroughBlocks.
160 /// NumThroughBlocks - Number of live-through blocks.
161 unsigned NumThroughBlocks;
208 unsigned getNumThroughBlocks() const { return NumThroughBlocks; }
SplitKit.cpp 208 << NumThroughBlocks << " blocks.\n");
215 NumThroughBlocks = NumGapBlocks = 0;
239 ++NumThroughBlocks;

Completed in 16 milliseconds