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