OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasValidInstrDepths
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
159
HasValidInstrDepths
(false), HasValidInstrHeights(false) {}
170
void invalidateDepth() { InstrDepth = ~0u;
HasValidInstrDepths
= false; }
193
return
HasValidInstrDepths
&& InstrDepth <= TBI.InstrDepth;
201
bool
HasValidInstrDepths
;
208
///
HasValidInstrDepths
and HasValidInstrHeights are set.
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
763
assert(TBI.
HasValidInstrDepths
&& "Missing depth info");
785
// The top of the trace may already be computed, and
HasValidInstrDepths
786
// implies Head->
HasValidInstrDepths
, so we only need to start from the first
792
if (TBI.
HasValidInstrDepths
)
811
TBI.
HasValidInstrDepths
= true;
851
assert(DepTBI.
HasValidInstrDepths
&& "Inconsistent dependency");
[
all
...]
Completed in 417 milliseconds