Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Pass/
DPass.cpp614 struct RecoveryReproducerContext { struct
631 std::string pipeline;
634 Operation *preCrashOperation;
637 StringRef filename;
640 bool disableThreads;
641 bool verifyPasses;
647 static llvm::ManagedStatic<llvm::sys::SmartMutex<true>> reproducerMutex;
650 reproducerSet;
659 RecoveryReproducerContext::RecoveryReproducerContext( in RecoveryReproducerContext() function in RecoveryReproducerContext