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::DependenceGraph Member List

This is the complete list of members for llvm::DependenceGraph, including all inherited members.

AddSimpleDependence(Instruction &fromI, Instruction &toI, DependenceType depType)llvm::DependenceGraph [inline]
const_iterator typedefllvm::DependenceGraph
DependenceGraph()llvm::DependenceGraph [inline]
getNode(Instruction &inst, bool createIfMissing=false)llvm::DependenceGraph [inline]
getNode(const Instruction &inst) const llvm::DependenceGraph [inline]
inDepBegin(DepGraphNode &T)llvm::DependenceGraph [inline]
inDepBegin(const DepGraphNode &T) const llvm::DependenceGraph [inline]
inDepEnd(DepGraphNode &T)llvm::DependenceGraph [inline]
inDepEnd(const DepGraphNode &T) const llvm::DependenceGraph [inline]
iterator typedefllvm::DependenceGraph
outDepBegin(DepGraphNode &F)llvm::DependenceGraph [inline]
outDepBegin(const DepGraphNode &F) const llvm::DependenceGraph [inline]
outDepEnd(DepGraphNode &F)llvm::DependenceGraph [inline]
outDepEnd(const DepGraphNode &F) const llvm::DependenceGraph [inline]
print(const Function &func, std::ostream &O) const llvm::DependenceGraph
~DependenceGraph()llvm::DependenceGraph