Home
last modified time | relevance | path

Searched refs:isForEachKernel (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/compiler/
DInlinePreparationPass.cpp51 if (Ctxt.isForEachKernel(F.getName())) { in runOnModule()
DRemoveNonkernelsPass.cpp90 if (Ctxt.isForEachKernel(F->getName())) { in runOnModule()
DContext.h95 bool isForEachKernel(llvm::StringRef name) const { in isForEachKernel() function