Searched refs:OpenMPInModule (Results 1 – 2 of 2) sorted by relevance
25 struct OpenMPInModule { struct26 OpenMPInModule &operator=(bool Found) {28 Value = OpenMPInModule::OpenMP::FOUND;30 Value = OpenMPInModule::OpenMP::NOT_FOUND;50 friend bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule); argument60 bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule); argument67 omp::OpenMPInModule OMPInModule;75 omp::OpenMPInModule OMPInModule;
2558 OpenMPInModule OMPInModule;2631 void OpenMPInModule::identifyKernels(Module &M) { in identifyKernels()2655 bool llvm::omp::containsOpenMP(Module &M, OpenMPInModule &OMPInModule) { in containsOpenMP()