Searched refs:LoopVector (Results 1 – 4 of 4) sorted by relevance
64 using LoopVector = std::vector<scf::ForOp>; variable67 LoopVector loops;
424 using LoopVector = SmallVector<Loop *, 4>; typedef476 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()
65 using LoopVector = SmallVector<Loop *, 8>; typedef270 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist()
572 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef574 LoopVector WorkQ; in collectIndRegs()