LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::FastISel::SavePoint Struct Reference

#include <FastISel.h>

Collaboration diagram for llvm::FastISel::SavePoint:
Collaboration graph
[legend]

Public Attributes

MachineBasicBlock::iterator InsertPt
 
DebugLoc DL
 

Detailed Description

Definition at line 151 of file FastISel.h.

Member Data Documentation

DebugLoc llvm::FastISel::SavePoint::DL

Definition at line 153 of file FastISel.h.

Referenced by llvm::FastISel::leaveLocalValueArea().

MachineBasicBlock::iterator llvm::FastISel::SavePoint::InsertPt

Definition at line 152 of file FastISel.h.

Referenced by llvm::FastISel::leaveLocalValueArea().


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