Searched refs:isOpenMPDevice (Results 1 – 2 of 2) sorted by relevance
30 bool isOpenMPDevice(Module &M);
504 if (isOpenMPDevice(M)) { in initializeRuntimeFunctions()4796 if (!isOpenMPDevice(M)) in registerAAs()4969 if (isOpenMPDevice(M)) { in run()5006 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5021 if (AlwaysInlineDeviceFunctions && isOpenMPDevice(M)) in run()5080 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5159 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in runOnSCC()5221 bool llvm::omp::isOpenMPDevice(Module &M) { in isOpenMPDevice() function in llvm::omp