Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h30 bool isOpenMPDevice(Module &M);
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp526 if (isOpenMPDevice(M)) { in initializeRuntimeFunctions()
5158 if (!isOpenMPDevice(M)) in registerAAs()
5358 if (isOpenMPDevice(M)) { in run()
5400 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()
5417 if (AlwaysInlineDeviceFunctions && isOpenMPDevice(M)) in run()
5478 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()
5539 bool llvm::omp::isOpenMPDevice(Module &M) { in isOpenMPDevice() function in llvm::omp