|
LLVM
8.0.1
|
#include "llvm/Transforms/Scalar/LoopRotation.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/InstructionSimplify.h"#include "llvm/Analysis/LoopPass.h"#include "llvm/Analysis/MemorySSA.h"#include "llvm/Analysis/MemorySSAUpdater.h"#include "llvm/Analysis/ScalarEvolution.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Transforms/Scalar.h"#include "llvm/Transforms/Scalar/LoopPassManager.h"#include "llvm/Transforms/Utils/LoopRotationUtils.h"#include "llvm/Transforms/Utils/LoopUtils.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "loop-rotate" |
Functions | |
| INITIALIZE_PASS_BEGIN (LoopRotateLegacyPass, "loop-rotate", "Rotate Loops", false, false) INITIALIZE_PASS_END(LoopRotateLegacyPass | |
Variables | |
| static cl::opt< unsigned > | DefaultRotationThreshold ("rotation-max-header-size", cl::init(16), cl::Hidden, cl::desc("The default maximum header size for automatic loop rotation")) |
| loop | rotate |
| loop Rotate | Loops |
| loop Rotate | false |
| #define DEBUG_TYPE "loop-rotate" |
Definition at line 29 of file LoopRotation.cpp.
Referenced by llvm::LoopRotatePass::run().
|
static |
Referenced by llvm::LoopRotatePass::run().
| loop Rotate false |
Definition at line 119 of file LoopRotation.cpp.
| loop Rotate Loops |
Definition at line 119 of file LoopRotation.cpp.
| loop rotate |
Definition at line 119 of file LoopRotation.cpp.
Referenced by llvm::hashing::detail::hash_combine_recursive_helper::combine(), llvm::hashing::detail::hash_state::create(), DecodeNEONComplexLane64Instruction(), getLayoutSuccessorProbThreshold(), llvm::hashing::detail::hash_17to32_bytes(), llvm::hashing::detail::hash_33to64_bytes(), llvm::hashing::detail::hash_9to16_bytes(), llvm::hashing::detail::hash_combine_range_impl(), llvm::hashing::detail::hash_state::mix(), and llvm::hashing::detail::hash_state::mix_32_bytes().
1.8.13