Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h23 using LoopVectorTy = SmallVector<Loop *, 8>; variable
112 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const;
152 LoopVectorTy Loops; // the loops in the nest (in breadth first order).
H A DLoopCacheAnalysis.h32 using LoopVectorTy = SmallVector<Loop *, 8>; variable
186 CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, ScalarEvolution &SE,
247 LoopVectorTy Loops;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp160 SmallVector<LoopVectorTy, 4>
162 SmallVector<LoopVectorTy, 4> LV; in getPerfectLoops()
163 LoopVectorTy PerfectNest; in getPerfectLoops()
H A DLoopCacheAnalysis.cpp61 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { in getInnerMostLoop()
479 CacheCost::CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, in CacheCost()
505 LoopVectorTy Loops; in getCacheCost()