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 55 /// 4. |---x o---| Live-in, kill, def, live-out. Counted by NumGapBlocks.
97 /// NumGapBlocks - Number of duplicate entries in UseBlocks for blocks where
99 unsigned NumGapBlocks;
177 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks();
SplitKit.cpp 174 NumThroughBlocks = NumGapBlocks = 0;
235 ++NumGapBlocks;
    [all...]

Completed in 1314 milliseconds