Home
last modified time | relevance | path

Searched refs:NormalDestBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2515 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local
2517 Instruction *NormalNextIP = &NormalDestBB->front(); in cleanupIR()
2526 if (!NormalDestBB->getUniquePredecessor()) in cleanupIR()
2527 NormalDestBB = SplitBlockPredecessors(NormalDestBB, {BB}, ".dead"); in cleanupIR()
2528 ToBeChangedToUnreachableInsts.insert(&NormalDestBB->front()); in cleanupIR()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2952 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local
2953 auto *BI = BranchInst::Create(NormalDestBB, II->getIterator()); in changeToCall()
3136 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local
3138 BranchInst::Create(NormalDestBB, II->getIterator()); in markAliveBlocks()