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

References

lib/CodeGen/MachineSink.cpp
  543   assert (SuccToSinkTo && "Invalid SinkTo Candidate BB");
  545   if (MBB == SuccToSinkTo)
  549   if (!PDT->dominates(SuccToSinkTo, MBB))
  554   if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo))
  561     if (UseBlock == SuccToSinkTo && !UseInst.isPHI())
  572           FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors))
  573     return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors);