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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 513 static struct ls_expr * find_rtx_in_ldst (rtx);
1011 if (!find_rtx_in_ldst (dest))
3717 find_rtx_in_ldst (rtx x)
3947 if ((mem_ptr = find_rtx_in_ldst (expr->expr)))
3701 find_rtx_in_ldst (rtx x) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 513 static struct ls_expr * find_rtx_in_ldst (rtx);
1010 if (!find_rtx_in_ldst (dest))
3702 find_rtx_in_ldst (rtx x)
3932 if ((mem_ptr = find_rtx_in_ldst (expr->expr)))
3686 find_rtx_in_ldst (rtx x) function

Completed in 18 milliseconds