LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
ARMInstructionSelector::InsertInfo Struct Reference

Public Member Functions

 InsertInfo (MachineInstrBuilder &MIB)
 

Public Attributes

MachineBasicBlockMBB
 
const MachineBasicBlock::instr_iterator InsertBefore
 
const DebugLocDbgLoc
 

Detailed Description

Definition at line 484 of file ARMInstructionSelector.cpp.

Constructor & Destructor Documentation

◆ InsertInfo()

ARMInstructionSelector::InsertInfo::InsertInfo ( MachineInstrBuilder MIB)
inline

Definition at line 485 of file ARMInstructionSelector.cpp.

Member Data Documentation

◆ DbgLoc

const DebugLoc& ARMInstructionSelector::InsertInfo::DbgLoc

Definition at line 491 of file ARMInstructionSelector.cpp.

◆ InsertBefore

const MachineBasicBlock::instr_iterator ARMInstructionSelector::InsertInfo::InsertBefore

Definition at line 490 of file ARMInstructionSelector.cpp.

◆ MBB

MachineBasicBlock& ARMInstructionSelector::InsertInfo::MBB

Definition at line 489 of file ARMInstructionSelector.cpp.


The documentation for this struct was generated from the following file: