Home | History | Annotate | Download | only in bugpoint

Lines Matching full:extract

39         cl::desc("Don't extract loops when searching for miscompilations"),
43 cl::desc("Don't extract blocks when searching for miscompilations"),
293 /// if we can extract the loops in the region without obscuring the bug. If so,
348 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-tno.bc",
350 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to.bc",
352 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to-le.bc",
356 << OutputPrefix << "-loop-extract-fail-*.bc files.\n";
417 // extract another loop.
474 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
524 /// Given a reduced list of functions that still expose the bug, extract as many