Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
1979 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local1980 BranchInst::Create(NormalDestBB, II); in changeToCall()2129 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local2131 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()
6078 BasicBlock *NormalDestBB = II->getNormalDest(); in run() local6080 Instruction *NormalNextIP = &NormalDestBB->front(); in run()6089 if (!NormalDestBB->getUniquePredecessor()) in run()6090 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in run()6091 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in run()