Searched refs:OrigInvoke (Results 1 – 1 of 1) sorted by relevance
351 if (auto *OrigInvoke = dyn_cast<InvokeInst>(OrigInst)) { in versionCallSiteWithCond() local361 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()