Searched refs:BestPair (Results 1 – 1 of 1) sorted by relevance
2367 std::pair<unsigned, unsigned> BestPair; in ReassociateExpression() local2461 BestPair = {j, i}; in ReassociateExpression()2468 auto Op0 = Ops[BestPair.first]; in ReassociateExpression()2469 auto Op1 = Ops[BestPair.second]; in ReassociateExpression()2470 Ops.erase(&Ops[BestPair.second]); in ReassociateExpression()2471 Ops.erase(&Ops[BestPair.first]); in ReassociateExpression()