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

Public Member Functions

 ReplaceStdlibShiftPass ()
 
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 4780 of file opt.cpp.

Constructor & Destructor Documentation

◆ ReplaceStdlibShiftPass()

ReplaceStdlibShiftPass::ReplaceStdlibShiftPass ( )
inline

Definition at line 4783 of file opt.cpp.

Member Function Documentation

◆ getPassName()

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

Definition at line 4785 of file opt.cpp.

References ID, PeepholePass::runOnBasicBlock(), and PeepholePass::runOnFunction().

◆ runOnBasicBlock()

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

◆ runOnFunction()

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

Definition at line 4852 of file opt.cpp.

References PeepholePass::runOnBasicBlock().

Member Data Documentation

◆ ID

char ReplaceStdlibShiftPass::ID = 0
static

Definition at line 4782 of file opt.cpp.

Referenced by getPassName().


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