LLVM 20.0.0git
|
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...
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. | |
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.