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.cpp2764 InvokeInst *MergedInvoke = [&Invokes, HasNormalDest]() { in mergeCompatibleInvokesImpl() local
2775 auto *MergedInvoke = cast<InvokeInst>(II0->clone()); in mergeCompatibleInvokesImpl() local
2777 MergedInvoke->insertInto(MergedInvokeBB, MergedInvokeBB->end()); in mergeCompatibleInvokesImpl()
2786 MergedInvoke->setNormalDest(MergedNormalDest); in mergeCompatibleInvokesImpl()
2791 return MergedInvoke; in mergeCompatibleInvokesImpl()
2799 {DominatorTree::Insert, II->getParent(), MergedInvoke->getParent()}); in mergeCompatibleInvokesImpl()
2803 for (BasicBlock *SuccBBOfMergedInvoke : successors(MergedInvoke)) in mergeCompatibleInvokesImpl()
2804 Updates.push_back({DominatorTree::Insert, MergedInvoke->getParent(), in mergeCompatibleInvokesImpl()
2818 for (Use &U : MergedInvoke->operands()) { in mergeCompatibleInvokesImpl()
2820 if (MergedInvoke->isCallee(&U)) { in mergeCompatibleInvokesImpl()
[all …]