Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp175 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestGlobalVariables()
307 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestFuncs()
365 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestFuncAttrs()
515 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestBlocks()
622 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestBlocks()
714 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestBlocks()
796 BD.setNewProgram(std::move(M)); // It crashed, keep the trimmed version... in TestInsts()
976 BD.setNewProgram(std::move(M)); in ReduceGlobalInitializers()
1072 BD.setNewProgram(std::move(M)); in ReduceInsts()
1212 BD.setNewProgram(std::move(M)); in DebugACrash()
[all …]
H A DMiscompilation.cpp182 BD.setNewProgram(std::move(OriginalInput)); in doTest()
286 BD.setNewProgram(std::move(Orig)); in TestFuncs()
408 BD.setNewProgram(std::move(ToNotOptimize)); in ExtractLoops()
439 BD.setNewProgram(std::move(ToNotOptimize)); in ExtractLoops()
526 BD.setNewProgram(std::move(Orig)); in TestFuncs()
529 BD.setNewProgram(std::move(Orig)); in TestFuncs()
596 BD.setNewProgram(std::move(ProgClone)); in ExtractBlocks()
709 BD.setNewProgram(std::move(Test)); in TestOptimizer()
725 BD.setNewProgram(std::move(New)); in TestOptimizer()
H A DBugDriver.h147 void setNewProgram(std::unique_ptr<Module> M);
H A DBugDriver.cpp61 void BugDriver::setNewProgram(std::unique_ptr<Module> M) { in setNewProgram() function in BugDriver