LLVM 20.0.0git
|
#include "llvm/CodeGen/AtomicExpand.h"
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. | |
Definition at line 19 of file AtomicExpand.h.
|
inline |
Definition at line 24 of file AtomicExpand.h.
PreservedAnalyses AtomicExpandPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 384 of file AtomicExpandPass.cpp.
References llvm::PreservedAnalyses::all(), F, and llvm::PreservedAnalyses::none().