LLVM 18.0.0git
|
#include "llvm/Transforms/Utils/UnrollLoop.h"
Public Attributes | |
unsigned | Count |
bool | Force |
bool | Runtime |
bool | AllowExpensiveTripCount |
bool | UnrollRemainder |
bool | ForgetAllSCEV |
Definition at line 68 of file UnrollLoop.h.
bool llvm::UnrollLoopOptions::AllowExpensiveTripCount |
Definition at line 72 of file UnrollLoop.h.
Referenced by llvm::UnrollLoop().
unsigned llvm::UnrollLoopOptions::Count |
Definition at line 69 of file UnrollLoop.h.
Referenced by llvm::UnrollLoop().
bool llvm::UnrollLoopOptions::Force |
Definition at line 70 of file UnrollLoop.h.
Referenced by llvm::UnrollLoop().
bool llvm::UnrollLoopOptions::ForgetAllSCEV |
Definition at line 74 of file UnrollLoop.h.
Referenced by llvm::UnrollLoop().
bool llvm::UnrollLoopOptions::Runtime |
Definition at line 71 of file UnrollLoop.h.
Referenced by llvm::UnrollLoop().
bool llvm::UnrollLoopOptions::UnrollRemainder |
Definition at line 73 of file UnrollLoop.h.
Referenced by llvm::UnrollLoop().