Home
last modified time | relevance | path

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

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