Lines Matching full:extraction
38 "disable-loop-extraction",
42 "disable-block-extraction",
332 // extraction.
351 errs() << " *** ERROR: Loop extraction broke the program. :("
368 outs() << " Testing after loop extraction:\n";
386 outs() << "*** Loop extraction masked the problem. Undoing.\n";
387 // If the program is not still broken, then loop extraction did something
388 // that masked the error. Stop loop extraction now.
412 outs() << "*** Loop extraction successful!\n";
423 // extraction both didn't break the program, and didn't mask the problem.
522 // Try the extraction. If it doesn't work, then the block extractor crashed
579 // Weird, extraction should have worked.
584 // Otherwise, block extraction succeeded. Link the two program fragments back