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