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()466 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()467 for (Loop *L : LoopList) { in isComputableLoopNest()485 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange()488 return LoopList.size() - 1; in selectLoopForInterchange()491 bool processLoopList(LoopVector LoopList) { in processLoopList()493 unsigned LoopNestDepth = LoopList.size(); in processLoopList()[all …]
642 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local643 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()644 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()645 LoopList.insert(LoopList.end(), L->begin(), L->end()); in eliminateMostlyEmptyBlocks()