OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Extracted
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
Miscompilation.cpp
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
// Okay, great! Now we know that we
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)
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
470
// v2f64 is legal so that QR subregs can be
extracted
as f64 elements, but
[
all
...]
Completed in 690 milliseconds