Lines Matching refs:Kernels
128 SmallPtrSetImpl<Kernel> &Kernels) in OMPInformationCache()
130 Kernels(Kernels) { in OMPInformationCache()
443 SmallPtrSetImpl<Kernel> &Kernels; member
784 if (!OMPInfoCache.Kernels.count(F)) in printKernels()
1707 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel()
2809 if (!OMPInfoCache.Kernels.count(Fn)) in initialize()
3991 for (Function *Kernel : OMPInfoCache.Kernels) in registerAAs()
4178 KernelSet Kernels = getDeviceKernels(M); in run() local
4181 if (Kernels.contains(&F)) in run()
4204 if (!F.isDeclaration() && !Kernels.contains(&F) && IsCalled(F) && in run()
4235 OMPInformationCache InfoCache(M, AG, Allocator, /*CGSCC*/ Functions, Kernels); in run()
4270 KernelSet Kernels = getDeviceKernels(M); in run() local
4287 /*CGSCC*/ Functions, Kernels); in run()
4334 KernelSet Kernels = getDeviceKernels(M); in runOnSCC() local
4353 /*CGSCC*/ Functions, Kernels); in runOnSCC()
4371 KernelSet Kernels; in getDeviceKernels() local
4374 return Kernels; in getDeviceKernels()
4390 Kernels.insert(KernelFn); in getDeviceKernels()
4393 return Kernels; in getDeviceKernels()