Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PhiInst

2589       MachineInstr *PhiInst = MRI.getVRegDef(LoopVal);
2590 bool LoopDefIsPhi = PhiInst && PhiInst->isPHI();
2632 if (Schedule.isLoopCarried(this, *PhiInst))