Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
448 for (unsigned I = 1; I < LoopList.size(); ++I) in run()
449 if (LoopList[I]->getParentLoop() != LoopList[I - 1]) in run()
451 return processLoopList(LoopList); in run()
454 bool isComputableLoopNest(ArrayRef<Loop *> LoopList) { in isComputableLoopNest()
455 for (Loop *L : LoopList) { in isComputableLoopNest()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()