Intel® Implicit SPMD Program Compiler (Intel® ISPC)  1.13.0
Public Member Functions | Static Public Attributes | List of all members
PeepholePass Class Reference
Inheritance diagram for PeepholePass:
Inheritance graph
[legend]
Collaboration diagram for PeepholePass:
Collaboration graph
[legend]

Public Member Functions

 PeepholePass ()
 
llvm::StringRef getPassName () const
 
bool runOnBasicBlock (llvm::BasicBlock &BB)
 
bool runOnFunction (llvm::Function &F)
 

Static Public Attributes

static char ID = 0
 

Detailed Description

Definition at line 4470 of file opt.cpp.

Constructor & Destructor Documentation

◆ PeepholePass()

PeepholePass::PeepholePass ( )

Definition at line 4483 of file opt.cpp.

Referenced by CreatePeepholePass().

Member Function Documentation

◆ getPassName()

llvm::StringRef PeepholePass::getPassName ( ) const
inline

Definition at line 4474 of file opt.cpp.

◆ runOnBasicBlock()

bool PeepholePass::runOnBasicBlock ( llvm::BasicBlock &  BB)

◆ runOnFunction()

bool PeepholePass::runOnFunction ( llvm::Function &  F)

Member Data Documentation

◆ ID

char PeepholePass::ID = 0
static

Definition at line 4478 of file opt.cpp.


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