Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DnesterovBase.cpp982 gPinStor_.clear(); in reset()
997 gPinStor_.shrink_to_fit(); in reset()
1039 gPinStor_.reserve(pb_->pins().size()); in init()
1042 gPinStor_.push_back(myGPin); in init()
1069 gPins_.reserve(gPinStor_.size()); in init()
1070 for(auto& gPin : gPinStor_) { in init()
1094 for(auto& gPin : gPinStor_) { in init()
H A DnesterovBase.h916 std::vector<GPin> gPinStor_; variable