Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiopt.c2691 tree tree_offset1, tree_offset2, tree_size2, next; in hoist_adjacent_loads() local
2773 tree_offset1 = bit_position (field1); in hoist_adjacent_loads()
2777 if (!tree_fits_uhwi_p (tree_offset1) in hoist_adjacent_loads()
2782 offset1 = tree_to_uhwi (tree_offset1); in hoist_adjacent_loads()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc3644 tree tree_offset1, tree_offset2, tree_size2, next; in hoist_adjacent_loads() local
3726 tree_offset1 = bit_position (field1); in hoist_adjacent_loads()
3730 if (!tree_fits_uhwi_p (tree_offset1) in hoist_adjacent_loads()
3735 offset1 = tree_to_uhwi (tree_offset1); in hoist_adjacent_loads()
H A Dgimplify.cc9803 tree tree_offset1; in gimplify_scan_omp_clauses() local
9809 &tree_offset1); in gimplify_scan_omp_clauses()
9811 bool do_map_struct = (base == decl && !tree_offset1); in gimplify_scan_omp_clauses()