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()5537 if (!isOpenMPDevice(M)) in registerAAs()5750 if (isOpenMPDevice(M)) { in run()5792 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5812 if (AlwaysInlineDeviceFunctions && isOpenMPDevice(M)) in run()5873 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()5942 bool llvm::omp::isOpenMPDevice(Module &M) { in isOpenMPDevice() function in llvm::omp