LLVM 22.0.0git
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:
[legend]

Static Public Attributes

static AnalysisKey Key

Additional Inherited Members

Public Member Functions inherited from llvm::ShouldRunExtraPasses< ShouldRunExtraSimpleLoopUnswitch >
Result run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< ShouldRunExtraSimpleLoopUnswitch >
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< ShouldRunExtraSimpleLoopUnswitch >
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: