Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DCompiler.h88 void addInvariantPass(llvm::legacy::PassManager &pPM);
/frameworks/compile/libbcc/lib/
DCompiler.cpp236 addInvariantPass(transformPasses); in runPasses()
483 void Compiler::addInvariantPass(llvm::legacy::PassManager &pPM) { in addInvariantPass() function in Compiler