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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 1159 && (reg_overlap_mentioned_p (reg, PATTERN (insn))
1178 if (reg_overlap_mentioned_p (x, SET_SRC (body)))
1189 && reg_overlap_mentioned_p (x, SET_DEST (body)))
1195 if (reg_overlap_mentioned_p (x, ASM_OPERANDS_INPUT (body, i)))
1202 return reg_overlap_mentioned_p (x, body);
1205 return reg_overlap_mentioned_p (x, TRAP_CONDITION (body));
1208 return reg_overlap_mentioned_p (x, XEXP (body, 0));
1213 if (reg_overlap_mentioned_p (x, XVECEXP (body, 0, i)))
1225 if (reg_overlap_mentioned_p (x, XEXP (XEXP (body, 0), 0)))
1230 if (reg_overlap_mentioned_p (x, COND_EXEC_TEST (body))
1853 reg_overlap_mentioned_p (const_rtx x, const_rtx in) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 1161 && (reg_overlap_mentioned_p (reg, PATTERN (insn))
1180 if (reg_overlap_mentioned_p (x, SET_SRC (body)))
1191 && reg_overlap_mentioned_p (x, SET_DEST (body)))
1197 if (reg_overlap_mentioned_p (x, ASM_OPERANDS_INPUT (body, i)))
1204 return reg_overlap_mentioned_p (x, body);
1207 return reg_overlap_mentioned_p (x, TRAP_CONDITION (body));
1210 return reg_overlap_mentioned_p (x, XEXP (body, 0));
1215 if (reg_overlap_mentioned_p (x, XVECEXP (body, 0, i)))
1227 if (reg_overlap_mentioned_p (x, XEXP (XEXP (body, 0), 0)))
1232 if (reg_overlap_mentioned_p (x, COND_EXEC_TEST (body))
1855 reg_overlap_mentioned_p (const_rtx x, const_rtx in) function
    [all...]

Completed in 25 milliseconds