Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp283 LoopVector LoopList; in populateWorklist() local
291 LoopList.clear(); in populateWorklist()
294 LoopList.push_back(CurrentLoop); in populateWorklist()
298 LoopList.push_back(CurrentLoop); in populateWorklist()
299 V.push_back(std::move(LoopList)); in populateWorklist()
468 LoopVector LoopList = Worklist.pop_back_val(); in runOnFunction() local
469 Changed = processLoopList(LoopList, F); in runOnFunction()
474 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
475 for (auto I = LoopList.begin(), E = LoopList.end(); I != E; ++I) { in isComputableLoopNest()
494 unsigned selectLoopForInterchange(LoopVector LoopList) { in selectLoopForInterchange()
[all …]