Searched refs:LoopList (Results 1 – 2 of 2) sorted by relevance
278 LoopVector LoopList; in populateWorklist() local288 LoopList.push_back(CurrentLoop); in populateWorklist()292 LoopList.push_back(CurrentLoop); in populateWorklist()293 return LoopList; in populateWorklist()469 for (Loop *L : LoopList) { in isComputableLoopNest()490 return LoopList.size() - 1; in selectLoopForInterchange()493 bool processLoopList(LoopVector LoopList) { in processLoopList()505 if (!isComputableLoopNest(LoopList)) { in processLoopList()540 std::swap(LoopList[i - 1], LoopList[i]); in processLoopList()558 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()[all …]
614 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local615 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()616 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()617 LoopList.insert(LoopList.end(), L->begin(), L->end()); in eliminateMostlyEmptyBlocks()