Home
last modified time | relevance | path

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

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