Searched refs:LoopVector (Results 1 – 3 of 3) sorted by relevance
448 using LoopVector = SmallVector<Loop *, 4>; typedef500 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()
71 using LoopVector = SmallVector<Loop *, 8>; typedef287 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist()
565 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef567 LoopVector WorkQ; in collectIndRegs()