Home
last modified time | relevance | path

Searched refs:RemoveRedundantDebugValues (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp36 class RemoveRedundantDebugValues : public MachineFunctionPass { class
40 RemoveRedundantDebugValues();
59 char RemoveRedundantDebugValues::ID = 0;
61 char &llvm::RemoveRedundantDebugValuesID = RemoveRedundantDebugValues::ID;
63 INITIALIZE_PASS(RemoveRedundantDebugValues, DEBUG_TYPE,
67 RemoveRedundantDebugValues::RemoveRedundantDebugValues() in RemoveRedundantDebugValues() function in RemoveRedundantDebugValues
202 bool RemoveRedundantDebugValues::reduceDbgValues(MachineFunction &MF) { in reduceDbgValues()
215 bool RemoveRedundantDebugValues::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt179 RemoveRedundantDebugValues.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn185 "RemoveRedundantDebugValues.cpp",
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/X86/
H A Dremove-redundant-dbg-vals.mir3 ## This checks that the RemoveRedundantDebugValues removes redundant
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst775 the RemoveRedundantDebugValues pass.
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5830 llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp