Searched refs:LoopVectorTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopNestAnalysis.h | 24 using LoopVectorTy = SmallVector<Loop *, 8>; variable 121 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth() 124 LoopVectorTy Result; in getLoopsAtDepth() 145 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const; 185 LoopVectorTy Loops; // the loops in the nest (in breadth first order).
|
| H A D | LoopCacheAnalysis.h | 36 using LoopVectorTy = SmallVector<Loop *, 8>; variable 200 CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, ScalarEvolution &SE, 262 LoopVectorTy Loops;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopNestAnalysis.cpp | 240 SmallVector<LoopVectorTy, 4> 242 SmallVector<LoopVectorTy, 4> LV; in getPerfectLoops() 243 LoopVectorTy PerfectNest; in getPerfectLoops()
|
| H A D | LoopCacheAnalysis.cpp | 62 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { in getInnerMostLoop() 568 CacheCost::CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, in CacheCost() 593 LoopVectorTy Loops; in getCacheCost()
|