LLVM API Documentation

llvm::RegToRefVecMap Struct Reference

Inheritance diagram for llvm::RegToRefVecMap:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef hash_map< int, RefVec
>::iterator 
iterator
typedef hash_map< int, RefVec
>::const_iterator 
const_iterator

Detailed Description

Definition at line 41 of file SchedGraph.cpp.


Member Typedef Documentation

typedef hash_map<int, RefVec>::const_iterator llvm::RegToRefVecMap::const_iterator

Definition at line 43 of file SchedGraph.cpp.

typedef hash_map<int, RefVec>:: iterator llvm::RegToRefVecMap::iterator

Definition at line 42 of file SchedGraph.cpp.


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