Searched refs:NumOpsWithSameOpcodeParent (Results 1 – 1 of 1) sorted by relevance
2030 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()2034 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()2037 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()2040 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()2067 unsigned NumOpsWithSameOpcodeParent = 0; member2094 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local2107 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()2108 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()2112 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()2115 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()[all …]