Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h25 struct OpenMPInModule { struct
26 OpenMPInModule &operator=(bool Found) {
28 Value = OpenMPInModule::OpenMP::FOUND;
30 Value = OpenMPInModule::OpenMP::NOT_FOUND;
50 friend bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule); argument
60 bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule); argument
67 omp::OpenMPInModule OMPInModule;
75 omp::OpenMPInModule OMPInModule;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2558 OpenMPInModule OMPInModule;
2631 void OpenMPInModule::identifyKernels(Module &M) { in identifyKernels()
2655 bool llvm::omp::containsOpenMP(Module &M, OpenMPInModule &OMPInModule) { in containsOpenMP()