Home
last modified time | relevance | path

Searched refs:RemoveRedundantDbgInstrs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp100 Changed |= RemoveRedundantDbgInstrs(&BB); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h99 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp290 RemoveRedundantDbgInstrs(PredBB); in MergeBlockIntoPredecessor()
413 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm