Home
last modified time | relevance | path

Searched refs:LoopList (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp227 LoopList = {}; in populateWorklist()
231 LoopList.push_back(CurrentLoop); in populateWorklist()
235 LoopList.push_back(CurrentLoop); in populateWorklist()
380 SmallVector<Loop *, 8> LoopList; in run() local
381 populateWorklist(*L, LoopList); in run()
382 return processLoopList(LoopList); in run()
388 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run()
394 for (Loop *L : LoopList) { in isComputableLoopNest()
415 return LoopList.size() - 1; in selectLoopForInterchange()
480 bool Interchanged = processLoop(LoopList[i], LoopList[i - 1], i, i - 1, in processLoopList()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp924 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local
925 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()
926 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()
927 llvm::append_range(LoopList, *L); in eliminateMostlyEmptyBlocks()