Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp448 using LoopVector = SmallVector<Loop *, 4>; typedef
500 using LoopsOnLevelTy = SmallVector<LoopVector, 4>;
506 LoopsOnLevel.emplace_back(LoopVector(LI.rbegin(), LI.rend())); in LoopDepthTree()
521 for (const LoopVector &LV : *this) in descend()
524 LoopsOnNextLevel.emplace_back(LoopVector(L->begin(), L->end())); in descend()
553 static void printLoopVector(const LoopVector &LV) { in printLoopVector()
604 for (const LoopVector &LV : LDT) { in fuseLoops()
667 void collectFusionCandidates(const LoopVector &LV) { in collectFusionCandidates()
H A DLoopInterchange.cpp71 using LoopVector = SmallVector<Loop *, 8>; typedef
287 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp565 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef
567 LoopVector WorkQ; in collectIndRegs()