Searched refs:OMPInModule (Results 1 – 2 of 2) sorted by relevance
50 friend bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule);60 bool containsOpenMP(Module &M, OpenMPInModule &OMPInModule);67 omp::OpenMPInModule OMPInModule; variable75 omp::OpenMPInModule OMPInModule; variable
2458 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; member2571 containsOpenMP(CG.getModule(), OMPInModule); in doInitialization()2576 if (!containsOpenMP(CGSCC.getCallGraph().getModule(), OMPInModule)) in runOnSCC()2583 bool SCCIsInteresting = !OMPInModule.getKernels().empty(); in runOnSCC()[all …]