Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
2520 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local2522 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()2531 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()2532 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()2533 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
2870 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local2871 BranchInst::Create(NormalDestBB, II); in changeToCall()3049 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local3051 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()