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

Public Member Functions

 FixBooleanSelectPass ()
 
llvm::StringRef getPassName () const
 
bool runOnFunction (llvm::Function &F)
 

Static Public Attributes

static char ID = 0
 

Private Member Functions

llvm::Instruction * fixSelect (llvm::SelectInst *sel, llvm::SExtInst *sext)
 

Detailed Description

Definition at line 4889 of file opt.cpp.

Constructor & Destructor Documentation

◆ FixBooleanSelectPass()

FixBooleanSelectPass::FixBooleanSelectPass ( )
inline

Definition at line 4892 of file opt.cpp.

Member Function Documentation

◆ fixSelect()

llvm::Instruction * FixBooleanSelectPass::fixSelect ( llvm::SelectInst *  sel,
llvm::SExtInst *  sext 
)
private

Definition at line 4903 of file opt.cpp.

References Assert.

◆ getPassName()

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

Definition at line 4894 of file opt.cpp.

References ID, and PeepholePass::runOnFunction().

◆ runOnFunction()

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

Definition at line 4950 of file opt.cpp.

Member Data Documentation

◆ ID

char FixBooleanSelectPass::ID = 0
static

Definition at line 4891 of file opt.cpp.

Referenced by getPassName().


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