Searched refs:OpPair (Results 1 – 1 of 1) sorted by relevance
699 for (const auto &OpPair : Ops) { in reMaterializeFor() local700 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in reMaterializeFor()919 for (const auto &OpPair : Ops) { in foldMemoryOperand() local920 unsigned Idx = OpPair.second; in foldMemoryOperand()921 assert(MI == OpPair.first && "Instruction conflict during operand folding"); in foldMemoryOperand()1218 for (const auto &OpPair : Ops) { in spillAroundUses() local1219 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in spillAroundUses()1222 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()