Searched refs:NumOpsWithSameOpcodeParent (Results 1 – 1 of 1) sorted by relevance
2781 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()2785 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()2788 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()2791 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()2817 unsigned NumOpsWithSameOpcodeParent = 0; member2844 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local2857 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()2858 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()2862 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()2865 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()[all …]