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.cpp1618 bool AllInstsAreIdentical = true; in hoistCommonCodeFromSuccessors() local
1623 if (AllInstsAreIdentical && !I1->isIdenticalToWhenDefined(I2)) in hoistCommonCodeFromSuccessors()
1624 AllInstsAreIdentical = false; in hoistCommonCodeFromSuccessors()
1633 if (NumSkipped || !AllInstsAreIdentical) in hoistCommonCodeFromSuccessors()
1641 if (AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()
1643 AllInstsAreIdentical = in hoistCommonCodeFromSuccessors()
1657 if (AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()