Home
last modified time | relevance | path

Searched defs:shouldPrintBeforePass (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DPrintPasses.cpp65 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm
/external/llvm-project/mlir/lib/Pass/
DIRPrinting.cpp237 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass; member
258 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass, in enableIRPrinting()
DPassManagerOptions.cpp100 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass; in addPrinterInstrumentation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp103 bool llvm::shouldPrintBeforePass() { in shouldPrintBeforePass() function in llvm
122 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp531 bool PrintIRInstrumentation::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in PrintIRInstrumentation