Lines Matching refs:prev_node
8251 tree prev_node, tree *scp) in insert_struct_comp_map() argument
8258 tree cl = scp ? prev_node : c2; in insert_struct_comp_map()
8261 OMP_CLAUSE_CHAIN (c2) = scp ? *scp : prev_node; in insert_struct_comp_map()
8262 if (OMP_CLAUSE_CHAIN (prev_node) != c in insert_struct_comp_map()
8263 && OMP_CLAUSE_CODE (OMP_CLAUSE_CHAIN (prev_node)) == OMP_CLAUSE_MAP in insert_struct_comp_map()
8264 && (OMP_CLAUSE_MAP_KIND (OMP_CLAUSE_CHAIN (prev_node)) in insert_struct_comp_map()
8266 OMP_CLAUSE_SIZE (c2) = OMP_CLAUSE_SIZE (OMP_CLAUSE_CHAIN (prev_node)); in insert_struct_comp_map()
8275 if (OMP_CLAUSE_CHAIN (prev_node) != c in insert_struct_comp_map()
8276 && OMP_CLAUSE_CODE (OMP_CLAUSE_CHAIN (prev_node)) == OMP_CLAUSE_MAP in insert_struct_comp_map()
8277 && ((OMP_CLAUSE_MAP_KIND (OMP_CLAUSE_CHAIN (prev_node)) in insert_struct_comp_map()
8279 || (OMP_CLAUSE_MAP_KIND (OMP_CLAUSE_CHAIN (prev_node)) in insert_struct_comp_map()
8282 tree c4 = OMP_CLAUSE_CHAIN (prev_node); in insert_struct_comp_map()
8287 OMP_CLAUSE_CHAIN (c3) = prev_node; in insert_struct_comp_map()