Searched refs:LoopList (Results 1 – 2 of 2) sorted by relevance
277 LoopVector LoopList; in populateWorklist() local287 LoopList.push_back(CurrentLoop); in populateWorklist()291 LoopList.push_back(CurrentLoop); in populateWorklist()292 return LoopList; in populateWorklist()447 const auto &LoopList = LN.getLoops(); in run() local449 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run()451 return processLoopList(LoopList); in run()455 for (Loop *L : LoopList) { in isComputableLoopNest()476 return LoopList.size() - 1; in selectLoopForInterchange()481 unsigned LoopNestDepth = LoopList.size(); in processLoopList()[all …]
764 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local765 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()766 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()767 llvm::append_range(LoopList, *L); in eliminateMostlyEmptyBlocks()