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

References

lib/CodeGen/MachineTraceMetrics.cpp
  591     if (TBI.hasValidDepth() && TBI.Pred) {
  591     if (TBI.hasValidDepth() && TBI.Pred) {
  593       assert(MBB->isPredecessor(TBI.Pred) && "CFG doesn't match trace");
  594       assert(BlockInfo[TBI.Pred->getNumber()].hasValidDepth() &&
  599     if (TBI.hasValidHeight() && TBI.Succ) {
  599     if (TBI.hasValidHeight() && TBI.Succ) {
  601       assert(MBB->isSuccessor(TBI.Succ) && "CFG doesn't match trace");
  602       assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() &&
  605       const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
  606       assert(!(Loop && Loop == SuccLoop && TBI.Succ == Loop->getHeader()) &&