Searched defs:NumGapBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.h55 /// 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; member in class:llvm::SplitAnalysis
177 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks();

Completed in 93 milliseconds