OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumThroughBlocks
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
58
/// 6. |-----------| Live-through without uses. Counted by
NumThroughBlocks
.
105
///
NumThroughBlocks
- Number of live-through blocks.
106
unsigned
NumThroughBlocks
;
168
unsigned getNumThroughBlocks() const { return
NumThroughBlocks
; }
SplitKit.cpp
167
<<
NumThroughBlocks
<< " blocks.\n");
174
NumThroughBlocks
= NumGapBlocks = 0;
197
++
NumThroughBlocks
;
[
all
...]
Completed in 26 milliseconds