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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 601 unsigned UseOpIdx;
602 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
607 if (Op1 == UseOpIdx)
609 else if (Op2 == UseOpIdx)
    [all...]

Completed in 715 milliseconds