HomeSort by relevance Sort by last modified time
    Searched refs:isCoalescable (Results 1 - 3 of 3) 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 349 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 165 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))

Completed in 577 milliseconds