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

A pass that lowers atomic intrinsic into non-atomic intrinsics. More...

#include <LowerAtomic.h>

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

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &)
 

Additional Inherited Members

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

Detailed Description

A pass that lowers atomic intrinsic into non-atomic intrinsics.

Definition at line 23 of file LowerAtomic.h.

Member Function Documentation

PreservedAnalyses LowerAtomicPass::run ( Function F,
FunctionAnalysisManager  
)

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