Home
last modified time | relevance | path

Searched refs:performFinalCleanups (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DBugDriver.h200 std::unique_ptr<Module> performFinalCleanups(std::unique_ptr<Module> M,
H A DExtractFunction.cpp130 BugDriver::performFinalCleanups(std::unique_ptr<Module> M, in performFinalCleanups() function in BugDriver
H A DMiscompilation.cpp783 Test = BD.performFinalCleanups(std::move(Test)); in CleanupAndPrepareModules()
H A DCrashDebugger.cpp1256 M = BD.performFinalCleanups(std::move(M), true); in DebugACrash()