Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DBugDriver.h227 std::unique_ptr<Module> performFinalCleanups(Module *M,
DExtractFunction.cpp132 BugDriver::performFinalCleanups(Module *M, bool MayModifySemantics) { in performFinalCleanups() function in BugDriver
DCrashDebugger.cpp604 M = BD.performFinalCleanups(M, true).release(); in DebugACrash()
DMiscompilation.cpp782 Test = BD.performFinalCleanups(Test).release(); in CleanupAndPrepareModules()