OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasValidHeight
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
220
assert(SuccTBI->
hasValidHeight
() && "Trace below has not been computed yet");
245
return TBI->
hasValidHeight
() ? TBI : 0;
440
if (LB.Downward ? TBI.
hasValidHeight
() : TBI.hasValidDepth())
515
if (BadTBI.
hasValidHeight
()) {
527
if (!TBI.
hasValidHeight
())
590
if (TBI.
hasValidHeight
() && TBI.Succ) {
593
assert(BlockInfo[TBI.Succ->getNumber()].
hasValidHeight
() &&
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
139
/// Valid when
hasValidHeight
().
145
/// The block number of the tail of the trace. (When
hasValidHeight
()).
167
bool
hasValidHeight
() const { return InstrHeight != ~0u; }
203
/// Instruction heights have been computed. This implies
hasValidHeight
().
Completed in 32 milliseconds