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

/external/llvm/lib/CodeGen/
H A DSplitKit.h57 /// 6. |-----------| Live-through without uses. Counted by NumThroughBlocks.
104 /// NumThroughBlocks - Number of live-through blocks.
105 unsigned NumThroughBlocks; member in class:llvm::SplitAnalysis
167 unsigned getNumThroughBlocks() const { return NumThroughBlocks; }

Completed in 65 milliseconds