Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp1674 bool AllInstsAreIdentical = true; in hoistCommonCodeFromSuccessors() local
1679 if (AllInstsAreIdentical && (!I1->isIdenticalToWhenDefined(I2) || in hoistCommonCodeFromSuccessors()
1681 AllInstsAreIdentical = false; in hoistCommonCodeFromSuccessors()
1694 if (NumSkipped || !AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()
1703 if (AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()
1705 AllInstsAreIdentical = in hoistCommonCodeFromSuccessors()
1719 if (AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()