Home | History | Annotate | Download | only in bugpoint

Lines Matching full:extract

40         cl::desc("Don't extract loops when searching for miscompilations"),
44 cl::desc("Don't extract blocks when searching for miscompilations"),
294 /// if we can extract the loops in the region without obscuring the bug. If so,
349 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-tno.bc",
351 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to.bc",
353 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to-le.bc",
357 << OutputPrefix << "-loop-extract-fail-*.bc files.\n";
418 // extract another loop.
475 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
525 /// Given a reduced list of functions that still expose the bug, extract as many