Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp277 LoopVector LoopList; in populateWorklist() local
287 LoopList.push_back(CurrentLoop); in populateWorklist()
291 LoopList.push_back(CurrentLoop); in populateWorklist()
292 return LoopList; in populateWorklist()
447 const auto &LoopList = LN.getLoops(); in run() local
449 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run()
451 return processLoopList(LoopList); in run()
455 for (Loop *L : LoopList) { in isComputableLoopNest()
476 return LoopList.size() - 1; in selectLoopForInterchange()
481 unsigned LoopNestDepth = LoopList.size(); in processLoopList()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp764 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local
765 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()
766 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()
767 llvm::append_range(LoopList, *L); in eliminateMostlyEmptyBlocks()