Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp155 DeleteDeadBlock(BB); in eraseDeadBBsAndChildren()
H A DCodeGenPrepare.cpp606 DeleteDeadBlock(BB); in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h53 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp549 DeleteDeadBlock(BB); in LowerSwitch()
H A DBasicBlockUtils.cpp94 void llvm::DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU, in DeleteDeadBlock() function in llvm
315 DeleteDeadBlock(BB, DTU); in MergeBlockIntoPredecessor()
H A DSimplifyCFG.cpp4743 DeleteDeadBlock(BB, DTU); in simplifyCommonResume()
4767 DeleteDeadBlock(BB, DTU); in simplifySingleResume()
4883 DeleteDeadBlock(BB, DTU); in removeEmptyCleanup()
5096 DeleteDeadBlock(BB, DTU); in simplifyUnreachable()
7085 DeleteDeadBlock(BB, DTU); in simplifyOnce()
H A DLocal.cpp1179 DeleteDeadBlock(BB, DTU); in TryToSimplifyUncondBranchFromEmptyBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp446 DeleteDeadBlock(&BB, DTU); in runImpl()