|
LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/iterator.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/IR/EHPersonalities.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/ArrayRecycler.h"#include "llvm/Support/AtomicOrdering.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Recycler.h"#include "llvm/Target/TargetOptions.h"#include <bitset>#include <cassert>#include <cstdint>#include <memory>#include <utility>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| struct | llvm::ilist_alloc_traits< MachineBasicBlock > |
| struct | llvm::ilist_callback_traits< MachineBasicBlock > |
| struct | llvm::MachineFunctionInfo |
| MachineFunctionInfo - This class can be derived from and used by targets to hold private target-specific information for each MachineFunction. More... | |
| class | llvm::MachineFunctionProperties |
| Properties which a MachineFunction may have at a given point in time. More... | |
| struct | llvm::SEHHandler |
| struct | llvm::LandingPadInfo |
| This structure is used to retain landing pad info for the current function. More... | |
| class | llvm::MachineFunction |
| class | llvm::MachineFunction::VariableDbgInfo |
| Description of the location of a variable whose Address is valid and unchanging during function execution. More... | |
| class | llvm::MachineFunction::Delegate |
| struct | llvm::MachineFunction::ArgRegPair |
| Structure used to represent pair of argument number after call lowering and register used to transfer that argument. More... | |
| struct | llvm::MachineFunction::CallSiteInfo |
| struct | llvm::MachineFunction::CalledGlobalInfo |
| class | llvm::MachineFunction::DebugSubstitution |
| Replacement definition for a debug instruction reference. More... | |
| class | llvm::MachineFunction::DebugPHIRegallocPos |
| Location of a PHI instruction that is also a debug-info variable value, for the duration of register allocation. More... | |
| struct | llvm::GraphTraits< MachineFunction * > |
| struct | llvm::GraphTraits< const MachineFunction * > |
| struct | llvm::GraphTraits< Inverse< MachineFunction * > > |
| struct | llvm::GraphTraits< Inverse< const MachineFunction * > > |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | PPACCESSORS(X) |
Enumerations | |
| enum class | llvm::MachineFunctionDataHotness { llvm::Unknown , llvm::Cold , llvm::Hot } |
Functions | |
| LLVM_ABI void | llvm::verifyMachineFunction (const std::string &Banner, const MachineFunction &MF) |
| #define PPACCESSORS | ( | X | ) |
Definition at line 218 of file MachineFunction.h.