Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h35 void DeleteDeadBlock(BasicBlock *BB);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h52 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h54 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp163 DeleteDeadBlock(BB); in eraseDeadBBsAndChildren()
DCodeGenPrepare.cpp536 DeleteDeadBlock(BB); in runOnFunction()
/external/llvm-project/llvm/lib/CodeGen/
DWasmEHPrepare.cpp174 DeleteDeadBlock(BB, DTU); in eraseDeadBBsAndChildren()
DCodeGenPrepare.cpp573 DeleteDeadBlock(BB); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp129 DeleteDeadBlock(BB); in runOnFunction()
DCloneFunction.cpp572 DeleteDeadBlock(DeadBB); in CloneAndPruneIntoFromInst()
DBasicBlockUtils.cpp34 void llvm::DeleteDeadBlock(BasicBlock *BB) { in DeleteDeadBlock() function in llvm
DSimplifyCFG.cpp5463 DeleteDeadBlock(BB); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp178 DeleteDeadBlock(BB); in runOnFunction()
DCloneFunction.cpp676 DeleteDeadBlock(DeadBB); in CloneAndPruneIntoFromInst()
DBasicBlockUtils.cpp88 void llvm::DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU, in DeleteDeadBlock() function in llvm
DSimplifyCFG.cpp6111 DeleteDeadBlock(BB); in simplifyOnce()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp546 DeleteDeadBlock(BB); in LowerSwitch()
DCloneFunction.cpp680 DeleteDeadBlock(DeadBB); in CloneAndPruneIntoFromInst()
DBasicBlockUtils.cpp88 void llvm::DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU, in DeleteDeadBlock() function in llvm
DSimplifyCFG.cpp6270 DeleteDeadBlock(BB); in simplifyOnce()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp212 DeleteDeadBlock(BB); in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp413 DeleteDeadBlock(&BB, DTU); in runImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp443 DeleteDeadBlock(&BB, DTU); in runImpl()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp304 DeleteDeadBlock(BB); in runOnFunction()