HomeSort by: relevance | last modified time | path
    Searched refs:ophi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 4428 gphi *ophi, *nphi = ngsi.phi ();
4436 ophi = NULL;
4439 ophi = ogsi.phi ();
4440 if (gimple_phi_result (ophi) == nop)
4442 ophi = NULL;
4446 if (ophi)
4470 oop = gimple_phi_arg_def (ophi, e->dest_idx);
4471 oloc = gimple_phi_arg_location (ophi, e->dest_idx);
4492 gphi *ophi = ogsi.phi ();
4493 tree oresult = gimple_phi_result (ophi);
4423 gphi *ophi, *nphi = ngsi.phi (); local
4487 gphi *ophi = ogsi.phi (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 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);
4402 gphi *ophi, *nphi = ngsi.phi (); local
4466 gphi *ophi = ogsi.phi (); local
    [all...]

Completed in 22 milliseconds