Searched refs:IdentInfo_MPI_Gather (Results 1 – 2 of 2) sorted by relevance
100 IdentInfo_MPI_Gather = &ASTCtx.Idents.get("MPI_Gather"); in initCollectiveIdentifiers()101 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()102 MPICollToPointTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()103 MPIType.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()104 assert(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()237 return IdentInfo == IdentInfo_MPI_Gather || in isGatherType()
78 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr, variable