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