Searched refs:UseOperIdx (Results 1 – 2 of 2) sorted by relevance
173 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument175 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()186 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()195 *UseMI, UseOperIdx); in computeOperandLatency()232 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
175 const MachineInstr *UseMI, unsigned UseOperIdx)