Home
last modified time | relevance | path

Searched refs:LoopVector (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp449 using LoopVector = SmallVector<Loop *, 4>; typedef
501 using LoopsOnLevelTy = SmallVector<LoopVector, 4>;
507 LoopsOnLevel.emplace_back(LoopVector(LI.rbegin(), LI.rend())); in LoopDepthTree()
522 for (const LoopVector &LV : *this) in descend()
525 LoopsOnNextLevel.emplace_back(LoopVector(L->begin(), L->end())); in descend()
554 static void printLoopVector(const LoopVector &LV) { in printLoopVector()
605 for (const LoopVector &LV : LDT) { in fuseLoops()
668 void collectFusionCandidates(const LoopVector &LV) { in collectFusionCandidates()
H A DLoopInterchange.cpp62 using LoopVector = SmallVector<Loop *, 8>; typedef
215 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp571 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef
573 LoopVector WorkQ; in collectIndRegs()