Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance
2523 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local2525 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()2534 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()2535 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()2536 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
2916 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local2917 BranchInst::Create(NormalDestBB, II->getIterator()); in changeToCall()3095 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local3097 BranchInst::Create(NormalDestBB, II->getIterator()); in markAliveBlocks()