Searched defs:UseOpIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp571 unsigned UseOpIdx; local
572 if (!DefMI->isRegTiedToUseOperand(DefIdx, &UseOpIdx))
577 if (Op1 == UseOpIdx)
579 else if (Op2 == UseOpIdx)

Completed in 172 milliseconds