Searched refs:NumOpsWithSameOpcodeParent (Results 1 – 1 of 1) sorted by relevance
1794 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()1798 NumFreeOpsHash.NumOpsWithSameOpcodeParent < SameOpNumber) { in getBestLaneToStartReordering()1801 SameOpNumber = NumFreeOpsHash.NumOpsWithSameOpcodeParent; in getBestLaneToStartReordering()1804 NumFreeOpsHash.NumOpsWithSameOpcodeParent == SameOpNumber) { in getBestLaneToStartReordering()1831 unsigned NumOpsWithSameOpcodeParent = 0; member1858 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local1871 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()1872 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()1876 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()1879 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()[all …]