Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDBugDriver.h186 std::unique_ptr<Module> performFinalCleanups(std::unique_ptr<Module> M,
HDExtractFunction.cpp129 BugDriver::performFinalCleanups(std::unique_ptr<Module> M, in performFinalCleanups() function in BugDriver
HDMiscompilation.cpp785 Test = BD.performFinalCleanups(std::move(Test)); in CleanupAndPrepareModules()
HDCrashDebugger.cpp1342 M = BD.performFinalCleanups(std::move(M), true); in DebugACrash()