Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h33 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp78 bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp1080 bool llvm::LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI, in LoopRotation() function in llvm
/freebsd/lib/clang/libllvm/
H A DMakefile1862 SRCS_MIN+= Transforms/Scalar/LoopRotation.cpp