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