OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrHeight
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
154
unsigned
InstrHeight
;
158
InstrDepth(~0u),
InstrHeight
(~0u),
167
bool hasValidHeight() const { return
InstrHeight
!= ~0u; }
173
void invalidateHeight() {
InstrHeight
= ~0u; HasValidInstrHeights = false; }
248
return TBI.InstrDepth + TBI.
InstrHeight
;
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
205
TBI->
InstrHeight
= MTM.getResources(MBB)->InstrCount;
221
TBI->
InstrHeight
+= SuccTBI->
InstrHeight
;
267
/// Compare TraceBlockInfo::
InstrHeight
.
365
// Pick the successor that would give this block the smallest
InstrHeight
.
366
unsigned Height = SuccTBI->
InstrHeight
;
[
all
...]
Completed in 149 milliseconds