Searched refs:LoopVectorTy (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 23 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 D | LoopCacheAnalysis.h | 32 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 D | LoopNestAnalysis.cpp | 160 SmallVector<LoopVectorTy, 4> 162 SmallVector<LoopVectorTy, 4> LV; in getPerfectLoops() 163 LoopVectorTy PerfectNest; in getPerfectLoops()
|
H A D | LoopCacheAnalysis.cpp | 61 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { in getInnerMostLoop() 481 CacheCost::CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, in CacheCost() 507 LoopVectorTy Loops; in getCacheCost()
|