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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
context_menu_widget.js 21 * @return {*} Extracted list.
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 54 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
61 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
148 void setExtracted(bool extracted = true) { m_bitfields.setExtracted(extracted); }
310 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
315 , m_extracted(extracted)
343 ADD_BOOLEAN_BITFIELD(extracted, Extracted);
404 bool extracted() const { return m_bitfields.extracted(); } function in class:blink::InlineBox
    [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 162 milliseconds