LLVM 19.0.0git
Classes | Functions
false Namespace Reference

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
 
struct  SingleLoopExtractor
 SingleLoopExtractor - For bugpoint. More...
 

Functions

raw_ostreamoperator<< (raw_ostream &OS, const GepNode &GN)
 
template<typename NodeContainer >
void dump_node_container (raw_ostream &OS, const NodeContainer &S)
 
raw_ostreamoperator<< (raw_ostream &OS, const NodeVect &S) LLVM_ATTRIBUTE_UNUSED
 
raw_ostreamoperator<< (raw_ostream &OS, const NodeToUsesMap &M) LLVM_ATTRIBUTE_UNUSED
 

Function Documentation

◆ dump_node_container()

template<typename NodeContainer >
void false::dump_node_container ( raw_ostream OS,
const NodeContainer &  S 
)

Definition at line 275 of file HexagonCommonGEP.cpp.

References dump_node_container(), E, I, and OS.

Referenced by dump_node_container(), and operator<<().

◆ operator<<() [1/3]

raw_ostream & false::operator<< ( raw_ostream OS,
const GepNode GN 
)

Definition at line 218 of file HexagonCommonGEP.cpp.

◆ operator<<() [2/3]

raw_ostream & false::operator<< ( raw_ostream OS,
const NodeToUsesMap &  M 
)

Definition at line 291 of file HexagonCommonGEP.cpp.

References I, and OS.

◆ operator<<() [3/3]

raw_ostream & false::operator<< ( raw_ostream OS,
const NodeVect &  S 
)

Definition at line 284 of file HexagonCommonGEP.cpp.

References dump_node_container(), and OS.