Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp227 static Expected<std::unique_ptr<Module>> testMergedProgram(const BugDriver &BD, in testMergedProgram() function
335 Expected<std::unique_ptr<Module>> New = testMergedProgram( in ExtractLoops()
721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer()