Searched refs:fedge (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmcf.c192 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) argument
194 if (!fedge)
200 print_edge (file, fixup_graph, fedge->src, fedge->dest);
203 if (fedge->type)
206 fedge->flow);
207 if (fedge->max_capacity == CAP_INFINITY)
210 fprintf (file, "%" PRId64 ",", fedge->max_capacity);
213 if (fedge->is_rflow_valid)
215 if (fedge
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmcf.cc192 dump_fixup_edge (FILE *file, fixup_graph_type *fixup_graph, fixup_edge_p fedge) argument
194 if (!fedge)
200 print_edge (file, fixup_graph, fedge->src, fedge->dest);
203 if (fedge->type)
206 fedge->flow);
207 if (fedge->max_capacity == CAP_INFINITY)
210 fprintf (file, "%" PRId64 ",", fedge->max_capacity);
213 if (fedge->is_rflow_valid)
215 if (fedge
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dfeasible-graph.cc247 const feasible_edge *fedge = fpath[i]; local
249 = static_cast <const feasible_node *> (fedge->m_src);
251 = static_cast <const feasible_node *> (fedge->m_dest);
/netbsd-current/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_pxa2x0.cpp446 uint32_t dir, altfn, redge, fedge, status; local
476 fedge = VOLATILE_REF(gpio + GPIO_OFFSET(i, 0x3c));
477 fedge = (fedge >> (i % 32)) & 1;
480 fedge ? TEXT("enable") : TEXT("disable")));

Completed in 274 milliseconds