Home
last modified time | relevance | path

Searched defs:isKernel (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1089 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1837 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel() function