reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineTraceMetrics.h
  202       if (!hasValidDepth() || !TBI.hasValidDepth())
  202       if (!hasValidDepth() || !TBI.hasValidDepth())
lib/CodeGen/MachineTraceMetrics.cpp
  193   assert(PredTBI->hasValidDepth() && "Trace above has not been computed yet");
  244   return TBI->hasValidDepth() ? TBI : nullptr;
  455     if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
  552   if (BadTBI.hasValidDepth()) {
  563         if (!TBI.hasValidDepth())
  591     if (TBI.hasValidDepth() && TBI.Pred) {
  594       assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() &&
  844     assert(TBI.hasValidDepth() && "Incomplete trace");
 1162   if (!TBI.hasValidDepth() || !TBI.hasValidHeight())
 1298   if (hasValidDepth()) {
 1330   if (TBI.hasValidHeight() && TBI.hasValidDepth())
 1337   while (Block->hasValidDepth() && Block->Pred) {