Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h78 bool isCoalescable(const MachineInstr*) const;
H A DRegAllocFast.cpp852 static bool isCoalescable(const MachineInstr &MI) { return MI.isFullCopy(); } in isCoalescable() function
863 if (!VRegDef || !isCoalescable(*VRegDef)) in traceCopyChain()
877 if (isCoalescable(MI)) { in traceCopies()
H A DRegisterCoalescer.cpp549 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { in isCoalescable() function in CoalescerPair
662 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy()) in adjustCopiesBackFrom()
2909 if (CP.isCoalescable(DefMI)) { in analyzeValue()
H A DLiveInterval.cpp455 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def))) in overlaps()