Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
DBugDriver.h199 std::unique_ptr<Module> performFinalCleanups(std::unique_ptr<Module> M,
DExtractFunction.cpp129 BugDriver::performFinalCleanups(std::unique_ptr<Module> M, in performFinalCleanups() function in BugDriver
DMiscompilation.cpp785 Test = BD.performFinalCleanups(std::move(Test)); in CleanupAndPrepareModules()
DCrashDebugger.cpp1357 M = BD.performFinalCleanups(std::move(M), true); in DebugACrash()