Searched refs:LoopVectorTy (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopNestAnalysis.h | 23 using LoopVectorTy = SmallVector<Loop *, 8>; variable 120 LoopVectorTy getLoopsAtDepth(unsigned Depth) const { in getLoopsAtDepth() 123 LoopVectorTy Result; in getLoopsAtDepth() 144 SmallVector<LoopVectorTy, 4> getPerfectLoops(ScalarEvolution &SE) const; 184 LoopVectorTy Loops; // the loops in the nest (in breadth first order).
|
| H A D | LoopCacheAnalysis.h | 35 using LoopVectorTy = SmallVector<Loop *, 8>; variable 201 CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, ScalarEvolution &SE, 263 LoopVectorTy Loops;
|
| /openbsd-src/gnu/llvm/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() 557 CacheCost::CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, in CacheCost() 582 LoopVectorTy Loops; in getCacheCost()
|