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

/freebsd-10.1-release/contrib/gcc/
H A Dsched-deps.c301 present_dep_type = REG_DEP_TRUE;
462 if (REG_NOTE_KIND (link) == REG_DEP_TRUE)
541 if (dep_type == REG_DEP_TRUE)
1027 REG_DEP_TRUE,
1031 add_dependence (insn, XEXP (pending, 0), REG_DEP_TRUE);
1270 reg_pending_barrier == TRUE_BARRIER ? REG_DEP_TRUE : REG_DEP_ANTI);
1273 reg_pending_barrier == TRUE_BARRIER ? REG_DEP_TRUE : REG_DEP_ANTI);
1285 reg_pending_barrier == TRUE_BARRIER ? REG_DEP_TRUE : REG_DEP_ANTI);
1288 reg_pending_barrier == TRUE_BARRIER ? REG_DEP_TRUE : REG_DEP_ANTI);
1314 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_TRUE);
[all...]
H A Dhaifa-sched.c3486 add_back_forw_dep (twin, check, REG_DEP_TRUE, DEP_TRUE);
3772 PUT_REG_NOTE_KIND (RESOLVED_DEPS (check), REG_DEP_TRUE);
3937 add_back_forw_dep (check, insn, REG_DEP_TRUE, DEP_TRUE);
3958 add_back_forw_dep (check, insn, REG_DEP_TRUE, DEP_TRUE | DEP_OUTPUT);
3767 PUT_REG_NOTE_KIND (RESOLVED_DEPS (check), REG_DEP_TRUE); local
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dia64.c6312 if (REG_NOTE_KIND (link) != REG_DEP_TRUE)

Completed in 128 milliseconds