/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-niter.c | 553 number_of_iterations_cond (tree type, affine_iv *iv0, enum tree_code code, in number_of_iterations_cond() 715 enum tree_code code; in expand_simple_operations() local 781 enum tree_code code = TREE_CODE (expr); in tree_simplify_using_condition_1() local 957 enum tree_code code = TREE_CODE (expr); in simplify_using_outer_evolutions() local 1008 loop_only_exit_p (struct loop *loop, edge exit) in loop_only_exit_p() 1045 number_of_iterations_exit (struct loop *loop, edge exit, in number_of_iterations_exit() 1051 enum tree_code code; in number_of_iterations_exit() local 1177 find_loop_niter (struct loop *loop, edge *exit) in find_loop_niter() 1374 loop_niter_by_eval (struct loop *loop, edge exit) in loop_niter_by_eval() 1471 find_loop_niter_by_eval (struct loop *loop, edge *exit) in find_loop_niter_by_eval()
|
H A D | tree-scalar-evolution.c | 849 add_to_evolution (unsigned loop_nb, tree chrec_before, enum tree_code code, in add_to_evolution() 1827 enum tree_code code = TREE_CODE (expr); in fold_used_pointer() local 2102 edge exit; in loop_closed_phi_def() local 2475 edge exit; in number_of_iterations_in_loop() local 2953 edge exit; in scev_const_prop() local
|
H A D | tree-ssa-loop-ivopts.c | 352 edge exit = loop->single_exit; in single_dom_exit() local 684 enum tree_code code; in contains_abnormal_ssa_name_p() local 732 edge exit; member 763 niter_for_exit (struct ivopts_data *data, edge exit) in niter_for_exit() 804 edge exit = single_dom_exit (data->current_loop); in niter_for_single_dom_exit() local 835 enum tree_code code = TREE_CODE (expr); in determine_base_object() local 1716 find_interesting_uses_outside (struct ivopts_data *data, edge exit) in find_interesting_uses_outside() 1792 enum tree_code code; in strip_offset_1() local 2569 enum tree_code code; in constant_multiple_of() local 2806 enum tree_code code; in tree_to_aff_combination() local [all …]
|
H A D | c-typeck.c | 1421 enum tree_code code = TREE_CODE (type); in c_size_in_bytes() local 1553 enum tree_code code = TREE_CODE (type); in default_function_array_conversion() local 1609 enum tree_code code = TREE_CODE (type); in perform_integral_promotions() local 1659 enum tree_code code = TREE_CODE (type); in default_conversion() local 1799 enum tree_code code = TREE_CODE (type); in build_component_ref() local 2587 parser_build_unary_op (enum tree_code code, struct c_expr arg) in parser_build_unary_op() 2604 parser_build_binary_op (enum tree_code code, struct c_expr arg1, in parser_build_binary_op() 2800 build_unary_op (enum tree_code code, tree xarg, int flag) in build_unary_op() 3107 enum tree_code code = TREE_CODE (ref); in lvalue_p() local 4583 enum tree_code code = TREE_CODE (type); in digest_init() local [all …]
|
H A D | tree-cfg.c | 474 enum tree_code code = TREE_CODE (last); in make_edges() local 4423 tree_duplicate_sese_region (edge entry, edge exit, in tree_duplicate_sese_region() 4569 gather_blocks_in_sese_region (basic_block entry, basic_block exit, in gather_blocks_in_sese_region() 5690 gimplify_build3 (block_stmt_iterator *bsi, enum tree_code code, in gimplify_build3() 5705 gimplify_build2 (block_stmt_iterator *bsi, enum tree_code code, in gimplify_build2() 5720 gimplify_build1 (block_stmt_iterator *bsi, enum tree_code code, tree type, in gimplify_build1()
|
/openbsd-src/usr.sbin/vmd/ |
H A D | x86_vm.c | 1118 translate_gva(struct vm_exit * exit,uint64_t va,uint64_t * pa,int mode) translate_gva() argument 1249 unsigned int code, leaf; vmd_check_vmh() local [all...] |
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cp-gimplify.c | 193 tree top, entry, exit, cont_block, break_block, stmt_list, t; in gimplify_cp_loop() local 452 enum tree_code code = TREE_CODE (*expr_p); in cp_gimplify_expr() local
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | vmm_machdep.c | 2262 uint32_t pinbased, procbased, procbased2, exit, entry; vcpu_reset_regs_vmx() local 6825 vmx_exit_reason_decode(uint32_t code) vmx_exit_reason_decode() argument 6899 svm_exit_reason_decode(uint32_t code) svm_exit_reason_decode() argument 7054 vmx_instruction_error_decode(uint32_t code) vmx_instruction_error_decode() argument [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.y | 3137 char code; local 11325 int code; local 13394 binop_compound_p (code) in binop_compound_p() argument 13466 enum tree_code code = TREE_CODE (node); local 14238 int code = TREE_CODE (node); local 15753 tree tmp, enter, exit, expr_decl, assignment; local 16177 enum tree_code code = TREE_CODE (node); local
|
H A D | parse.c | 6702 char code; local 14890 int code; local 16959 binop_compound_p (code) in binop_compound_p() argument 17031 enum tree_code code = TREE_CODE (node); local 17803 int code = TREE_CODE (node); local 19318 tree tmp, enter, exit, expr_decl, assignment; local 19742 enum tree_code code = TREE_CODE (node); local
|