Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Extracted

327     errs() << "Extracted a loop from the breaking portion of the program.\n";
331 // we're going to test the newly loop extracted program to make sure nothing
353 errs() << " Continuing on with un-loop-extracted version.\n";
429 extracted a loop and that loop
431 // Replace the current program with the loop extracted version, and try to
444 // optimized and loop extracted module.
503 outs() << "but these " << BBs.size() << " blocks are extracted: ";
508 outs() << "blocks are extracted.";
567 // Use the list reducer to identify blocks that can be extracted without
593 Module *Extracted = BD.ExtractMappedBlocksFromModule(Blocks, ToExtract);
594 if (Extracted == 0) {
607 for (Module::iterator I = Extracted->begin(), E = Extracted->end();
614 if (Linker::LinkModules(ProgClone, Extracted, Linker::DestroySource,
620 delete Extracted;
678 // Okay, we extracted some loops and the problem still appears. See if
702 // Okay, we extracted some blocks and the problem still appears. See if