LLVM 20.0.0git
Static Public Attributes | List of all members
llvm::ShouldRunExtraSimpleLoopUnswitch Struct Reference

A marker analysis to determine if SimpleLoopUnswitch should run again on a given loop. More...

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

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

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 AnalysisKeyID ()
 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.
 

Detailed Description

A marker analysis to determine if SimpleLoopUnswitch should run again on a given loop.

Definition at line 85 of file SimpleLoopUnswitch.h.

Member Data Documentation

◆ Key

AnalysisKey ShouldRunExtraSimpleLoopUnswitch::Key
static

Definition at line 88 of file SimpleLoopUnswitch.h.


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