Searched refs:isCoalescable (Results 1 – 3 of 3) sorted by relevance
81 bool isCoalescable(const MachineInstr*) const;
390 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { in isCoalescable() function in CoalescerPair498 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy()) in adjustCopiesBackFrom()2009 if (CP.isCoalescable(DefMI)) { in analyzeValue()
414 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def))) in overlaps()