Home
last modified time | relevance | path

Searched refs:DeleteDeadBlock (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp169 DeleteDeadBlock(BB, DTU); in eraseDeadBBsAndChildren()
H A DCodeGenPrepare.cpp588 DeleteDeadBlock(BB); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h54 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp544 DeleteDeadBlock(BB); in LowerSwitch()
H A DBasicBlockUtils.cpp89 void llvm::DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU, in DeleteDeadBlock() function in llvm
305 DeleteDeadBlock(BB, DTU); in MergeBlockIntoPredecessor()
H A DSimplifyCFG.cpp4409 DeleteDeadBlock(BB, DTU); in simplifyCommonResume()
4433 DeleteDeadBlock(BB, DTU); in simplifySingleResume()
4551 DeleteDeadBlock(BB, DTU); in removeEmptyCleanup()
4634 DeleteDeadBlock(BB, DTU); in simplifyReturn()
4839 DeleteDeadBlock(BB, DTU); in simplifyUnreachable()
6723 DeleteDeadBlock(BB, DTU); in simplifyOnceImpl()
H A DCloneFunction.cpp722 DeleteDeadBlock(DeadBB); in CloneAndPruneIntoFromInst()
H A DLocal.cpp1156 DeleteDeadBlock(BB, DTU); in TryToSimplifyUncondBranchFromEmptyBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp454 DeleteDeadBlock(&BB, DTU); in runImpl()