LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::LoopVectorizeResult Struct Reference

Storage for information about made changes. More...

#include "llvm/Transforms/Vectorize/LoopVectorize.h"

Public Member Functions

 LoopVectorizeResult (bool MadeAnyChange, bool MadeCFGChange)
 

Public Attributes

bool MadeAnyChange
 
bool MadeCFGChange
 

Detailed Description

Storage for information about made changes.

Definition at line 151 of file LoopVectorize.h.

Constructor & Destructor Documentation

◆ LoopVectorizeResult()

llvm::LoopVectorizeResult::LoopVectorizeResult ( bool  MadeAnyChange,
bool  MadeCFGChange 
)
inline

Definition at line 155 of file LoopVectorize.h.

Member Data Documentation

◆ MadeAnyChange

bool llvm::LoopVectorizeResult::MadeAnyChange

Definition at line 152 of file LoopVectorize.h.

◆ MadeCFGChange

bool llvm::LoopVectorizeResult::MadeCFGChange

Definition at line 153 of file LoopVectorize.h.


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