LLVM: llvm::AtomicExpandPass Class Reference (original) (raw)

#include "[llvm/CodeGen/AtomicExpand.h](AtomicExpand%5F8h%5Fsource.html)"

Inheritance diagram for llvm::AtomicExpandPass:

[legend]

Public Member Functions
AtomicExpandPass (const TargetMachine &TM)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< AtomicExpandPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
Additional Inherited Members
Static Public Member Functions inherited from llvm::PassInfoMixin< AtomicExpandPass >
static StringRef name ()
Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 19 of file AtomicExpand.h.

Constructor & Destructor Documentation

llvm::AtomicExpandPass::AtomicExpandPass ( const TargetMachine & TM) inline

Definition at line 24 of file AtomicExpand.h.

Member Function Documentation

run()

PreservedAnalyses AtomicExpandPass::run ( Function & F,
FunctionAnalysisManager & AM )

Definition at line 435 of file AtomicExpandPass.cpp.

References llvm::PreservedAnalyses::all(), Changed, F, and llvm::PreservedAnalyses::none().


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