Home | History | Annotate | Download | only in gcc

Lines Matching defs:def_phi

285   cand_idx def_phi;
597 if (!basis && c->def_phi)
600 slsr_cand_t phi_cand = lookup_cand (c->def_phi);
701 c->def_phi = kind == CAND_MULT ? find_phi_def (base) : 0;
1901 if (c->def_phi)
1902 fprintf (dump_file, " phi: %d\n", c->def_phi);
2083 return (c->def_phi
2085 && lookup_cand (c->basis)->def_phi != c->def_phi);
2534 name = create_phi_basis (c, lookup_cand (c->def_phi)->cand_stmt,
2635 gimple *phi = lookup_cand (c->def_phi)->cand_stmt;
2856 lookup_cand (c->def_phi)->cand_stmt);
3011 gimple *phi = lookup_cand (c->def_phi)->cand_stmt;
3055 gimple *phi = lookup_cand (c->def_phi)->cand_stmt;
3308 as_a <gphi *> (lookup_cand (c->def_phi)->cand_stmt),
3868 gphi *phi = as_a <gphi *> (lookup_cand (c->def_phi)->cand_stmt);