Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
1315 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local1317 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()1326 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()1327 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()1328 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
2169 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local2170 BranchInst::Create(NormalDestBB, II); in changeToCall()2323 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local2325 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()