Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DCompiler.h87 bool addInvariantPass(llvm::legacy::PassManager &pPM);
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp381 bool Compiler::addInvariantPass(llvm::legacy::PassManager &pPM) { in addInvariantPass() function in Compiler
396 if (!addInvariantPass(pPM)) in addCustomPasses()