Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DCompiler.h89 void addInvariantPass(llvm::legacy::PassManager &pPM);
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp167 addInvariantPass(transformPasses); in runPasses()
439 void Compiler::addInvariantPass(llvm::legacy::PassManager &pPM) { in addInvariantPass() function in Compiler