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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unswitch.c408 int irred_flag, prob; local
422 irred_flag = entry->flags & EDGE_IRREDUCIBLE_LOOP;
433 entry->flags |= irred_flag;
455 if (irred_flag)
H A Dcfgloopmanip.c1300 int irred_flag; local
1310 irred_flag = entry->flags & EDGE_IRREDUCIBLE_LOOP;
1333 entry->flags |= irred_flag;
1357 if (irred_flag)

Completed in 49 milliseconds