LLVM 22.0.0git
llvm::KernelInfoPrinter Class Reference

#include "llvm/Analysis/KernelInfo.h"

Inheritance diagram for llvm::KernelInfoPrinter:
[legend]

Public Member Functions

 KernelInfoPrinter (TargetMachine *TM)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< KernelInfoPrinter >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Member Functions

static bool isRequired ()
Static Public Member Functions inherited from llvm::PassInfoMixin< KernelInfoPrinter >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 24 of file KernelInfo.h.

Constructor & Destructor Documentation

◆ KernelInfoPrinter()

llvm::KernelInfoPrinter::KernelInfoPrinter ( TargetMachine * TM)
inlineexplicit

Definition at line 28 of file KernelInfo.h.

Member Function Documentation

◆ isRequired()

bool llvm::KernelInfoPrinter::isRequired ( )
inlinestatic

Definition at line 32 of file KernelInfo.h.

◆ run()

PreservedAnalyses KernelInfoPrinter::run ( Function & F,
FunctionAnalysisManager & AM )

Definition at line 318 of file KernelInfo.cpp.

References llvm::PreservedAnalyses::all(), DEBUG_TYPE, and F.


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