Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h50 friend bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule);
60 bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule);
67 omp::OpenMPInModule OMPInModule; variable
75 omp::OpenMPInModule OMPInModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2458 if (!containsOpenMP(M, OMPInModule)) in run()
2487 OMPInModule.getKernels()); in run()
2503 if (!containsOpenMP(*C.begin()->getFunction().getParent(), OMPInModule)) in run()
2511 bool SCCIsInteresting = !OMPInModule.getKernels().empty(); in run()
2521 SCCIsInteresting |= OMPInModule.containsOMPRuntimeCalls(Fn); in run()
2542 /*CGSCC*/ Functions, OMPInModule.getKernels()); in run()
2558 OpenMPInModule OMPInModule; member
2571 containsOpenMP(CG.getModule(), OMPInModule); in doInitialization()
2576 if (!containsOpenMP(CGSCC.getCallGraph().getModule(), OMPInModule)) in runOnSCC()
2583 bool SCCIsInteresting = !OMPInModule.getKernels().empty(); in runOnSCC()
[all …]