Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h23 using LoopVectorTy = SmallVector<Loop *, 8>; variable
113 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const;
153 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;
/netbsd-src/external/apache2/llvm/dist/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()
481 CacheCost::CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, in CacheCost()
507 LoopVectorTy Loops; in getCacheCost()