Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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()
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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.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()