Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp424 using LoopVector = SmallVector<Loop *, 4>; typedef
476 using LoopsOnLevelTy = SmallVector<LoopVector, 4>;
482 LoopsOnLevel.emplace_back(LoopVector(LI.rbegin(), LI.rend())); in LoopDepthTree()
497 for (const LoopVector &LV : *this) in descend()
500 LoopsOnNextLevel.emplace_back(LoopVector(L->begin(), L->end())); in descend()
529 static void printLoopVector(const LoopVector &LV) { in printLoopVector()
581 for (const LoopVector &LV : LDT) { in fuseLoops()
644 void collectFusionCandidates(const LoopVector &LV) { in collectFusionCandidates()
H A DLoopInterchange.cpp66 using LoopVector = SmallVector<Loop *, 8>; typedef
273 static LoopVector populateWorklist(Loop &L) { in populateWorklist()
277 LoopVector LoopList; in populateWorklist()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp572 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef
574 LoopVector WorkQ; in collectIndRegs()