Searched refs:rnAllocableList (Results 1 – 1 of 1) sorted by relevance
142 nd.rnaItr = rnAllocableList.insert(rnAllocableList.end(), nItr); in addToHeuristicReduceList()159 if (!rnAllocableList.empty()) { in heuristicReduce()161 min_element(rnAllocableList.begin(), rnAllocableList.end(), in heuristicReduce()164 rnAllocableList.erase(rnaItr); in heuristicReduce()235 rnAllocableList.erase(n1.rnaItr); in handleAddEdge()247 rnAllocableList.erase(n2.rnaItr); in handleAddEdge()282 rnAllocableList.erase(nd.rnaItr); in handleRemoveEdge()291 nd.rnaItr = rnAllocableList.insert(rnAllocableList.end(), nItr); in handleRemoveEdge()455 RNAllocableList rnAllocableList; variable