Home
last modified time | relevance | path

Searched refs:addExpandKernelPass (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DCompiler.h86 void addExpandKernelPass(llvm::legacy::PassManager &pPM);
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp165 addExpandKernelPass(transformPasses); in runPasses()
425 void Compiler::addExpandKernelPass(llvm::legacy::PassManager &pPM) { in addExpandKernelPass() function in Compiler