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() local448 for (unsigned I = 1; I < LoopList.size(); ++I) in run()449 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run()451 return processLoopList(LoopList); in run()454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()455 for (Loop *L : LoopList) { in isComputableLoopNest()[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()