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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 742 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);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 742 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 26 milliseconds