Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDCE.cpp54 Changed |= RemoveRedundantDbgInstrs(&BB); in runOnFunction()
76 Changed |= RemoveRedundantDbgInstrs(&BB); in run()
H A DJumpThreading.cpp430 RemoveRedundantDbgInstrs(&BB); in runImpl()
463 RemoveRedundantDbgInstrs(Succ); in runImpl()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h113 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp666 RemoveRedundantDbgInstrs(PredBB); in rotateLoop()
H A DBasicBlockUtils.cpp442 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm
H A DLocal.cpp1620 RemoveRedundantDbgInstrs(&BB); in LowerDbgDeclare()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp735 RemoveRedundantDbgInstrs(BB); in eliminateFallThrough()