LLVM  8.0.1
Classes | Typedefs | Functions
false Namespace Reference

Classes

class  Chain
 A Chain is a sequence of instructions that are linked together by an accumulation operand. More...
 
struct  GCPtrLivenessData
 
struct  GepNode
 
struct  in_set
 
struct  IntervalSorter
 
class  LibCallsShrinkWrap
 
struct  PartiallyConstructedSafepointRecord
 
struct  SingleLoopExtractor
 SingleLoopExtractor - For bugpoint. More...
 

Typedefs

using DefiningValueMapTy = MapVector< Value *, Value * >
 
using StatepointLiveSetTy = SetVector< Value * >
 
using RematerializedValueMapTy = MapVector< AssertingVH< Instruction >, AssertingVH< Value > >
 

Functions

Typenext_type (Type *Ty, Value *Idx)
 
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
 

Typedef Documentation

◆ DefiningValueMapTy

Definition at line 261 of file RewriteStatepointsForGC.cpp.

◆ RematerializedValueMapTy

Definition at line 264 of file RewriteStatepointsForGC.cpp.

◆ StatepointLiveSetTy

Definition at line 262 of file RewriteStatepointsForGC.cpp.

Function Documentation

◆ dump_node_container()

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

Definition at line 271 of file HexagonCommonGEP.cpp.

References E, I, LLVM_ATTRIBUTE_UNUSED, and llvm::operator<<().

Referenced by operator<<().

◆ next_type()

Type* false::next_type ( Type Ty,
Value Idx 
)

◆ operator<<() [1/3]

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

◆ operator<<() [2/3]

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

◆ operator<<() [3/3]

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

Definition at line 287 of file HexagonCommonGEP.cpp.

References E, F(), llvm::Value::getName(), llvm::Value::hasName(), and I.