Home
last modified time | relevance | path

Searched refs:r_pfedge (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmcf.c468 fixup_edge_p pfedge, r_pfedge; in create_fixup_graph() local
574 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
575 if (!r_pfedge && pfedge->weight) in create_fixup_graph()
657 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
659 || (pfedge->type == REDIRECT_EDGE)) && r_pfedge) in create_fixup_graph()
668 dump_fixup_edge (dump_file, fixup_graph, r_pfedge); in create_fixup_graph()
683 REVERSE_NORMALIZED_EDGE, 0, r_pfedge->cost, in create_fixup_graph()
684 r_pfedge->max_capacity); in create_fixup_graph()
689 r_pfedge->dest = new_index; in create_fixup_graph()
690 r_pfedge->type = REVERSE_NORMALIZED_EDGE; in create_fixup_graph()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmcf.cc468 fixup_edge_p pfedge, r_pfedge; in create_fixup_graph() local
574 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
575 if (!r_pfedge && pfedge->weight) in create_fixup_graph()
657 r_pfedge = find_fixup_edge (fixup_graph, pfedge->dest, pfedge->src); in create_fixup_graph()
659 || (pfedge->type == REDIRECT_EDGE)) && r_pfedge) in create_fixup_graph()
668 dump_fixup_edge (dump_file, fixup_graph, r_pfedge); in create_fixup_graph()
683 REVERSE_NORMALIZED_EDGE, 0, r_pfedge->cost, in create_fixup_graph()
684 r_pfedge->max_capacity); in create_fixup_graph()
689 r_pfedge->dest = new_index; in create_fixup_graph()
690 r_pfedge->type = REVERSE_NORMALIZED_EDGE; in create_fixup_graph()
[all …]