Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp43 Changed |= RemoveRedundantDbgInstrs(&BB);
H A DJumpThreading.cpp338 RemoveRedundantDbgInstrs(&BB); in runImpl()
371 RemoveRedundantDbgInstrs(Succ); in runImpl()
H A DSROA.cpp5625 RemoveRedundantDbgInstrs(&BB); in runSROA()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h117 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp916 RemoveRedundantDbgInstrs(PredBB); in rotateLoop()
H A DLoopUnroll.cpp382 RemoveRedundantDbgInstrs(BB); in simplifyLoopAfterUnroll()
H A DBasicBlockUtils.cpp684 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm
H A DLocal.cpp2001 RemoveRedundantDbgInstrs(&BB); in LowerDbgDeclare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp881 RemoveRedundantDbgInstrs(BB); in eliminateFallThrough()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10214 RemoveRedundantDbgInstrs(&BB); in run()