Home
last modified time | relevance | path

Searched refs:isOpenMPDevice (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h30 bool isOpenMPDevice(Module &M);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp504 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