LLVM API Documentation
This is the complete list of members for llvm::scc_iterator< GraphT, GT >, including all inherited members.
_Self typedef | llvm::scc_iterator< GraphT, GT > | |
begin(const GraphT &G) | llvm::scc_iterator< GraphT, GT > | inlinestatic |
end(const GraphT &) | llvm::scc_iterator< GraphT, GT > | inlinestatic |
hasLoop() const | llvm::scc_iterator< GraphT, GT > | inline |
isAtEnd() const | llvm::scc_iterator< GraphT, GT > | inline |
operator!=(const _Self &x) const | llvm::scc_iterator< GraphT, GT > | inline |
operator*() const | llvm::scc_iterator< GraphT, GT > | inline |
operator*() | llvm::scc_iterator< GraphT, GT > | inline |
operator++() | llvm::scc_iterator< GraphT, GT > | inline |
operator++(int) | llvm::scc_iterator< GraphT, GT > | inline |
operator==(const _Self &x) const | llvm::scc_iterator< GraphT, GT > | inline |
ReplaceNode(NodeType *Old, NodeType *New) | llvm::scc_iterator< GraphT, GT > | inline |