LLVM  4.0.0
Public Member Functions | List of all members
llvm::SpeculativeExecutionPass Class Reference

#include <SpeculativeExecution.h>

Inheritance diagram for llvm::SpeculativeExecutionPass:
[legend]
Collaboration diagram for llvm::SpeculativeExecutionPass:
[legend]

Public Member Functions

 SpeculativeExecutionPass (bool OnlyIfDivergentTarget=false)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
bool runImpl (Function &F, TargetTransformInfo *TTI)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< SpeculativeExecutionPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Definition at line 70 of file SpeculativeExecution.h.

Constructor & Destructor Documentation

llvm::SpeculativeExecutionPass::SpeculativeExecutionPass ( bool  OnlyIfDivergentTarget = false)

Definition at line 303 of file SpeculativeExecution.cpp.

Member Function Documentation

PreservedAnalyses llvm::SpeculativeExecutionPass::run ( Function F,
FunctionAnalysisManager AM 
)
bool llvm::SpeculativeExecutionPass::runImpl ( Function F,
TargetTransformInfo TTI 
)

Definition at line 152 of file SpeculativeExecution.cpp.

References B, llvm::dbgs(), DEBUG, and llvm::TargetTransformInfo::hasBranchDivergence().

Referenced by run().


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