Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefBB

237       MachineBasicBlock *DefBB = 0;
239 DefBB = DefMI->getParent();
240 SSAUpdate.AddAvailableValue(DefBB, VReg);
266 if (UseMI->getParent() == DefBB && !UseMI->isPHI())