Searched defs:isCoalescable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | RegAllocFast.cpp | 852 static bool isCoalescable(const MachineInstr &MI) { return MI.isFullCopy(); } isCoalescable() function |
H A D | RegisterCoalescer.cpp | 549 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { isCoalescable() function in CoalescerPair |