Searched refs:IdentInfo_MPI_Bcast (Results 1 – 4 of 4) sorted by relevance
127 IdentInfo_MPI_Bcast = &ASTCtx.Idents.get("MPI_Bcast"); in initCollectiveIdentifiers()128 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()129 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()130 MPIType.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()131 assert(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()257 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
81 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable
126 IdentInfo_MPI_Bcast = &ASTCtx.Idents.get("MPI_Bcast"); in initCollectiveIdentifiers()127 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()128 MPIPointToCollTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()129 MPIType.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()130 assert(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()256 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
80 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr, variable