Searched refs:isOpenMPDevice (Results 1 – 2 of 2) sorted by relevance
30 bool isOpenMPDevice(Module &M);
289 OMPBuilder.Config.IsTargetDevice = isOpenMPDevice(OMPBuilder.M); in OMPInformationCache()621 if (isOpenMPDevice(M)) { in initializeRuntimeFunctions()5536 if (!isOpenMPDevice(M)) in registerAAs()5749 if (isOpenMPDevice(M)) { in run()5791 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5811 if (AlwaysInlineDeviceFunctions && isOpenMPDevice(M)) in run()5872 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5941 bool llvm::omp::isOpenMPDevice(Module &M) { in isOpenMPDevice() function in llvm::omp