Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DBugDriver.h221 std::unique_ptr<Module> performFinalCleanups(Module *M,
DExtractFunction.cpp132 BugDriver::performFinalCleanups(Module *M, bool MayModifySemantics) { in performFinalCleanups() function in BugDriver
DCrashDebugger.cpp861 M = BD.performFinalCleanups(M, true).release(); in DebugACrash()
DMiscompilation.cpp769 Test = BD.performFinalCleanups(Test.get()); in CleanupAndPrepareModules()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.h225 Module *performFinalCleanups(Module *M, bool MayModifySemantics = false);
DExtractFunction.cpp106 Module *BugDriver::performFinalCleanups(Module *M, bool MayModifySemantics) { in performFinalCleanups() function in BugDriver
DCrashDebugger.cpp606 M = BD.performFinalCleanups(M, true); in DebugACrash()
DMiscompilation.cpp763 Test = BD.performFinalCleanups(Test); in CleanupAndPrepareModules()