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

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

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

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

◆ run()

PreservedAnalyses LowerAtomicPass::run ( Function F,
FunctionAnalysisManager  
)

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