LLVM API Documentation

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

AliasSetTracker.h File Reference

#include "llvm/Support/CallSite.h"
#include "llvm/Support/Streams.h"
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/hash_map.h"
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"

Include dependency graph for AliasSetTracker.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  llvm

Classes

class  llvm::AliasSet
class  llvm::AliasSet::PointerRec
class  llvm::AliasSet::iterator
 Define an iterator for alias sets... this is just a forward iterator. More...
class  llvm::AliasSetTracker

Functions

std::ostream & operator<< (std::ostream &OS, const AliasSet &AS)
std::ostream & operator<< (std::ostream &OS, const AliasSetTracker &AST)


Function Documentation

std::ostream& operator<< std::ostream &  OS,
const AliasSetTracker &  AST
[inline]
 

Definition at line 384 of file AliasSetTracker.h.

References llvm::AliasSetTracker::print().

std::ostream& operator<< std::ostream &  OS,
const AliasSet &  AS
[inline]
 

Definition at line 245 of file AliasSetTracker.h.

References llvm::AliasSet::print().




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.