Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DnesterovBase.h767 const std::vector<GCell*> & gCellInsts() const { return gCellInsts_; } in gCellInsts()
919 std::vector<GCell*> gCellInsts_; variable
H A DnesterovBase.cpp985 gCellInsts_.clear(); in reset()
1000 gCellInsts_.shrink_to_fit(); in reset()
1061 gCellInsts_.push_back(&gCell); in init()
1503 std::vector<GCell*> newGCells = gCellInsts_; in cutFillerCells()