Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h52 void DeleteDeadBlock(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp163 DeleteDeadBlock(BB); in eraseDeadBBsAndChildren()
DCodeGenPrepare.cpp536 DeleteDeadBlock(BB); in runOnFunction()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp413 DeleteDeadBlock(&BB, DTU); in runImpl()