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

  /src/external/gpl3/gcc/dist/gcc/
cprop.cc 253 cprop_constant_p (const_rtx x)
298 && cprop_constant_p (XEXP (note, 0)))
305 || cprop_constant_p (src))
880 if (cprop_constant_p (src))
1088 if (src_cst && cprop_constant_p (src_cst)
1207 if (cprop_constant_p (this_rtx))
1374 return cprop_constant_p (cst);
1491 if (cprop_constant_p (src))
251 cprop_constant_p (const_rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
cprop.cc 253 cprop_constant_p (const_rtx x)
298 && cprop_constant_p (XEXP (note, 0)))
305 || cprop_constant_p (src))
880 if (cprop_constant_p (src))
1087 if (src_cst && cprop_constant_p (src_cst)
1204 if (cprop_constant_p (this_rtx))
1371 return cprop_constant_p (cst);
1488 if (cprop_constant_p (src))
251 cprop_constant_p (const_rtx x) function

Completed in 26 milliseconds