Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp278 LoopVector LoopList; in populateWorklist() local
288 LoopList.push_back(CurrentLoop); in populateWorklist()
292 LoopList.push_back(CurrentLoop); in populateWorklist()
293 return LoopList; in populateWorklist()
469 for (Loop *L : LoopList) { in isComputableLoopNest()
490 return LoopList.size() - 1; in selectLoopForInterchange()
493 bool processLoopList(LoopVector LoopList) { in processLoopList()
505 if (!isComputableLoopNest(LoopList)) { in processLoopList()
540 std::swap(LoopList[i - 1], LoopList[i]); in processLoopList()
558 Loop *InnerLoop = LoopList[InnerLoopId]; in processLoop()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp614 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local
615 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()
616 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()
617 LoopList.insert(LoopList.end(), L->begin(), L->end()); in eliminateMostlyEmptyBlocks()