Searched refs:NumOpsWithSameOpcodeParent (Results 1 – 1 of 1) sorted by relevance
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; member1696 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local1709 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()1710 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()1714 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()1717 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()[all …]