Searched refs:op_code_prio (Results 1 – 13 of 13) sorted by relevance
47 extern int op_code_prio (enum tree_code);
352 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()
3838 op_code_prio (enum tree_code code) in op_code_prio() function3984 return op_code_prio (code); in op_prio()
50 extern int op_code_prio (enum tree_code);
353 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()
1736 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() function4222 return op_code_prio (code); in op_prio()
34818 * 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
6793 (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
21726 * tree-pretty-print.c (op_code_prio): Handle23105 (op_code_prio): Likewise.
5487 (op_code_prio): Likewise.5735 * tree-pretty-print.c (dump_generic_node, op_code_prio,
20379 (op_code_prio, op_symbol_code): Likewise.
7967 (op_code_prio): Likewise.
8025 * tree-pretty-print.c (dump_generic_node, op_code_prio, op_symbol_code):