Searched refs:TestMergedProgram (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp209 /// TestMergedProgram - Given two modules, link them together and run the
216 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, function
336 Module *New = TestMergedProgram(BD, ToOptimizeLoopExtracted, ToNotOptimize,
704 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken);

Completed in 351 milliseconds