LLVM: ARMInstructionSelector::InsertInfo Struct Reference (original) (raw)
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| MachineBasicBlock & | MBB |
| const MachineBasicBlock::instr_iterator | InsertBefore |
| const DebugLoc & | DbgLoc |
Detailed Description
Definition at line 484 of file ARMInstructionSelector.cpp.
Constructor & Destructor Documentation
| ARMInstructionSelector::InsertInfo::InsertInfo ( MachineInstrBuilder & MIB) | inline |
|---|
Definition at line 485 of file ARMInstructionSelector.cpp.
References DbgLoc, getDebugLoc(), getParent(), InsertBefore, and MBB.
Member Data Documentation
◆ DbgLoc
const DebugLoc& ARMInstructionSelector::InsertInfo::DbgLoc
Definition at line 491 of file ARMInstructionSelector.cpp.
Referenced by InsertInfo().
◆ InsertBefore
const MachineBasicBlock::instr_iterator ARMInstructionSelector::InsertInfo::InsertBefore
Definition at line 490 of file ARMInstructionSelector.cpp.
Referenced by InsertInfo().
◆ MBB
MachineBasicBlock& ARMInstructionSelector::InsertInfo::MBB
Definition at line 489 of file ARMInstructionSelector.cpp.
Referenced by InsertInfo().
The documentation for this struct was generated from the following file:
- lib/Target/ARM/ARMInstructionSelector.cpp