Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DnesterovPlace.cpp131 const int gCellSize = nb_->gCells().size(); in init()
152 for(auto& gCell : nb_->gCells()) { in init()
154 int idx = &gCell - &nb_->gCells()[0]; in init()
325 for(size_t i=0; i<nb_->gCells().size(); i++) { in updateGradients()
326 GCell* gCell = nb_->gCells().at(i); in updateGradients()
461 for(size_t k=0; k<nb_->gCells().size(); k++) { in doNesterovPlace()
470 GCell* curGCell = nb_->gCells()[k]; in doNesterovPlace()
745 for(size_t i=0; i<nb_->gCells().size(); i++) { in updateInitialPrevSLPCoordi()
746 GCell* curGCell = nb_->gCells()[i]; in updateInitialPrevSLPCoordi()
H A DrouteBase.cpp365 minRcCellSize_.resize(nb_->gCells().size(), std::make_pair(0, 0)); in init()
585 for (auto& gCell : nb_->gCells()) { in routability()
590 minRcCellSize_[&gCell - &nb_->gCells()[0]] in routability()
609 for (auto& gCell : nb_->gCells()) { in routability()
737 for (auto& gCell : nb_->gCells()) { in revertGCellSizeToMinRc()
742 int idx = &gCell - &nb_->gCells()[0]; in revertGCellSizeToMinRc()
H A Dgraphics.cpp92 for (auto* gCell : nb_->gCells()) { in drawNesterov()
226 for (GCell* cell : nb_->gCells()) { in select()
H A DnesterovBase.h766 const std::vector<GCell*> & gCells() const { return gCells_; } in gCells() function
H A Dplot.cpp277 for(auto& gCell : nb_->gCells()) { in DrawGcell()
H A DnesterovBase.cpp1810 for(auto& gCell : gCells()) { in updateDbGCells()