|
LLVM
4.0.0
|
#include <SpeculativeExecution.h>
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... | |
Definition at line 70 of file SpeculativeExecution.h.
Definition at line 303 of file SpeculativeExecution.cpp.
| PreservedAnalyses llvm::SpeculativeExecutionPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 307 of file SpeculativeExecution.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserve(), and runImpl().
| 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().
1.8.6