LLVM 19.0.0git
Public Attributes | List of all members
llvm::UnrollLoopOptions Struct Reference

#include "llvm/Transforms/Utils/UnrollLoop.h"

Public Attributes

unsigned Count
 
bool Force
 
bool Runtime
 
bool AllowExpensiveTripCount
 
bool UnrollRemainder
 
bool ForgetAllSCEV
 

Detailed Description

Definition at line 68 of file UnrollLoop.h.

Member Data Documentation

◆ AllowExpensiveTripCount

bool llvm::UnrollLoopOptions::AllowExpensiveTripCount

Definition at line 72 of file UnrollLoop.h.

Referenced by llvm::UnrollLoop().

◆ Count

unsigned llvm::UnrollLoopOptions::Count

Definition at line 69 of file UnrollLoop.h.

Referenced by llvm::UnrollLoop().

◆ Force

bool llvm::UnrollLoopOptions::Force

Definition at line 70 of file UnrollLoop.h.

Referenced by llvm::UnrollLoop().

◆ ForgetAllSCEV

bool llvm::UnrollLoopOptions::ForgetAllSCEV

Definition at line 74 of file UnrollLoop.h.

Referenced by llvm::UnrollLoop().

◆ Runtime

bool llvm::UnrollLoopOptions::Runtime

Definition at line 71 of file UnrollLoop.h.

Referenced by llvm::UnrollLoop().

◆ UnrollRemainder

bool llvm::UnrollLoopOptions::UnrollRemainder

Definition at line 73 of file UnrollLoop.h.

Referenced by llvm::UnrollLoop().


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