Searched refs:HasNormalDest (Results 1 – 1 of 1) sorted by relevance
2672 auto HasNormalDest = [](InvokeInst *II) { in shouldBelongToSameSet() local2675 if (any_of(Invokes, HasNormalDest)) { in shouldBelongToSameSet()2678 if (!all_of(Invokes, HasNormalDest)) in shouldBelongToSameSet()2759 bool HasNormalDest = in mergeCompatibleInvokesImpl() local2764 InvokeInst *MergedInvoke = [&Invokes, HasNormalDest]() { in mergeCompatibleInvokesImpl()2779 if (!HasNormalDest) { in mergeCompatibleInvokesImpl()