Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp155 DeleteDeadBlock(BB); in eraseDeadBBsAndChildren()
H A DCodeGenPrepare.cpp588 DeleteDeadBlock(BB); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h54 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/freebsd-13.1/contrib/llvm-project/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 DCloneFunction.cpp725 DeleteDeadBlock(DeadBB); in CloneAndPruneIntoFromInst()
H A DSimplifyCFG.cpp4361 DeleteDeadBlock(BB, DTU); in simplifyCommonResume()
4385 DeleteDeadBlock(BB, DTU); in simplifySingleResume()
4501 DeleteDeadBlock(BB, DTU); in removeEmptyCleanup()
4714 DeleteDeadBlock(BB, DTU); in simplifyUnreachable()
6586 DeleteDeadBlock(BB, DTU); in simplifyOnceImpl()
H A DLocal.cpp1165 DeleteDeadBlock(BB, DTU); in TryToSimplifyUncondBranchFromEmptyBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp453 DeleteDeadBlock(&BB, DTU); in runImpl()