|
LLVM 22.0.0git
|
Classes | |
| class | Chain |
| A Chain is a sequence of instructions that are linked together by an accumulation operand. More... | |
| struct | GepNode |
| struct | in_set |
| struct | IntervalSorter |
| class | LoopCarriedOrderDepsTracker |
| Add loop-carried chain dependencies. More... | |
| struct | SingleLoopExtractor |
| SingleLoopExtractor - For bugpoint. More... | |
| struct | SUnitWithMemInfo |
| This class holds an SUnit corresponding to a memory operation and other information related to the instruction. More... | |
Functions | |
| raw_ostream & | operator<< (raw_ostream &OS, const GepNode &GN) |
| template<typename NodeContainer> | |
| void | dump_node_container (raw_ostream &OS, const NodeContainer &S) |
| raw_ostream & | operator<< (raw_ostream &OS, const NodeVect &S) |
| raw_ostream & | operator<< (raw_ostream &OS, const NodeToUsesMap &M) |
| void false::dump_node_container | ( | raw_ostream & | OS, |
| const NodeContainer & | S ) |
Definition at line 268 of file HexagonCommonGEP.cpp.
References dump_node_container(), and I.
Referenced by dump_node_container(), and operator<<().
| raw_ostream & false::operator<< | ( | raw_ostream & | OS, |
| const GepNode & | GN ) |
Definition at line 211 of file HexagonCommonGEP.cpp.
| raw_ostream & false::operator<< | ( | raw_ostream & | OS, |
| const NodeToUsesMap & | M ) |
Definition at line 283 of file HexagonCommonGEP.cpp.
References I.
| raw_ostream & false::operator<< | ( | raw_ostream & | OS, |
| const NodeVect & | S ) |
Definition at line 276 of file HexagonCommonGEP.cpp.
References dump_node_container().