Searched refs:IdentInfo_MPI_Reduce (Results 1 – 2 of 2) sorted by relevance
139 IdentInfo_MPI_Reduce = &ASTCtx.Idents.get("MPI_Reduce"); in initCollectiveIdentifiers()140 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()141 MPICollToPointTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()142 MPIType.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()143 assert(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()261 return IdentInfo == IdentInfo_MPI_Reduce || in isReduceType()
81 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable