Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2672 auto HasNormalDest = [](InvokeInst *II) { in shouldBelongToSameSet() local
2675 if (any_of(Invokes, HasNormalDest)) { in shouldBelongToSameSet()
2678 if (!all_of(Invokes, HasNormalDest)) in shouldBelongToSameSet()
2759 bool HasNormalDest = in mergeCompatibleInvokesImpl() local
2764 InvokeInst *MergedInvoke = [&Invokes, HasNormalDest]() { in mergeCompatibleInvokesImpl()
2779 if (!HasNormalDest) { in mergeCompatibleInvokesImpl()