Home
last modified time | relevance | path

Searched refs:LoopRotation (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLoopRotationUtilsTest.cpp88 bool ret = LoopRotation(L, &LI, &TTI, in TEST()
159 bool ret = LoopRotation(L, &LI, &TTI, in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp62 LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, in run()
133 return LoopRotation(L, LI, TTI, AC, &DT, &SE, in runOnLoop()
H A DCMakeLists.txt43 LoopRotation.cpp
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h33 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn53 "LoopRotation.cpp",
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp825 bool llvm::LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI, in LoopRotation() function in llvm
/llvm-project-15.0.7/llvm/docs/
H A DLoopTerminology.rst504 `LoopRotation.h <https://llvm.org/doxygen/LoopRotation_8h_source.html>`_. Example:
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6899 llvm/lib/Transforms/Scalar/LoopRotation.cpp