Home
last modified time | relevance | path

Searched refs:crashReproGenerator (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassCrashRecovery.cpp398 crashReproGenerator->initialize(getPasses(), op, verifyPasses); in runWithCrashRecovery()
405 crashReproGenerator->finalize(op, passManagerResult); in runWithCrashRecovery()
429 assert(!crashReproGenerator && in enableCrashReproducerGeneration()
436 crashReproGenerator = std::make_unique<PassCrashReproducerGenerator>( in enableCrashReproducerGeneration()
439 std::make_unique<CrashReproducerInstrumentation>(*crashReproGenerator)); in enableCrashReproducerGeneration()
H A DPass.cpp817 crashReproGenerator ? runWithCrashRecovery(op, am) : runPasses(op, am); in run()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassManager.h437 std::unique_ptr<detail::PassCrashReproducerGenerator> crashReproGenerator; variable