GCC Middle and Back End API Reference
|
#include <tree-data-ref.h>
Public Types | |
enum | sequencing { WELL_ORDERED , REORDERED } |
Public Member Functions | |
dr_with_seg_len_pair_t (const dr_with_seg_len &, const dr_with_seg_len &, sequencing) | |
Data Fields | |
dr_with_seg_len | first |
dr_with_seg_len | second |
unsigned int | flags |
This struct contains two dr_with_seg_len objects with aliasing data refs. Two comparisons are generated from them.
|
inline |
References d1, d2, DR_ALIAS_ARBITRARY, DR_ALIAS_RAW, DR_ALIAS_WAR, DR_ALIAS_WAW, DR_IS_READ, DR_IS_WRITE, flags, gcc_unreachable, if(), and REORDERED.
dr_with_seg_len dr_with_seg_len_pair_t::first |
Referenced by comp_dr_with_seg_len_pair(), and prune_runtime_alias_test_list().
unsigned int dr_with_seg_len_pair_t::flags |
Referenced by dr_with_seg_len_pair_t(), and prune_runtime_alias_test_list().
dr_with_seg_len dr_with_seg_len_pair_t::second |
Referenced by comp_dr_with_seg_len_pair(), and prune_runtime_alias_test_list().