Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DDCE.cpp54 Changed |= RemoveRedundantDbgInstrs(&BB); in runOnFunction()
76 Changed |= RemoveRedundantDbgInstrs(&BB); in run()
DJumpThreading.cpp437 RemoveRedundantDbgInstrs(&BB); in runImpl()
470 RemoveRedundantDbgInstrs(Succ); in runImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h114 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp671 RemoveRedundantDbgInstrs(PredBB); in rotateLoop()
DBasicBlockUtils.cpp432 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm
DLocal.cpp1608 RemoveRedundantDbgInstrs(&BB); in LowerDbgDeclare()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp721 RemoveRedundantDbgInstrs(BB); in eliminateFallThrough()