LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
ARMInstructionSelector::InsertInfo Struct Reference
Collaboration diagram for ARMInstructionSelector::InsertInfo:
Collaboration graph
[legend]

Public Member Functions

 InsertInfo (MachineInstrBuilder &MIB)
 

Public Attributes

MachineBasicBlockMBB
 
const MachineBasicBlock::instr_iterator InsertBefore
 
const DebugLocDbgLoc
 

Detailed Description

Definition at line 430 of file ARMInstructionSelector.cpp.

Constructor & Destructor Documentation

◆ InsertInfo()

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

Definition at line 431 of file ARMInstructionSelector.cpp.

Member Data Documentation

◆ DbgLoc

const DebugLoc& ARMInstructionSelector::InsertInfo::DbgLoc

Definition at line 437 of file ARMInstructionSelector.cpp.

◆ InsertBefore

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

Definition at line 436 of file ARMInstructionSelector.cpp.

◆ MBB

MachineBasicBlock& ARMInstructionSelector::InsertInfo::MBB

Definition at line 435 of file ARMInstructionSelector.cpp.


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