Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefBB

252       MachineBasicBlock *DefBB = nullptr;
254 DefBB = DefMI->getParent();
255 SSAUpdate.AddAvailableValue(DefBB, VReg);
281 if (UseMI->getParent() == DefBB && !UseMI->isPHI())