Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp41 class RemoveRedundantDebugValuesLegacy : public MachineFunctionPass { class
45 RemoveRedundantDebugValuesLegacy();
61 char RemoveRedundantDebugValuesLegacy::ID = 0;
63 char &llvm::RemoveRedundantDebugValuesID = RemoveRedundantDebugValuesLegacy::ID;
65 INITIALIZE_PASS(RemoveRedundantDebugValuesLegacy, DEBUG_TYPE,
69 RemoveRedundantDebugValuesLegacy::RemoveRedundantDebugValuesLegacy() in RemoveRedundantDebugValuesLegacy() function in RemoveRedundantDebugValuesLegacy
218 bool RemoveRedundantDebugValuesLegacy::runOnMachineFunction( in runOnMachineFunction()