LLVM 20.0.0git
|
#include "llvm/CodeGen/TwoAddressInstructionPass.h"
Public Member Functions | |
PreservedAnalyses | run (MachineFunction &MF, MachineFunctionAnalysisManager &MFAM) |
MachineFunctionProperties | getSetProperties () |
Public Member Functions inherited from llvm::PassInfoMixin< TwoAddressInstructionPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< TwoAddressInstructionPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Definition at line 16 of file TwoAddressInstructionPass.h.
|
inline |
Definition at line 21 of file TwoAddressInstructionPass.h.
References llvm::MachineFunctionProperties::set(), and llvm::MachineFunctionProperties::TiedOpsRewritten.
PreservedAnalyses TwoAddressInstructionPass::run | ( | MachineFunction & | MF, |
MachineFunctionAnalysisManager & | MFAM | ||
) |
Definition at line 234 of file TwoAddressInstructionPass.cpp.
References _, llvm::PreservedAnalyses::all(), llvm::MachineFunction::getFunction(), llvm::getMachineFunctionPassPreservedAnalyses(), llvm::Function::hasOptNone(), and llvm::None.