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

References

lib/CodeGen/MachineTraceMetrics.cpp
  228   assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet");
  253   return TBI->hasValidHeight() ? TBI : nullptr;
  455     if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
  527   if (BadTBI.hasValidHeight()) {
  538         if (!TBI.hasValidHeight())
  599     if (TBI.hasValidHeight() && TBI.Succ) {
  602       assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() &&
 1006     assert(TBI.hasValidHeight() && "Incomplete trace");
 1162   if (!TBI.hasValidDepth() || !TBI.hasValidHeight())
 1310   if (hasValidHeight()) {
 1330   if (TBI.hasValidHeight() && TBI.hasValidDepth())
 1345   while (Block->hasValidHeight() && Block->Succ) {