Searched refs:shouldPrintBeforePass (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/mlir/lib/Pass/ |
D | IRPrinting.cpp | 212 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass, in BasicIRPrinterConfig() 218 shouldPrintBeforePass(shouldPrintBeforePass), in BasicIRPrinterConfig() 220 assert((shouldPrintBeforePass || shouldPrintAfterPass) && in BasicIRPrinterConfig() 226 if (shouldPrintBeforePass && shouldPrintBeforePass(pass, operation)) in printBeforeIfEnabled() 237 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass; member 258 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass, in enableIRPrinting() argument 263 std::move(shouldPrintBeforePass), std::move(shouldPrintAfterPass), in enableIRPrinting()
|
D | PassManagerOptions.cpp | 100 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass; in addPrinterInstrumentation() local 106 shouldPrintBeforePass = [](Pass *, Operation *) { return true; }; in addPrinterInstrumentation() 110 shouldPrintBeforePass = [&](Pass *pass, Operation *) { in addPrinterInstrumentation() 130 if (!shouldPrintBeforePass && !shouldPrintAfterPass) in addPrinterInstrumentation() 134 pm.enableIRPrinting(shouldPrintBeforePass, shouldPrintAfterPass, in addPrinterInstrumentation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRPrintingPasses.h | 65 extern bool shouldPrintBeforePass(); 66 extern bool shouldPrintBeforePass(StringRef);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PrintPasses.h | 24 bool shouldPrintBeforePass(StringRef PassID);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 178 if (!llvm::shouldPrintBeforePass(PassID)) in printBeforePass() 226 if (llvm::shouldPrintBeforePass() || StoreModuleDesc) in registerCallbacks()
|
/external/llvm-project/llvm/lib/IR/ |
D | PrintPasses.cpp | 65 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm
|
D | LegacyPassManager.cpp | 744 if (PI && !PI->isAnalysis() && shouldPrintBeforePass(PI->getPassArgument())) { in schedulePass()
|
/external/llvm-project/mlir/include/mlir/Pass/ |
D | PassManager.h | 274 std::function<bool(Pass *, Operation *)> shouldPrintBeforePass =
|
/external/llvm-project/llvm/include/llvm/Passes/ |
D | StandardInstrumentations.h | 50 bool shouldPrintBeforePass(StringRef PassID);
|
/external/llvm-project/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 487 if (!shouldPrintBeforePass(PassID)) in printBeforePass() 531 bool PrintIRInstrumentation::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in PrintIRInstrumentation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 103 bool llvm::shouldPrintBeforePass() { in shouldPrintBeforePass() function in llvm 122 bool llvm::shouldPrintBeforePass(StringRef PassID) { in shouldPrintBeforePass() function in llvm 734 if (PI && !PI->isAnalysis() && shouldPrintBeforePass(PI->getPassArgument())) { in schedulePass()
|