HomeSort by relevance Sort by last modified time
    Searched defs:Extracted (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 328 errs() << "Extracted a loop from the breaking portion of the program.\n";
332 // we're going to test the newly loop extracted program to make sure nothing
354 errs() << " Continuing on with un-loop-extracted version.\n";
430 // Okay, great! Now we know that we extracted a loop and that loop
432 // Replace the current program with the loop extracted version, and try to
445 // optimized and loop extracted module.
504 outs() << "but these " << BBs.size() << " blocks are extracted: ";
509 outs() << "blocks are extracted.";
568 // Use the list reducer to identify blocks that can be extracted without
594 Module *Extracted = BD.ExtractMappedBlocksFromModule(Blocks, ToExtract)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 438 // v2f64 is legal so that QR subregs can be extracted as f64 elements, but
    [all...]

Completed in 170 milliseconds