LLVM API Documentation

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

FindParallelCalls Class Reference

Inheritance diagram for FindParallelCalls:

Inheritance graph
[legend]
Collaboration diagram for FindParallelCalls:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FindParallelCalls (Function &F, PgmDependenceGraph &DG)
void visitCallInst (CallInst &CI)

Public Attributes

std::vector< CallInst * > parallelCalls

Detailed Description

Definition at line 258 of file Parallelize.cpp.


Constructor & Destructor Documentation

FindParallelCalls::FindParallelCalls Function F,
PgmDependenceGraph DG
 

Definition at line 283 of file Parallelize.cpp.

References llvm::X86II::DE, parallelCalls, and llvm::InstVisitor< FindParallelCalls >::visit().


Member Function Documentation

void FindParallelCalls::visitCallInst CallInst CI  ) 
 

Reimplemented from llvm::InstVisitor< FindParallelCalls >.

Definition at line 357 of file Parallelize.cpp.

References llvm::PgmDependenceGraph::outDepBegin().


Member Data Documentation

std::vector<CallInst*> FindParallelCalls::parallelCalls
 

Definition at line 275 of file Parallelize.cpp.

Referenced by FindParallelCalls().


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