LLVM 22.0.0git
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 122 of file LoopVectorize.h.

Constructor & Destructor Documentation

◆ LoopVectorizeResult()

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

Definition at line 126 of file LoopVectorize.h.

References MadeAnyChange, and MadeCFGChange.

Member Data Documentation

◆ MadeAnyChange

bool llvm::LoopVectorizeResult::MadeAnyChange

Definition at line 123 of file LoopVectorize.h.

Referenced by LoopVectorizeResult().

◆ MadeCFGChange

bool llvm::LoopVectorizeResult::MadeCFGChange

Definition at line 124 of file LoopVectorize.h.

Referenced by LoopVectorizeResult().


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