HomeSort by relevance Sort by last modified time
    Searched refs:isCoalescable (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 71 /// isCoalescable - Return true if MI is a copy instruction that will become
73 bool isCoalescable(const MachineInstr*) const;
RegisterCoalescer.cpp 327 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const {
439 if (!CP.isCoalescable(ACopyMI))
    [all...]

Completed in 886 milliseconds