| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-strub.cc | 1905 call_update_watermark (tree wmptr, cgraph_node *node, profile_count count, 1909 gcall *update = gimple_build_call (uwm, 1, wmptr); 2729 tree wmptr = build_decl (DECL_SOURCE_LOCATION (onode->decl), 2733 DECL_ARTIFICIAL (wmptr) = 1; 2734 DECL_ARG_TYPE (wmptr) = get_qpwmt (); 2735 DECL_CONTEXT (wmptr) = onode->decl; 2736 TREE_USED (wmptr) = 1; 2737 DECL_CHAIN (wmptr) = *pargs; 2738 *pargs = wmptr; 2748 gimple_seq seq = call_update_watermark (wmptr, nnode, e->src->count) 2727 tree wmptr = build_decl (DECL_SOURCE_LOCATION (onode->decl), local 3325 tree wmptr = NULL_TREE; local [all...] |
| ipa-strub.cc | 1905 call_update_watermark (tree wmptr, cgraph_node *node, profile_count count, 1909 gcall *update = gimple_build_call (uwm, 1, wmptr); 2729 tree wmptr = build_decl (DECL_SOURCE_LOCATION (onode->decl), 2733 DECL_ARTIFICIAL (wmptr) = 1; 2734 DECL_ARG_TYPE (wmptr) = get_qpwmt (); 2735 DECL_CONTEXT (wmptr) = onode->decl; 2736 TREE_USED (wmptr) = 1; 2737 DECL_CHAIN (wmptr) = *pargs; 2738 *pargs = wmptr; 2748 gimple_seq seq = call_update_watermark (wmptr, nnode, e->src->count) 2727 tree wmptr = build_decl (DECL_SOURCE_LOCATION (onode->decl), local 3325 tree wmptr = NULL_TREE; local [all...] |
| builtins.cc | 5500 tree wmptr = CALL_EXPR_ARG (exp, 0); 5501 tree wmtype = TREE_TYPE (TREE_TYPE (wmptr)); 5502 tree wmtree = fold_build2 (MEM_REF, wmtype, wmptr, 5503 build_int_cst (TREE_TYPE (wmptr), 0)); 5570 tree wmptr = CALL_EXPR_ARG (exp, 0); 5571 tree wmtype = TREE_TYPE (TREE_TYPE (wmptr)); 5572 tree wmtree = fold_build2 (MEM_REF, wmtype, wmptr, 5573 build_int_cst (TREE_TYPE (wmptr), 0)); 5593 : wmptr); 5594 if (wmptr != xwmptr 5499 tree wmptr = CALL_EXPR_ARG (exp, 0); local 5569 tree wmptr = CALL_EXPR_ARG (exp, 0); local 5641 tree wmptr = CALL_EXPR_ARG (exp, 0); local [all...] |
| builtins.cc | 5500 tree wmptr = CALL_EXPR_ARG (exp, 0); 5501 tree wmtype = TREE_TYPE (TREE_TYPE (wmptr)); 5502 tree wmtree = fold_build2 (MEM_REF, wmtype, wmptr, 5503 build_int_cst (TREE_TYPE (wmptr), 0)); 5570 tree wmptr = CALL_EXPR_ARG (exp, 0); 5571 tree wmtype = TREE_TYPE (TREE_TYPE (wmptr)); 5572 tree wmtree = fold_build2 (MEM_REF, wmtype, wmptr, 5573 build_int_cst (TREE_TYPE (wmptr), 0)); 5593 : wmptr); 5594 if (wmptr != xwmptr 5499 tree wmptr = CALL_EXPR_ARG (exp, 0); local 5569 tree wmptr = CALL_EXPR_ARG (exp, 0); local 5641 tree wmptr = CALL_EXPR_ARG (exp, 0); local [all...] |