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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 81 /// isCoalescable - Return true if MI is a copy instruction that will become
83 bool isCoalescable(const MachineInstr*) const;
RegisterCoalescer.cpp 348 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const {
457 // Don't allow any partial copies, even if isCoalescable() allows them.
458 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy())
    [all...]
LiveInterval.cpp 164 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 148 if (!this._uiUtils.isCoalescable(record.type()))
TimelineUIUtils.js 58 isCoalescable: function(recordType)
TimelineUIUtilsImpl.js 35 isCoalescable: function(recordType)
TracingTimelineUIUtils.js 37 isCoalescable: function(recordType)
    [all...]

Completed in 130 milliseconds