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