Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h23 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 DLoopCacheAnalysis.h35 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 DLoopNestAnalysis.cpp240 SmallVector<LoopVectorTy, 4>
242 SmallVector<LoopVectorTy, 4> LV; in getPerfectLoops()
243 LoopVectorTy PerfectNest; in getPerfectLoops()
H A DLoopCacheAnalysis.cpp62 static Loop *getInnerMostLoop(const LoopVectorTy &Loops) { in getInnerMostLoop()
557 CacheCost::CacheCost(const LoopVectorTy &Loops, const LoopInfo &LI, in CacheCost()
582 LoopVectorTy Loops; in getCacheCost()