Searched defs:shouldPrintBeforePass (Results 1 – 5 of 5) sorted by relevance
65 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm
237 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass; member258 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass, in enableIRPrinting()
100 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass; in addPrinterInstrumentation() local
103 bool llvm::shouldPrintBeforePass() { in shouldPrintBeforePass() function in llvm122 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm
531 bool PrintIRInstrumentation::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in PrintIRInstrumentation