Function OmpSupport::extractMapClauses#
Defined in File omp_lowering.h
Function Documentation#
-
void OmpSupport::extractMapClauses(Rose_STL_Container<SgOmpClause*> map_clauses, std::map<SgSymbol*, std::vector<std::pair<SgExpression*, SgExpression*>>> &array_dimensions, std::map<SgSymbol*, std::vector<std::pair<SgOmpClause::omp_map_dist_data_enum, SgExpression*>>> &dist_data_policies, SgOmpMapClause **map_alloc_clause, SgOmpMapClause **map_to_clause, SgOmpMapClause **map_from_clause, SgOmpMapClause **map_tofrom_clause)#
Extract map clause information.