reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
578 if (PreMBB->succ_size() == 1) 583 if (PreMBB == &MBB && !SplitAllCriticalEdges) 585 const MachineLoop *PreLoop = MLI ? MLI->getLoopFor(PreMBB) : nullptr; 595 bool ShouldSplit = isLiveOutPastPHIs(Reg, PreMBB); 600 << printMBBReference(*PreMBB) << " -> " 631 if (!PreMBB->SplitCriticalEdge(&MBB, *this)) {