Home | History | Annotate | Download | only in gcc

Lines Matching refs:ophi

4407       gphi *ophi, *nphi = ngsi.phi ();
4415 ophi = NULL;
4418 ophi = ogsi.phi ();
4419 if (gimple_phi_result (ophi) == nop)
4421 ophi = NULL;
4425 if (ophi)
4449 oop = gimple_phi_arg_def (ophi, e->dest_idx);
4450 oloc = gimple_phi_arg_location (ophi, e->dest_idx);
4471 gphi *ophi = ogsi.phi ();
4472 tree oresult = gimple_phi_result (ophi);