Searched refs:isForEachKernel (Results 1 – 3 of 3) sorted by relevance
51 if (Ctxt.isForEachKernel(F.getName())) { in runOnModule()
90 if (Ctxt.isForEachKernel(F->getName())) { in runOnModule()
95 bool isForEachKernel(llvm::StringRef name) const { in isForEachKernel() function