Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2634 InvokeInst *MergedInvoke = [&Invokes, HasNormalDest]() { in MergeCompatibleInvokesImpl() local
2645 auto *MergedInvoke = cast<InvokeInst>(II0->clone()); in MergeCompatibleInvokesImpl() local
2647 MergedInvoke->insertInto(MergedInvokeBB, MergedInvokeBB->end()); in MergeCompatibleInvokesImpl()
2655 MergedInvoke->setNormalDest(MergedNormalDest); in MergeCompatibleInvokesImpl()
2660 return MergedInvoke; in MergeCompatibleInvokesImpl()
2668 {DominatorTree::Insert, II->getParent(), MergedInvoke->getParent()}); in MergeCompatibleInvokesImpl()
2672 for (BasicBlock *SuccBBOfMergedInvoke : successors(MergedInvoke)) in MergeCompatibleInvokesImpl()
2673 Updates.push_back({DominatorTree::Insert, MergedInvoke->getParent(), in MergeCompatibleInvokesImpl()
2687 for (Use &U : MergedInvoke->operands()) { in MergeCompatibleInvokesImpl()
2689 if (MergedInvoke->isCallee(&U)) { in MergeCompatibleInvokesImpl()
[all …]