LLVM 22.0.0git
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 412 of file GenericUniformityImpl.h.

Constructor & Destructor Documentation

◆ PhiInput()

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

Definition at line 416 of file GenericUniformityImpl.h.

References predBlock, and value.

Member Data Documentation

◆ predBlock

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

Definition at line 414 of file GenericUniformityImpl.h.

Referenced by PhiInput().

◆ value

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

Definition at line 413 of file GenericUniformityImpl.h.

Referenced by PhiInput().


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