HomeSort by relevance Sort by last modified time
    Searched refs:Extracted (Results 1 - 4 of 4) 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/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 50 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
57 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
145 void setExtracted(bool extracted = true) { m_bitfields.setExtracted(extracted); }
319 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
324 , m_extracted(extracted)
352 ADD_BOOLEAN_BITFIELD(extracted, Extracted);
409 bool extracted() const { return m_bitfields.extracted(); } function in class:WebCore::InlineBox
    [all...]
  /external/chromium_org/tools/playback_benchmark/
common.js 298 * @return {string} Extracted url.
  /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 101 milliseconds