Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
2093 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local2095 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()2104 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()2105 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()2106 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
2195 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local2196 BranchInst::Create(NormalDestBB, II); in changeToCall()2372 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local2374 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()