LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PredicateInfoClasses::ValueDFS_Compare Struct Reference
Collaboration diagram for llvm::PredicateInfoClasses::ValueDFS_Compare:
Collaboration graph
[legend]

Public Member Functions

 ValueDFS_Compare (OrderedInstructions &OI)
 
bool operator() (const ValueDFS &A, const ValueDFS &B) const
 
const std::pair< BasicBlock *, BasicBlock * > getBlockEdge (const ValueDFS &VD) const
 
bool comparePHIRelated (const ValueDFS &A, const ValueDFS &B) const
 
ValuegetMiddleDef (const ValueDFS &VD) const
 
const InstructiongetDefOrUser (const Value *Def, const Use *U) const
 
bool localComesBefore (const ValueDFS &A, const ValueDFS &B) const
 

Public Attributes

OrderedInstructionsOI
 

Detailed Description

Definition at line 128 of file PredicateInfo.cpp.

Constructor & Destructor Documentation

◆ ValueDFS_Compare()

llvm::PredicateInfoClasses::ValueDFS_Compare::ValueDFS_Compare ( OrderedInstructions OI)
inline

Definition at line 130 of file PredicateInfo.cpp.

Member Function Documentation

◆ comparePHIRelated()

bool llvm::PredicateInfoClasses::ValueDFS_Compare::comparePHIRelated ( const ValueDFS A,
const ValueDFS B 
) const
inline

◆ getBlockEdge()

const std::pair<BasicBlock *, BasicBlock *> llvm::PredicateInfoClasses::ValueDFS_Compare::getBlockEdge ( const ValueDFS VD) const
inline

◆ getDefOrUser()

const Instruction* llvm::PredicateInfoClasses::ValueDFS_Compare::getDefOrUser ( const Value Def,
const Use U 
) const
inline

Definition at line 196 of file PredicateInfo.cpp.

References llvm::tgtok::Def.

◆ getMiddleDef()

Value* llvm::PredicateInfoClasses::ValueDFS_Compare::getMiddleDef ( const ValueDFS VD) const
inline

◆ localComesBefore()

bool llvm::PredicateInfoClasses::ValueDFS_Compare::localComesBefore ( const ValueDFS A,
const ValueDFS B 
) const
inline

◆ operator()()

bool llvm::PredicateInfoClasses::ValueDFS_Compare::operator() ( const ValueDFS A,
const ValueDFS B 
) const
inline

Member Data Documentation

◆ OI

OrderedInstructions& llvm::PredicateInfoClasses::ValueDFS_Compare::OI

Definition at line 129 of file PredicateInfo.cpp.


The documentation for this struct was generated from the following file: