Searched defs:shouldPrintAfterPass (Results 1 – 5 of 5) sorted by relevance
69 bool llvm::shouldPrintAfterPass(StringRef PassID) { in shouldPrintAfterPass() function in llvm
238 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass; member259 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass, in enableIRPrinting()
101 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass; in addPrinterInstrumentation() local
107 bool llvm::shouldPrintAfterPass() { in shouldPrintAfterPass() function in llvm126 bool llvm::shouldPrintAfterPass(StringRef PassID) { in shouldPrintAfterPass() function in llvm
543 bool PrintIRInstrumentation::shouldPrintAfterPass(StringRef PassID) { in shouldPrintAfterPass() function in PrintIRInstrumentation