Searched refs:LoopRotation (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopRotation.cpp | 64 LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, in run() 138 return LoopRotation(L, LI, TTI, AC, &DT, &SE, in runOnLoop()
|
H A D | CMakeLists.txt | 41 LoopRotation.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopRotationUtils.h | 33 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
|
/netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/ |
H A D | Makefile | 47 LoopRotation.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/ |
H A D | BUILD.gn | 51 "LoopRotation.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 829 bool llvm::LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI, in LoopRotation() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | LoopTerminology.rst | 492 `LoopRotation.h <https://llvm.org/doxygen/LoopRotation_8h_source.html>`_. Example:
|