Searched refs:isCoalescable (Results 1 – 4 of 4) sorted by relevance
78 bool isCoalescable(const MachineInstr*) const;
852 static bool isCoalescable(const MachineInstr &MI) { return MI.isFullCopy(); } in isCoalescable() function863 if (!VRegDef || !isCoalescable(*VRegDef)) in traceCopyChain()877 if (isCoalescable(MI)) { in traceCopies()
549 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { in isCoalescable() function in CoalescerPair662 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy()) in adjustCopiesBackFrom()2909 if (CP.isCoalescable(DefMI)) { in analyzeValue()
455 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def))) in overlaps()