LLVM 20.0.0git
Public Attributes | List of all members
llvm::Spiller::RequiredAnalyses Struct Reference

#include "llvm/CodeGen/Spiller.h"

Public Attributes

LiveIntervalsLIS
 
LiveStacksLSS
 
MachineDominatorTreeMDT
 
const MachineBlockFrequencyInfoMBFI
 

Detailed Description

Definition at line 49 of file Spiller.h.

Member Data Documentation

◆ LIS

LiveIntervals& llvm::Spiller::RequiredAnalyses::LIS

Definition at line 50 of file Spiller.h.

◆ LSS

LiveStacks& llvm::Spiller::RequiredAnalyses::LSS

Definition at line 51 of file Spiller.h.

◆ MBFI

const MachineBlockFrequencyInfo& llvm::Spiller::RequiredAnalyses::MBFI

Definition at line 53 of file Spiller.h.

◆ MDT

MachineDominatorTree& llvm::Spiller::RequiredAnalyses::MDT

Definition at line 52 of file Spiller.h.


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