Searched refs:addCustomPasses (Results 1 – 2 of 2) sorted by relevance
83 bool addCustomPasses(Script &pScript, llvm::legacy::PassManager &pPM);
157 if (!addCustomPasses(pScript, passes)) { in runPasses()389 bool Compiler::addCustomPasses(Script &pScript, llvm::legacy::PassManager &pPM) { in addCustomPasses() function in Compiler