OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasValidDepth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
135
/// Valid when
hasValidDepth
().
142
/// The block number of the head of the trace. (When
hasValidDepth
()).
163
bool
hasValidDepth
() const { return InstrDepth != ~0u; }
183
if (!
hasValidDepth
() || !TBI.
hasValidDepth
())
200
/// Instruction depths have been computed. This implies
hasValidDepth
().
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
182
assert(PredTBI->
hasValidDepth
() && "Trace above has not been computed yet");
234
return TBI->
hasValidDepth
() ? TBI : nullptr;
432
if (LB.Downward ? TBI.hasValidHeight() : TBI.
hasValidDepth
())
528
if (BadTBI.
hasValidDepth
()) {
539
if (!TBI.
hasValidDepth
())
567
if (TBI.
hasValidDepth
() && TBI.Pred) {
570
assert(BlockInfo[TBI.Pred->getNumber()].
hasValidDepth
() &&
782
assert(TBI.
hasValidDepth
() && "Incomplete trace");
[
all
...]
Completed in 1450 milliseconds