Searched refs:UseOperIdx (Results 1 – 2 of 2) sorted by relevance
143 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument145 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()156 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()165 UseMI, UseOperIdx); in computeOperandLatency()202 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
163 const MachineInstr *UseMI, unsigned UseOperIdx)