Searched refs:isIRPrintingPass (Results 1 – 3 of 3) sorted by relevance
46 bool isIRPrintingPass(Pass *P);
135 bool llvm::isIRPrintingPass(Pass *P) { in isIRPrintingPass() function in llvm
183 !P->getAsImmutablePass() && !isIRPrintingPass(P) && in add()