Searched refs:LoopList (Results 1 – 2 of 2) sorted by relevance
215 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist() argument219 assert(LoopList.empty() && "LoopList should initially be empty!"); in populateWorklist()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()386 SmallVector<Loop *, 8> LoopList(LN.getLoops().begin(), LN.getLoops().end()); in run() local387 for (unsigned I = 1; I < LoopList.size(); ++I) in run()[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()