Searched refs:KernelSet (Results 1 – 3 of 3) sorted by relevance
24 using KernelSet = SetVector<Kernel>; variable37 KernelSet getDeviceKernels(Module &M);
601 DenseSet<Function *> KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables() local604 return KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables()611 KernelSet.insert(&Func); in kernelsThatIndirectlyAccessAnyOfPassedVariables()617 return KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables()
5721 KernelSet Kernels = getDeviceKernels(M); in run()5850 KernelSet Kernels = getDeviceKernels(M); in run()5901 KernelSet llvm::omp::getDeviceKernels(Module &M) { in getDeviceKernels()5904 KernelSet Kernels; in getDeviceKernels()