Searched refs:KernelSet (Results 1 – 3 of 3) sorted by relevance
24 using KernelSet = SetVector<Kernel>; variable 37 KernelSet getDeviceKernels(Module &M);
436 DenseSet<Function *> KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables() local439 return KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables()446 KernelSet.insert(&Func); in kernelsThatIndirectlyAccessAnyOfPassedVariables()452 return KernelSet; in kernelsThatIndirectlyAccessAnyOfPassedVariables()1144 for (auto *KernelSet : {&KernelsThatIndirectlyAllocateDynamicLDS, in runOnModule()1146 for (Function *F : *KernelSet) in runOnModule()
5727 KernelSet Kernels = getDeviceKernels(M); in run()5904 KernelSet llvm::omp::getDeviceKernels(Module &M) { in getDeviceKernels()5905 KernelSet Kernels; in getDeviceKernels()