Searched refs:LoopVector (Results 1 – 3 of 3) sorted by relevance
452 using LoopVector = SmallVector<Loop *, 4>; typedef504 using LoopsOnLevelTy = SmallVector<LoopVector, 4>;510 LoopsOnLevel.emplace_back(LoopVector(LI.rbegin(), LI.rend())); in LoopDepthTree()525 for (const LoopVector &LV : *this) in descend()528 LoopsOnNextLevel.emplace_back(LoopVector(L->begin(), L->end())); in descend()557 static void printLoopVector(const LoopVector &LV) { in printLoopVector()608 for (const LoopVector &LV : LDT) { in fuseLoops()671 void collectFusionCandidates(const LoopVector &LV) { in collectFusionCandidates()
66 using LoopVector = SmallVector<Loop *, 8>; typedef220 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist()
572 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef574 LoopVector WorkQ; in collectIndRegs()