Searched refs:LoopList (Results 1 – 2 of 2) sorted by relevance
227 LoopList = {}; in populateWorklist()231 LoopList.push_back(CurrentLoop); in populateWorklist()235 LoopList.push_back(CurrentLoop); in populateWorklist()380 SmallVector<Loop *, 8> LoopList; in run() local381 populateWorklist(*L, LoopList); in run()382 return processLoopList(LoopList); in run()388 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run()394 for (Loop *L : LoopList) { in isComputableLoopNest()415 return LoopList.size() - 1; in selectLoopForInterchange()480 bool Interchanged = processLoop(LoopList[i], LoopList[i - 1], i, i - 1, in processLoopList()[all …]
924 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local925 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()926 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()927 llvm::append_range(LoopList, *L); in eliminateMostlyEmptyBlocks()