Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopInterchange.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()
466 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
467 for (Loop *L : LoopList) { in isComputableLoopNest()
485 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange()
488 return LoopList.size() - 1; in selectLoopForInterchange()
491 bool processLoopList(LoopVector LoopList) { in processLoopList()
493 unsigned LoopNestDepth = LoopList.size(); in processLoopList()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp642 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end()); in eliminateMostlyEmptyBlocks() local
643 while (!LoopList.empty()) { in eliminateMostlyEmptyBlocks()
644 Loop *L = LoopList.pop_back_val(); in eliminateMostlyEmptyBlocks()
645 LoopList.insert(LoopList.end(), L->begin(), L->end()); in eliminateMostlyEmptyBlocks()