Searched refs:LoopList (Results 1 – 2 of 2) sorted by relevance
287 static void populateWorklist(Loop &L, LoopVector &LoopList) { in populateWorklist() argument291 assert(LoopList.empty() && "LoopList should initially be empty!"); in populateWorklist()299 LoopList = {}; in populateWorklist()303 LoopList.push_back(CurrentLoop); in populateWorklist()307 LoopList.push_back(CurrentLoop); in populateWorklist()310 static bool hasSupportedLoopDepth(ArrayRef<Loop *> LoopList, in hasSupportedLoopDepth() argument312 unsigned LoopNestDepth = LoopList.size(); in hasSupportedLoopDepth()317 Loop *OuterLoop = LoopList.front(); in hasSupportedLoopDepth()332 ArrayRef<Loop *> LoopList) { in isComputableLoopNest() argument333 for (Loop *L : LoopList) { in isComputableLoopNest()[all …]
920 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local921 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()922 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()923 llvm::append_range(LoopList, *L); in eliminateMostlyEmptyBlocks()