Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDDCE.cpp43 Changed |= RemoveRedundantDbgInstrs(&BB); in run()
HDJumpThreading.cpp338 RemoveRedundantDbgInstrs(&BB); in runImpl()
371 RemoveRedundantDbgInstrs(Succ); in runImpl()
HDSROA.cpp5625 RemoveRedundantDbgInstrs(&BB); in runSROA()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDBasicBlockUtils.h117 bool RemoveRedundantDbgInstrs(BasicBlock *BB);
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopRotationUtils.cpp916 RemoveRedundantDbgInstrs(PredBB); in rotateLoop()
HDLoopUnroll.cpp382 RemoveRedundantDbgInstrs(BB); in simplifyLoopAfterUnroll()
HDBasicBlockUtils.cpp684 bool llvm::RemoveRedundantDbgInstrs(BasicBlock *BB) { in RemoveRedundantDbgInstrs() function in llvm
HDLocal.cpp2001 RemoveRedundantDbgInstrs(&BB); in LowerDbgDeclare()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp881 RemoveRedundantDbgInstrs(BB); in eliminateFallThrough()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp10214 RemoveRedundantDbgInstrs(&BB); in run()