Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp351 if (auto *OrigInvoke = dyn_cast<InvokeInst>(OrigInst)) { in versionCallSiteWithCond() local
361 Builder.CreateBr(OrigInvoke->getNormalDest()); in versionCallSiteWithCond()
364 fixupPHINodeForNormalDest(OrigInvoke, OrigBlock, MergeBlock); in versionCallSiteWithCond()
365 fixupPHINodeForUnwindDest(OrigInvoke, MergeBlock, ThenBlock, ElseBlock); in versionCallSiteWithCond()
369 OrigInvoke->setNormalDest(MergeBlock); in versionCallSiteWithCond()