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"),
301 /// check to see if we can extract the loops in the region without obscuring the
350 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-tno.bc",
352 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to.bc",
354 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to-le.bc",
358 << OutputPrefix << "-loop-extract-fail-*.bc files.\n";
397 // extract another loop.
459 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
516 /// extract as many basic blocks from the region as possible without obscuring