class MachineFunctionProperties
Declaration
class MachineFunctionProperties { /* full declaration omitted */ };
Description
Properties which a MachineFunction may have at a given point in time. Each of these has checking code in the MachineVerifier, and passes can require that a property be set.
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:127
Member Variables
- private llvm::BitVector Properties = llvm::BitVector(static_cast<unsigned int>(Property::LastProperty) + 1)
Method Overview
- public bool hasProperty(llvm::MachineFunctionProperties::Property P) const
- public void print(llvm::raw_ostream & OS) const
- public llvm::MachineFunctionProperties & reset(llvm::MachineFunctionProperties::Property P)
- public llvm::MachineFunctionProperties & reset()
- public llvm::MachineFunctionProperties & reset(const llvm::MachineFunctionProperties & MFP)
- public llvm::MachineFunctionProperties & set(llvm::MachineFunctionProperties::Property P)
- public llvm::MachineFunctionProperties & set(const llvm::MachineFunctionProperties & MFP)
- public bool verifyRequiredProperties(const llvm::MachineFunctionProperties & V) const
Methods
¶bool hasProperty(
llvm::MachineFunctionProperties::Property P)
const
bool hasProperty(
llvm::MachineFunctionProperties::Property P)
const
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:192
Parameters
- llvm::MachineFunctionProperties::Property P
¶void print(llvm::raw_ostream& OS) const
void print(llvm::raw_ostream& OS) const
Description
Print the MachineFunctionProperties in human-readable form.
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:229
Parameters
¶llvm::MachineFunctionProperties& reset(
llvm::MachineFunctionProperties::Property P)
llvm::MachineFunctionProperties& reset(
llvm::MachineFunctionProperties::Property P)
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:201
Parameters
- llvm::MachineFunctionProperties::Property P
¶llvm::MachineFunctionProperties& reset()
llvm::MachineFunctionProperties& reset()
Description
Reset all the properties.
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:207
¶llvm::MachineFunctionProperties& reset(
const llvm::MachineFunctionProperties& MFP)
llvm::MachineFunctionProperties& reset(
const llvm::MachineFunctionProperties& MFP)
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:217
Parameters
- const llvm::MachineFunctionProperties& MFP
¶llvm::MachineFunctionProperties& set(
llvm::MachineFunctionProperties::Property P)
llvm::MachineFunctionProperties& set(
llvm::MachineFunctionProperties::Property P)
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:196
Parameters
- llvm::MachineFunctionProperties::Property P
¶llvm::MachineFunctionProperties& set(
const llvm::MachineFunctionProperties& MFP)
llvm::MachineFunctionProperties& set(
const llvm::MachineFunctionProperties& MFP)
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:212
Parameters
- const llvm::MachineFunctionProperties& MFP
¶bool verifyRequiredProperties(
const llvm::MachineFunctionProperties& V)
const
bool verifyRequiredProperties(
const llvm::MachineFunctionProperties& V)
const
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:224
Parameters
- const llvm::MachineFunctionProperties& V