Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassCrashRecovery.cpp39 struct RecoveryReproducerContext { struct
63 std::string pipeline;
66 Operation *preCrashOperation;
70 PassManager::ReproducerStreamFactory &streamFactory;
73 bool disableThreads;
74 bool verifyPasses;
80 static llvm::ManagedStatic<llvm::sys::SmartMutex<true>> reproducerMutex;
83 reproducerSet;
93 RecoveryReproducerContext::RecoveryReproducerContext( in RecoveryReproducerContext() function in RecoveryReproducerContext