Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1315 BasicBlock *NormalDestBB = II->getNormalDest(); in cleanupIR() local
1317 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2169 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local
2170 BranchInst::Create(NormalDestBB, II); in changeToCall()
2323 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local
2325 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()