LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::getEdgeCode Class Reference

#include <Graph.h>

Collaboration diagram for llvm::getEdgeCode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 getEdgeCode ()
void setCond (int n)
int getCond ()
void setInc (int n)
int getInc ()
void setCdIn (getEdgeCode *gd)
void setCdOut (getEdgeCode *gd)
void getCode (Instruction *a, Value *b, Function *M, BasicBlock *BB, std::vector< Value * > &retVec)

Detailed Description

Definition at line 379 of file Graph.h.


Constructor & Destructor Documentation

llvm::getEdgeCode::getEdgeCode  )  [inline]
 

Definition at line 402 of file Graph.h.


Member Function Documentation

void llvm::getEdgeCode::getCode Instruction a,
Value b,
Function M,
BasicBlock BB,
std::vector< Value * > &  retVec
 

Referenced by llvm::insertBB().

int llvm::getEdgeCode::getCond  )  [inline]
 

Definition at line 413 of file Graph.h.

int llvm::getEdgeCode::getInc  )  [inline]
 

Definition at line 419 of file Graph.h.

void llvm::getEdgeCode::setCdIn getEdgeCode gd  )  [inline]
 

Definition at line 422 of file Graph.h.

void llvm::getEdgeCode::setCdOut getEdgeCode gd  )  [inline]
 

Definition at line 425 of file Graph.h.

void llvm::getEdgeCode::setCond int  n  )  [inline]
 

Definition at line 410 of file Graph.h.

Referenced by llvm::getCodeInsertions().

void llvm::getEdgeCode::setInc int  n  )  [inline]
 

Definition at line 416 of file Graph.h.

Referenced by llvm::getCodeInsertions().


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