Home
last modified time | relevance | path

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

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