LLVM 20.0.0git
Classes | Namespaces
ExtraPassManager.h File Reference

This file provides a pass manager that only runs its passes if the provided marker analysis has been preserved, together with a class to define such a marker analysis. More...

#include "llvm/IR/PassManager.h"
#include "llvm/Transforms/Scalar/LoopPassManager.h"

Go to the source code of this file.

Classes

struct  llvm::ShouldRunExtraPasses< MarkerTy >
 A marker analysis to determine if extra passes should be run on demand. More...
 
struct  llvm::ShouldRunExtraPasses< MarkerTy >::Result
 
class  llvm::ExtraFunctionPassManager< MarkerTy >
 A pass manager to run a set of extra function passes if the ShouldRunExtraPasses marker analysis is present. More...
 
class  llvm::ExtraLoopPassManager< MarkerTy >
 A pass manager to run a set of extra loop passes if the MarkerTy analysis is present. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Detailed Description

This file provides a pass manager that only runs its passes if the provided marker analysis has been preserved, together with a class to define such a marker analysis.

Definition in file ExtraPassManager.h.