LLVM API Documentation
#include <DependenceGraph.h>
Collaboration diagram for llvm::Dependence:
Public Member Functions | |
Dependence (DepGraphNode *toOrFromN, DependenceType type, bool isIncoming) | |
Dependence (const Dependence &D) | |
bool | operator== (const Dependence &D) const |
unsigned | getDepType () const |
DepGraphNode * | getSrc () |
const DepGraphNode * | getSrc () const |
DepGraphNode * | getSink () |
const DepGraphNode * | getSink () const |
void | print (std::ostream &O) const |
Dependence () |
Definition at line 57 of file DependenceGraph.h.
|
Definition at line 62 of file DependenceGraph.h. |
|
Definition at line 66 of file DependenceGraph.h. |
|
Definition at line 101 of file DependenceGraph.h. |
|
Get information about the type of dependence. Definition at line 75 of file DependenceGraph.h. Referenced by llvm::DepIterState::Next(), llvm::DepIterState::SetFirstMemoryDep(), and llvm::DepIterState::SetFirstSSADep(). |
|
Definition at line 91 of file DependenceGraph.h. References llvm::IncomingFlag. |
|
Definition at line 88 of file DependenceGraph.h. References llvm::IncomingFlag. |
|
Definition at line 84 of file DependenceGraph.h. References llvm::IncomingFlag. |
|
Get source or sink depending on what type of node this is! Definition at line 81 of file DependenceGraph.h. References llvm::IncomingFlag. |
|
Definition at line 69 of file DependenceGraph.h. References depType, and toOrFromNode. |
|
Debugging support methods Definition at line 35 of file DependenceGraph.cpp. References llvm::AntiDependence, llvm::ControlDependence, llvm::NoDependence, llvm::OutputDependence, and llvm::TrueDependence. |