LLVM 20.0.0git
|
A marker analysis to determine if SimpleLoopUnswitch should run again on a given loop. More...
#include "llvm/Transforms/Scalar/SimpleLoopUnswitch.h"
Static Public Attributes | |
static AnalysisKey | Key |
Additional Inherited Members | |
Public Member Functions inherited from llvm::ShouldRunExtraPasses< ShouldRunExtraSimpleLoopUnswitch > | |
Result | run (Function &F, FunctionAnalysisManager &FAM) |
Result | run (Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< ShouldRunExtraSimpleLoopUnswitch > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
A marker analysis to determine if SimpleLoopUnswitch should run again on a given loop.
Definition at line 85 of file SimpleLoopUnswitch.h.
|
static |
Definition at line 88 of file SimpleLoopUnswitch.h.