MCPcopy Create free account
hub / github.com/NVlabs/AutoDMP / insert

Method insert

dreamplace/ops/place_io/src/SubRowNodeMap.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void SubRowNodeMap::insert(SubRowNodeMap::index_type idx, Node const& node)
209{
210 subRowMap(idx).insert(
211 map_element_type(node.id(), node.initPos().x(), node.get(kX))
212 );
213}
214
215void SubRowNodeMap::print(SubRowNodeMap::index_type idx) const
216{

Callers 15

runFunction · 0.80
distributeBlanks2BinsCPUFunction · 0.80
mergeBinCellsCPUFunction · 0.80
apply_solution_cuda2cpuFunction · 0.80
MacroObs.hFile · 0.80
queryRangeMethod · 0.80
addMacroPinMethod · 0.80
setMethod · 0.80
addMethod · 0.80
addRegionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected