Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1900 bool AllInstsAreIdentical = true; in hoistCommonCodeFromSuccessors() local
1905 if (AllInstsAreIdentical && (!areIdenticalUpToCommutativity(I1, I2) || in hoistCommonCodeFromSuccessors()
1907 AllInstsAreIdentical = false; in hoistCommonCodeFromSuccessors()
1920 if (NumSkipped || !AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()
1929 if (AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()
1931 AllInstsAreIdentical = in hoistCommonCodeFromSuccessors()
1945 if (AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()