Searched refs:MPICollToCollTypes (Results 1 – 2 of 2) sorted by relevance
115 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()121 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()154 MPICollToCollTypes.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()160 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()167 MPICollToCollTypes.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()173 MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()226 return llvm::is_contained(MPICollToCollTypes, IdentInfo); in isCollToColl()
65 llvm::SmallVector<IdentifierInfo *, 6> MPICollToCollTypes; variable