Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Terminator

1161     MachineBasicBlock *Terminator = nullptr;
1164 if (Terminator == nullptr)
1165 Terminator = &MBB;
1167 Terminator = MDT->findNearestCommonDominator(Terminator, &MBB);
1174 if (MDT->dominates(&MBB, Terminator)) {
1246 // Update the terminator of the previous block.