Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-data-ref.c141 struct data_reference *ptr_dr, in ptr_decl_may_alias_p() argument
145 struct ptr_info_def *pi = DR_PTR_INFO (ptr_dr); in ptr_decl_may_alias_p()
154 tag = DR_MEMTAG (ptr_dr); in ptr_decl_may_alias_p()
1610 struct data_reference *ptr_dr = NULL; in object_analysis() local
1747 ptr_dr = analyze_indirect_ref (stmt, memref, is_read); in object_analysis()
1748 if (!ptr_dr) in object_analysis()
1760 ptr_step = DR_STEP (ptr_dr); in object_analysis()
1761 ptr_init = DR_BASE_ADDRESS (ptr_dr); in object_analysis()
1764 *dr = (*dr) ? *dr : ptr_dr; in object_analysis()
1778 *dr = ptr_dr; in object_analysis()
[all …]