Searched refs:NumOpsWithSameOpcodeParent (Results 1 – 1 of 1) sorted by relevance
1810 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()1814 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()1817 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()1820 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()1847 unsigned NumOpsWithSameOpcodeParent = 0; member1874 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local1887 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()1888 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()1892 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()1895 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()[all …]