HomeSort by: relevance | last modified time | path
    Searched defs:alias_ptr_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.h 166 tree alias_ptr_type; variable
ipa-sra.cc 115 tree alias_ptr_type; variable
154 tree alias_ptr_type; member in struct:gensum_param_access
478 to->alias_ptr_type = from->alias_ptr_type;
708 fprintf (f, ", alias_ptr_type: ");
709 print_generic_expr (f, access->alias_ptr_type);
729 fprintf (f, ", alias_ptr_type: ");
730 print_generic_expr (f, access->alias_ptr_type);
1969 access->alias_ptr_type = reference_alias_ptr_type (expr);
1980 if (access->alias_ptr_type != reference_alias_ptr_type (expr)
    [all...]
internal-fn.cc 2961 tree alias_ptr_type = TREE_TYPE (gimple_call_arg (stmt, index + 1)); local
2982 || alias_ptr_type != TREE_TYPE (offset)
2986 TMR_OFFSET (mem) = wide_int_to_tree (alias_ptr_type,
2994 return fold_build2 (MEM_REF, type, addr, build_int_cst (alias_ptr_type, 0));
tree-ssa-loop-ivopts.cc 7652 tree alias_ptr_type; local
7654 alias_ptr_type = get_alias_ptr_type_for_ptr_address (use);
7661 alias_ptr_type = reference_alias_ptr_type (*use->op_p);
7663 tree ref = create_mem_ref (&bsi, type, &aff, alias_ptr_type,
7686 ref = build2 (MEM_REF, type, ref, build_zero_cst (alias_ptr_type));
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.h 166 tree alias_ptr_type; variable
ipa-sra.cc 112 tree alias_ptr_type; variable
151 tree alias_ptr_type; member in struct:gensum_param_access
423 to->alias_ptr_type = from->alias_ptr_type;
643 fprintf (f, ", alias_ptr_type: ");
644 print_generic_expr (f, access->alias_ptr_type);
662 fprintf (f, ", alias_ptr_type: ");
663 print_generic_expr (f, access->alias_ptr_type);
1817 access->alias_ptr_type = reference_alias_ptr_type (expr);
1828 if (access->alias_ptr_type != reference_alias_ptr_type (expr)
    [all...]
internal-fn.cc 2679 tree alias_ptr_type = TREE_TYPE (gimple_call_arg (stmt, index + 1)); local
2700 || alias_ptr_type != TREE_TYPE (offset)
2704 TMR_OFFSET (mem) = wide_int_to_tree (alias_ptr_type,
2712 return fold_build2 (MEM_REF, type, addr, build_int_cst (alias_ptr_type, 0));
tree-ssa-loop-ivopts.cc 7598 tree alias_ptr_type; local
7600 alias_ptr_type = get_alias_ptr_type_for_ptr_address (use);
7607 alias_ptr_type = reference_alias_ptr_type (*use->op_p);
7609 tree ref = create_mem_ref (&bsi, type, &aff, alias_ptr_type,
7632 ref = build2 (MEM_REF, type, ref, build_zero_cst (alias_ptr_type));

Completed in 56 milliseconds