LLVM: llvm::GraphTraits< BoUpSLP * > Struct Reference (original) (raw)
Inheritance diagram for llvm::GraphTraits< BoUpSLP * >:
| Classes | |
|---|---|
| struct | ChildIteratorType |
| Add the VectorizableTree to the index iterator to be able to return TreeEntry pointers. More... | |
| class | nodes_iterator |
| For the node iterator we just need to turn the TreeEntry iterator into a TreeEntry* iterator so that it dereferences to NodeRef. More... |
| Static Public Member Functions | |
|---|---|
| static NodeRef | getEntryNode (BoUpSLP &R) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static nodes_iterator | nodes_begin (BoUpSLP *R) |
| static nodes_iterator | nodes_end (BoUpSLP *R) |
| static unsigned | size (BoUpSLP *R) |
Detailed Description
Definition at line 6111 of file SLPVectorizer.cpp.
Member Typedef Documentation
◆ ContainerTy
◆ NodeRef
◆ TreeEntry
Member Function Documentation
◆ child_begin()
◆ child_end()
◆ getEntryNode()
◆ nodes_begin()
◆ nodes_end()
◆ size()
The documentation for this struct was generated from the following file:
- lib/Transforms/Vectorize/SLPVectorizer.cpp