Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp155 DeleteDeadBlock(BB); in eraseDeadBBsAndChildren()
H A DCodeGenPrepare.cpp665 DeleteDeadBlock(BB); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h53 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp556 DeleteDeadBlock(BB); in LowerSwitch()
H A DBasicBlockUtils.cpp95 void llvm::DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU, in DeleteDeadBlock() function in llvm
333 DeleteDeadBlock(BB, DTU); in MergeBlockIntoPredecessor()
H A DSimplifyCFG.cpp4910 DeleteDeadBlock(BB, DTU); in simplifyCommonResume()
4934 DeleteDeadBlock(BB, DTU); in simplifySingleResume()
5050 DeleteDeadBlock(BB, DTU); in removeEmptyCleanup()
5265 DeleteDeadBlock(BB, DTU); in simplifyUnreachable()
7254 DeleteDeadBlock(BB, DTU); in simplifyOnce()
H A DLocal.cpp1255 DeleteDeadBlock(BB, DTU); in TryToSimplifyUncondBranchFromEmptyBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp451 DeleteDeadBlock(&BB, DTU); in runImpl()