Home
last modified time | relevance | path

Searched refs:USE_PTR_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c198 USE_PTR_ADDRESS, /* Use is a pointer argument to a function in enumerator
563 return type == USE_REF_ADDRESS || type == USE_PTR_ADDRESS; in address_p()
837 else if (group->type == USE_PTR_ADDRESS) in dump_groups()
2474 record_group_use (data, op_p, iv, stmt, USE_PTR_ADDRESS, mem_type); in find_address_like_use()
5573 case USE_PTR_ADDRESS: in determine_group_iv_cost()
7465 if (use->type == USE_PTR_ADDRESS) in rewrite_use_address()
7478 if (use->type == USE_PTR_ADDRESS) in rewrite_use_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc198 USE_PTR_ADDRESS, /* Use is a pointer argument to a function in enumerator
564 return type == USE_REF_ADDRESS || type == USE_PTR_ADDRESS; in address_p()
838 else if (group->type == USE_PTR_ADDRESS) in dump_groups()
2477 record_group_use (data, op_p, iv, stmt, USE_PTR_ADDRESS, mem_type); in find_address_like_use()
5638 case USE_PTR_ADDRESS: in determine_group_iv_cost()
7598 if (use->type == USE_PTR_ADDRESS) in rewrite_use_address()
7611 if (use->type == USE_PTR_ADDRESS) in rewrite_use_address()
H A DChangeLog-201832518 (USE_REF_ADDRESS, USE_PTR_ADDRESS): ...these new use types.