Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2484 auto HasNormalDest = [](InvokeInst *II) { in shouldBelongToSameSet() local
2487 if (any_of(Invokes, HasNormalDest)) { in shouldBelongToSameSet()
2490 if (!all_of(Invokes, HasNormalDest)) in shouldBelongToSameSet()
2571 bool HasNormalDest = in MergeCompatibleInvokesImpl() local
2576 InvokeInst *MergedInvoke = [&Invokes, HasNormalDest]() { in MergeCompatibleInvokesImpl()
2591 if (!HasNormalDest) { in MergeCompatibleInvokesImpl()