Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1979 BasicBlock *NormalDestBB = II->getNormalDest(); in changeToCall() local
1980 BranchInst::Create(NormalDestBB, II); in changeToCall()
2129 BasicBlock *NormalDestBB = II->getNormalDest(); in markAliveBlocks() local
2131 BranchInst::Create(NormalDestBB, II); in markAliveBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp6078 BasicBlock *NormalDestBB = II->getNormalDest(); in run() local
6080 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()