LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PlaceSafepointsPass Class Reference

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

Inheritance diagram for llvm::PlaceSafepointsPass:
Inheritance graph
[legend]

Public Member Functions

PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
bool runImpl (Function &F, const TargetLibraryInfo &TLI)
 
void cleanup ()
 
- Public Member Functions inherited from llvm::PassInfoMixin< PlaceSafepointsPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

Definition at line 59 of file PlaceSafepoints.h.

Member Function Documentation

◆ cleanup()

void llvm::PlaceSafepointsPass::cleanup ( )
inline

Definition at line 65 of file PlaceSafepoints.h.

◆ run()

PreservedAnalyses PlaceSafepointsPass::run ( Function F,
FunctionAnalysisManager AM 
)

◆ runImpl()

bool PlaceSafepointsPass::runImpl ( Function F,
const TargetLibraryInfo TLI 
)

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