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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c293 enum reg_note present_dep_type;
301 present_dep_type = REG_DEP_TRUE;
304 present_dep_type = REG_DEP_OUTPUT;
307 present_dep_type = REG_DEP_ANTI;
313 if ((int) dep_type >= (int) present_dep_type)
287 enum reg_note present_dep_type; local

Completed in 59 milliseconds