LLVM 22.0.0git
llvm::TargetPassConfig::StartStopInfo Struct Reference

#include "llvm/CodeGen/TargetPassConfig.h"

Public Attributes

bool StartAfter
bool StopAfter
unsigned StartInstanceNum
unsigned StopInstanceNum
StringRef StartPass
StringRef StopPass

Detailed Description

Definition at line 181 of file TargetPassConfig.h.

Member Data Documentation

◆ StartAfter

bool llvm::TargetPassConfig::StartStopInfo::StartAfter

Definition at line 182 of file TargetPassConfig.h.

◆ StartInstanceNum

unsigned llvm::TargetPassConfig::StartStopInfo::StartInstanceNum

Definition at line 184 of file TargetPassConfig.h.

◆ StartPass

StringRef llvm::TargetPassConfig::StartStopInfo::StartPass

Definition at line 186 of file TargetPassConfig.h.

◆ StopAfter

bool llvm::TargetPassConfig::StartStopInfo::StopAfter

Definition at line 183 of file TargetPassConfig.h.

◆ StopInstanceNum

unsigned llvm::TargetPassConfig::StartStopInfo::StopInstanceNum

Definition at line 185 of file TargetPassConfig.h.

◆ StopPass

StringRef llvm::TargetPassConfig::StartStopInfo::StopPass

Definition at line 187 of file TargetPassConfig.h.


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