Lines Matching refs:Extracted
319 errs() << "Extracted a loop from the breaking portion of the program.\n";
323 // we're going to test the newly loop extracted program to make sure nothing
346 errs() << " Continuing on with un-loop-extracted version.\n";
414 // Okay, great! Now we know that we extracted a loop and that loop
416 // Replace the current program with the loop extracted version, and try to
423 extracted module.
483 outs() << "but these " << BBs.size() << " blocks are extracted: ";
488 outs() << "blocks are extracted.";
540 // Use the list reducer to identify blocks that can be extracted without
566 std::unique_ptr<Module> Extracted =
568 if (!Extracted) {
581 for (Module::iterator I = Extracted->begin(), E = Extracted->end();
586 if (Linker::linkModules(*ProgClone, std::move(Extracted)))
644 // Okay, we extracted some loops and the problem still appears. See if
668 // Okay, we extracted some blocks and the problem still appears. See if