Lines Matching refs:NumOpsWithSameOpcodeParent
1632 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
1636 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()
1639 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()
1642 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()
1669 unsigned NumOpsWithSameOpcodeParent = 0; member
1696 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local
1709 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()
1710 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()
1714 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
1717 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
1728 Data.NumOpsWithSameOpcodeParent = NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()