Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Pass/
H A DPassCrashRecovery.cpp417 crashReproGenerator->initialize(getPasses(), op, verifyPasses); in runWithCrashRecovery()
424 crashReproGenerator->finalize(op, passManagerResult); in runWithCrashRecovery()
471 assert(!crashReproGenerator && in enableCrashReproducerGeneration()
478 crashReproGenerator = std::make_unique<PassCrashReproducerGenerator>( in enableCrashReproducerGeneration()
481 std::make_unique<CrashReproducerInstrumentation>(*crashReproGenerator)); in enableCrashReproducerGeneration()
H A DPass.cpp885 crashReproGenerator ? runWithCrashRecovery(op, am) : runPasses(op, am); in run()
/llvm-project/mlir/include/mlir/Pass/
H A DPassManager.h486 std::unique_ptr<detail::PassCrashReproducerGenerator> crashReproGenerator; variable