Home
last modified time | relevance | path

Searched refs:MPICollectiveTypes (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp89 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()
95 MPICollectiveTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()
102 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()
108 MPICollectiveTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()
115 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
121 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
128 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()
134 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()
141 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()
147 MPICollectiveTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()
[all …]
DMPIFunctionClassifier.h62 llvm::SmallVector<IdentifierInfo *, 16> MPICollectiveTypes; variable