Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp48 bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, in run()
105 return LoopRotation(L, LI, TTI, AC, DT, SE, in runOnLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopRotationUtils.h34 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp674 bool llvm::LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI, in LoopRotation() function in llvm
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1378 SRCS_MIN+= Transforms/Scalar/LoopRotation.cpp