Searched refs:defcodefor_name (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-forwprop.c | 1452 defcodefor_name (tree name, enum tree_code *code, tree *arg1, tree *arg2) in defcodefor_name() function 1554 defcodefor_name (arg[i], &def_code[i], &def_arg1[i], &def_arg2[i]); in simplify_rotate() 1570 defcodefor_name (arg[i], &def_code[i], &def_arg1[i], &def_arg2[i]); in simplify_rotate() 1591 defcodefor_name (def_arg1[i], &code, &tem, NULL); in simplify_rotate() 1626 defcodefor_name (def_arg2[i], &cdef_code[i], in simplify_rotate() 1635 defcodefor_name (def_arg2_alt[i], &cdef_code[i], in simplify_rotate() 1656 defcodefor_name (cdef_arg2[i], &code, &tem, NULL); in simplify_rotate() 1685 defcodefor_name (cdef_arg1[i], &code, &tem, NULL); in simplify_rotate() 1691 defcodefor_name (tem, &code, &tem, NULL); in simplify_rotate() 1701 defcodefor_name (tem, &code, &tem2, NULL); in simplify_rotate() [all …]
|