Home
last modified time | relevance | path

Searched refs:MPICollToCollTypes (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp116 MPICollToCollTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()
122 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()
155 MPICollToCollTypes.push_back(IdentInfo_MPI_Allreduce); in initCollectiveIdentifiers()
161 MPICollToCollTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()
168 MPICollToCollTypes.push_back(IdentInfo_MPI_Alltoall); in initCollectiveIdentifiers()
174 MPICollToCollTypes.push_back(IdentInfo_MPI_Ialltoall); in initCollectiveIdentifiers()
227 return llvm::is_contained(MPICollToCollTypes, IdentInfo); in isCollToColl()
DMPIFunctionClassifier.h66 llvm::SmallVector<IdentifierInfo *, 6> MPICollToCollTypes; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp115 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()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DMPIFunctionClassifier.h65 llvm::SmallVector<IdentifierInfo *, 6> MPICollToCollTypes; variable