Home
last modified time | relevance | path

Searched refs:isCoalescable (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterCoalescer.h81 bool isCoalescable(const MachineInstr*) const;
DRegisterCoalescer.cpp400 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { in isCoalescable() function in CoalescerPair
508 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy()) in adjustCopiesBackFrom()
2055 if (CP.isCoalescable(DefMI)) { in analyzeValue()
DLiveInterval.cpp413 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def))) in overlaps()