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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 81 bool isCoalescable(const MachineInstr*) const;
RegisterCoalescer.cpp 410 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const {
517 // Don't allow any partial copies, even if isCoalescable() allows them.
518 if (!CP.isCoalescable(ACopyMI) || !ACopyMI->isFullCopy())
    [all...]
LiveInterval.cpp 416 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
    [all...]
  /external/swiftshader/third_party/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 334 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const {
470 if (!CP.isCoalescable(AValNo->getCopy()))
    [all...]

Completed in 136 milliseconds