LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::GenericUniformityAnalysisImpl< ContextT >::PhiInput Struct Reference

Value/block pair representing a single phi input. More...

#include "llvm/ADT/GenericUniformityImpl.h"

Public Member Functions

 PhiInput (ConstValueRefT value, BlockT *predBlock)
 

Public Attributes

ConstValueRefT value
 
BlockTpredBlock
 

Detailed Description

template<typename ContextT>
struct llvm::GenericUniformityAnalysisImpl< ContextT >::PhiInput

Value/block pair representing a single phi input.

Definition at line 402 of file GenericUniformityImpl.h.

Constructor & Destructor Documentation

◆ PhiInput()

template<typename ContextT >
llvm::GenericUniformityAnalysisImpl< ContextT >::PhiInput::PhiInput ( ConstValueRefT  value,
BlockT predBlock 
)
inline

Definition at line 406 of file GenericUniformityImpl.h.

Member Data Documentation

◆ predBlock

template<typename ContextT >
BlockT* llvm::GenericUniformityAnalysisImpl< ContextT >::PhiInput::predBlock

Definition at line 404 of file GenericUniformityImpl.h.

◆ value

template<typename ContextT >
ConstValueRefT llvm::GenericUniformityAnalysisImpl< ContextT >::PhiInput::value

Definition at line 403 of file GenericUniformityImpl.h.


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