Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicBase.h59 OptimalList optimalList; variable
67 optimalList.insert(optimalList.end(), nItr); in addToOptimalReductionList()
122 optimalList.push_back(nItr); in addToOptimalReduceList()
150 if (optimalList.empty()) in optimalReduce()
153 Graph::NodeItr nItr = optimalList.front(); in optimalReduce()
154 optimalList.pop_front(); in optimalReduce()
238 assert(optimalList.empty() && "Nodes left over in optimal reduce list?"); in cleanup()