Searched refs:OrigInvoke (Results 1 – 1 of 1) sorted by relevance
353 if (auto *OrigInvoke = dyn_cast<InvokeInst>(OrigInst)) { in versionCallSiteWithCond() local363 Builder.CreateBr(OrigInvoke->getNormalDest()); in versionCallSiteWithCond()366 fixupPHINodeForNormalDest(OrigInvoke, OrigBlock, MergeBlock); in versionCallSiteWithCond()367 fixupPHINodeForUnwindDest(OrigInvoke, MergeBlock, ThenBlock, ElseBlock); in versionCallSiteWithCond()371 OrigInvoke->setNormalDest(MergeBlock); in versionCallSiteWithCond()