Home
last modified time | relevance | path

Searched refs:NumOpsWithSameOpcodeParent (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1794 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; member
1858 unsigned NumOpsWithSameOpcodeParent = 0; in getMaxNumOperandsThatCanBeReordered() local
1871 if (NumOpsWithSameOpcodeParent == 0) { in getMaxNumOperandsThatCanBeReordered()
1872 NumOpsWithSameOpcodeParent = 1; in getMaxNumOperandsThatCanBeReordered()
1876 --NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
1879 ++NumOpsWithSameOpcodeParent; in getMaxNumOperandsThatCanBeReordered()
[all …]