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 bool isCoalescable(const MachineInstr*) const;
RegisterCoalescer.cpp 390 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const {
497 // Don't allow any partial copies, even if isCoalescable() allows them.
498 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy())
    [all...]
LiveInterval.cpp 414 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
    [all...]

Completed in 216 milliseconds