Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DDCE.cpp54 Changed |= RemoveRedundantDbgInstrs(&BB); in runOnFunction()
76 Changed |= RemoveRedundantDbgInstrs(&BB); in run()
DJumpThreading.cpp427 RemoveRedundantDbgInstrs(&BB); in runImpl()
460 RemoveRedundantDbgInstrs(Succ); in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp100 Changed |= RemoveRedundantDbgInstrs(&BB); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h99 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h113 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/external/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
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp584 RemoveRedundantDbgInstrs(PredBB); in rotateLoop()
DBasicBlockUtils.cpp434 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm
DLocal.cpp1567 RemoveRedundantDbgInstrs(&BB); in LowerDbgDeclare()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp686 RemoveRedundantDbgInstrs(BB); in eliminateFallThrough()