Searched refs:KernelSet (Results 1 – 3 of 3) sorted by relevance
24 using KernelSet = SetVector<Kernel>; variable33 KernelSet getDeviceKernels(Module &M);
587 DenseSet<Function *> KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables() local589 if (VariableSet.empty()) return KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables()596 KernelSet.insert(&Func); in kernelsThatIndirectlyAccessAnyOfPassedVariables()602 return KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables()
191 KernelSet &Kernels, bool OpenMPPostLink) in OMPInformationCache()540 KernelSet &Kernels;5332 KernelSet Kernels = getDeviceKernels(M); in run()5456 KernelSet Kernels = getDeviceKernels(M); in run()5503 KernelSet llvm::omp::getDeviceKernels(Module &M) { in getDeviceKernels()5506 KernelSet Kernels; in getDeviceKernels()