Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt188 RemoveRedundantDebugValues.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile171 RemoveRedundantDebugValues.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn196 "RemoveRedundantDebugValues.cpp",
/openbsd-src/gnu/llvm/llvm/docs/
H A DSourceLevelDebugging.rst809 the RemoveRedundantDebugValues pass.
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5818 llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp