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

  /external/llvm/lib/CodeGen/
SplitKit.h 56 /// 4. |---x o---| Live-in, kill, def, live-out. Counted by NumGapBlocks.
98 /// NumGapBlocks - Number of duplicate entries in UseBlocks for blocks where
100 unsigned NumGapBlocks;
178 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks();
SplitKit.cpp 167 NumThroughBlocks = NumGapBlocks = 0;
228 ++NumGapBlocks;
    [all...]

Completed in 94 milliseconds