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()634 if (isOpenMPDevice(M)) { in initializeRuntimeFunctions()5538 if (!isOpenMPDevice(M)) in registerAAs()5752 if (isOpenMPDevice(M)) { in run()5795 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5815 if (AlwaysInlineDeviceFunctions && isOpenMPDevice(M)) in run()5875 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5930 bool llvm::omp::isOpenMPDevice(Module &M) { in isOpenMPDevice() function in llvm::omp