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

#include "llvm/Transforms/Scalar/SpeculativeExecution.h"

Inheritance diagram for llvm::SpeculativeExecutionPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::SpeculativeExecutionPass:
Collaboration graph
[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

◆ SpeculativeExecutionPass()

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

Definition at line 304 of file SpeculativeExecution.cpp.

Member Function Documentation

◆ run()

PreservedAnalyses llvm::SpeculativeExecutionPass::run ( Function F,
FunctionAnalysisManager AM 
)

◆ runImpl()

bool llvm::SpeculativeExecutionPass::runImpl ( Function F,
TargetTransformInfo TTI 
)

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