LLVM  8.0.1
Public Types | Public Attributes | List of all members
llvm::VPTransformState::DataState Struct Reference

#include "Transforms/Vectorize/VPlan.h"

Collaboration diagram for llvm::VPTransformState::DataState:
Collaboration graph
[legend]

Public Types

typedef SmallVector< Value *, 2 > PerPartValuesTy
 A type for vectorized values in the new loop. More...
 

Public Attributes

DenseMap< VPValue *, PerPartValuesTyPerPartOutput
 

Detailed Description

Definition at line 250 of file VPlan.h.

Member Typedef Documentation

◆ PerPartValuesTy

A type for vectorized values in the new loop.

Each value from the original loop, when vectorized, is represented by UF vector values in the new unrolled loop, where UF is the unroll factor.

Definition at line 254 of file VPlan.h.

Member Data Documentation

◆ PerPartOutput

DenseMap<VPValue *, PerPartValuesTy> llvm::VPTransformState::DataState::PerPartOutput

Definition at line 256 of file VPlan.h.


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