Home
last modified time | relevance | path

Searched refs:op_code_prio (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.h47 extern int op_code_prio (enum tree_code);
H A Dgimple-pretty-print.c352 if (op_prio (rhs) < op_code_prio (rhs_code)) in dump_unary_rhs()
409 if (op_prio (rhs) < op_code_prio (rhs_code)) in dump_unary_rhs()
470 if (op_prio (gimple_assign_rhs1 (gs)) <= op_code_prio (code)) in dump_binary_rhs()
482 if (op_prio (gimple_assign_rhs2 (gs)) <= op_code_prio (code)) in dump_binary_rhs()
H A Dtree-pretty-print.c3838 op_code_prio (enum tree_code code) in op_code_prio() function
3984 return op_code_prio (code); in op_prio()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.h50 extern int op_code_prio (enum tree_code);
H A Dgimple-pretty-print.cc353 if (op_prio (rhs) < op_code_prio (rhs_code)) in dump_unary_rhs()
410 if (op_prio (rhs) < op_code_prio (rhs_code)) in dump_unary_rhs()
477 if (op_prio (gimple_assign_rhs1 (gs)) <= op_code_prio (code)) in dump_binary_rhs()
489 if (op_prio (gimple_assign_rhs2 (gs)) <= op_code_prio (code)) in dump_binary_rhs()
H A Dtree-pretty-print.cc1736 if (op_prio (TREE_VEC_ELT (node, 1)) <= op_code_prio (MULT_EXPR)) in dump_omp_loop_non_rect_expr()
1745 if (op_prio (TREE_VEC_ELT (node, 1)) <= op_code_prio (PLUS_EXPR)) in dump_omp_loop_non_rect_expr()
4076 op_code_prio (enum tree_code code) in op_code_prio() function
4222 return op_code_prio (code); in op_prio()
H A DChangeLog-200934818 * tree-flow.h (op_code_prio, op_prio): New prototypes.
34819 * tree-pretty-print.c (op_code_prio): New function.
34820 (op_prio): No longer static. Use op_code_prio.
34822 Use op_prio and op_code_prio to determine if () should be
H A DChangeLog-20106793 (op_code_prio): Likewise.
15157 (op_code_prio): Likewise.
22827 (op_code_prio): Likewise.
24792 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
H A DChangeLog-201821726 * tree-pretty-print.c (op_code_prio): Handle
23105 (op_code_prio): Likewise.
H A DChangeLog-20175487 (op_code_prio): Likewise.
5735 * tree-pretty-print.c (dump_generic_node, op_code_prio,
H A DChangeLog-201220379 (op_code_prio, op_symbol_code): Likewise.
H A DChangeLog-20117967 (op_code_prio): Likewise.
H A DChangeLog-20148025 * tree-pretty-print.c (dump_generic_node, op_code_prio, op_symbol_code):