Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
1684 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local1686 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()1695 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()1696 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()1697 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
2185 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local2186 BranchInst::Create(NormalDestBB, II); in changeToCall()2338 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local2340 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()