Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp43 Changed |= RemoveRedundantDbgInstrs(&BB); in run()
H A DJumpThreading.cpp338 RemoveRedundantDbgInstrs(&BB); in runImpl()
371 RemoveRedundantDbgInstrs(Succ); in runImpl()
H A DSROA.cpp5363 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.cpp887 RemoveRedundantDbgInstrs(PredBB); in rotateLoop()
H A DBasicBlockUtils.cpp673 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm
H A DLocal.cpp1983 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.cpp10376 RemoveRedundantDbgInstrs(&BB); in run()