|
LLVM 23.0.0git
|
#include "llvm/Transforms/Utils/UnrollLoop.h"
Public Member Functions | |
| UnrollPragmaInfo (const Loop *L) | |
Public Attributes | |
| const bool | UserUnrollCount |
| const bool | PragmaFullUnroll |
| const unsigned | PragmaCount |
| const bool | PragmaEnableUnroll |
| const bool | PragmaRuntimeUnrollDisable |
| const bool | ExplicitUnroll |
Definition at line 127 of file UnrollLoop.h.
Definition at line 777 of file LoopUnrollPass.cpp.
References ExplicitUnroll, hasRuntimeUnrollDisablePragma(), hasUnrollEnablePragma(), hasUnrollFullPragma(), PragmaCount, PragmaEnableUnroll, PragmaFullUnroll, PragmaRuntimeUnrollDisable, UnrollCount, unrollCountPragmaValue(), and UserUnrollCount.
Definition at line 134 of file UnrollLoop.h.
Referenced by llvm::computeUnrollCount(), and UnrollPragmaInfo().
Definition at line 131 of file UnrollLoop.h.
Referenced by llvm::computeUnrollCount(), llvm::AMDGPUTTIImpl::getUnrollingPreferences(), shouldPragmaUnroll(), and UnrollPragmaInfo().
Definition at line 132 of file UnrollLoop.h.
Referenced by llvm::computeUnrollCount(), llvm::AMDGPUTTIImpl::getUnrollingPreferences(), shouldPragmaUnroll(), and UnrollPragmaInfo().
Definition at line 130 of file UnrollLoop.h.
Referenced by llvm::computeUnrollCount(), shouldPragmaUnroll(), and UnrollPragmaInfo().
Definition at line 133 of file UnrollLoop.h.
Referenced by llvm::computeUnrollCount(), and UnrollPragmaInfo().
Definition at line 129 of file UnrollLoop.h.
Referenced by llvm::computeUnrollCount(), shouldPragmaUnroll(), and UnrollPragmaInfo().