Lines Matching defs:Kernels
3628 ", #Reaching Kernels: " +
5722 KernelSet Kernels = getDeviceKernels(M);
5728 if (Kernels.contains(&F))
5753 if (!F.isDeclaration() && !Kernels.contains(&F) && IsCalled(F) &&
5814 if (!F.isDeclaration() && !Kernels.contains(&F) &&
5851 KernelSet Kernels = getDeviceKernels(M);
5905 KernelSet Kernels;
5908 return Kernels;
5926 Kernels.insert(KernelFn);
5931 return Kernels;