Searched refs:component_of (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c608 component_of (unsigned fathers[], unsigned a) function
630 unsigned ca = component_of (fathers, a);
631 unsigned cb = component_of (fathers, b);
820 ia = component_of (comp_father, (unsigned) (size_t) dra->aux);
821 ib = component_of (comp_father, (unsigned) (size_t) drb->aux);
825 bad = component_of (comp_father, n);
890 bad = component_of (comp_father, n);
894 ca = component_of (comp_father, ia);
925 ca = component_of (comp_father, ia);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc742 component_of (vec<unsigned> &fathers, unsigned a) function
765 unsigned ca = component_of (fathers, a);
766 unsigned cb = component_of (fathers, b);
952 ia = component_of (comp_father, (unsigned) (size_t) dra->aux);
953 ib = component_of (comp_father, (unsigned) (size_t) drb->aux);
957 bad = component_of (comp_father, n);
1023 bad = component_of (comp_father, n);
1027 ca = component_of (comp_father, ia);
1057 ca = component_of (comp_father, ia);

Completed in 111 milliseconds