Searched refs:OpPair (Results 1 – 1 of 1) sorted by relevance
717 for (const auto &OpPair : Ops) { in reMaterializeFor() local718 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in reMaterializeFor()938 for (const auto &OpPair : Ops) { in foldMemoryOperand() local939 unsigned Idx = OpPair.second; in foldMemoryOperand()940 assert(MI == OpPair.first && "Instruction conflict during operand folding"); in foldMemoryOperand()1237 for (const auto &OpPair : Ops) { in spillAroundUses() local1238 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in spillAroundUses()1241 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()