Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
2340 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local2342 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()2351 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()2352 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()2353 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
2301 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local2302 BranchInst::Create(NormalDestBB, II); in changeToCall()2480 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local2482 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()