LLVM 22.0.0git
llvm::AtomicExpandPass Class Reference

#include "llvm/CodeGen/AtomicExpand.h"

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

◆ AtomicExpandPass()

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 )

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