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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 15062 /* Helper function for const_ok_for_output. */
15199 const_ok_for_output (rtx rtl)
16358 if (!const_ok_for_output (rtl))
17421 if (!const_ok_for_output (rtl))
19088 else if (CONSTANT_P (rtl) && const_ok_for_output (rtl))
20430 if (!const_ok_for_output (rtl))
15186 const_ok_for_output (rtx rtl) function
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 14977 /* Helper function for const_ok_for_output. */
15114 const_ok_for_output (rtx rtl)
16274 if (!const_ok_for_output (rtl))
17335 if (!const_ok_for_output (rtl))
19001 else if (CONSTANT_P (rtl) && const_ok_for_output (rtl))
20344 if (!const_ok_for_output (rtl))
15101 const_ok_for_output (rtx rtl) function

Completed in 65 milliseconds