Searched refs:UseOperIdx (Results 1 – 2 of 2) sorted by relevance
174 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument176 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()187 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()196 *UseMI, UseOperIdx); in computeOperandLatency()233 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
172 const MachineInstr *UseMI, unsigned UseOperIdx)