LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::ValueToDefVecMap Struct Reference

Inheritance diagram for llvm::ValueToDefVecMap:

Inheritance graph
[legend]
Collaboration diagram for llvm::ValueToDefVecMap:

Collaboration graph
[legend]
List of all members.

Public Types

typedef hash_map< const Value *,
RefVec >::iterator 
iterator
typedef hash_map< const Value *,
RefVec >::const_iterator 
const_iterator

Detailed Description

Definition at line 46 of file SchedGraph.cpp.


Member Typedef Documentation

typedef hash_map<const Value*, RefVec>::const_iterator llvm::ValueToDefVecMap::const_iterator
 

Definition at line 48 of file SchedGraph.cpp.

typedef hash_map<const Value*, RefVec>:: iterator llvm::ValueToDefVecMap::iterator
 

Definition at line 47 of file SchedGraph.cpp.


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