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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c1691 int irred_flag; local
1697 irred_flag = entry->flags & EDGE_IRREDUCIBLE_LOOP;
1707 entry->flags |= irred_flag;
1723 entry->flags |= irred_flag;
1746 if (irred_flag)
H A Dtree-vect-loop-manip.c2549 bool irred_flag = loop_preheader_edge (loop)->flags & EDGE_IRREDUCIBLE_LOOP; local
2747 irred_flag);
2846 irred_flag);
2904 irred_flag);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc1619 int irred_flag; local
1625 irred_flag = entry->flags & EDGE_IRREDUCIBLE_LOOP;
1635 entry->flags |= irred_flag;
1668 entry->flags |= irred_flag;
1684 if (irred_flag)
H A Dtree-vect-loop-manip.cc2679 bool irred_flag = loop_preheader_edge (loop)->flags & EDGE_IRREDUCIBLE_LOOP; local
2871 irred_flag);
2970 irred_flag);
3028 irred_flag);

Completed in 156 milliseconds