Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp191 KernelSet &Kernels, bool OpenMPPostLink) in OMPInformationCache()
193 Kernels(Kernels), OpenMPPostLink(OpenMPPostLink) { in OMPInformationCache()
455 if (!OpenMPPostLink) in runtimeFnsAvailable()
546 bool OpenMPPostLink = false; member