Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh115 typedef Map<const Instance*,ExceptionPathSet*> InstanceExceptionsMap; typedef
1011 void deleteExceptionMap(InstanceExceptionsMap *&exception_map);
1054 InstanceExceptionsMap *exception_map,
1072 InstanceExceptionsMap *&exception_map);
1096 InstanceExceptionsMap *exception_map);
1342 InstanceExceptionsMap *first_from_inst_exceptions_;
1344 InstanceExceptionsMap *first_thru_inst_exceptions_;
1349 InstanceExceptionsMap *first_to_inst_exceptions_;
/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc4593 InstanceExceptionsMap *exception_map, in findMatchingExceptionsInsts()
4900 InstanceExceptionsMap *&exception_map) in recordExceptionInsts()
4907 exception_map = new InstanceExceptionsMap; in recordExceptionInsts()
5061 Sdc::deleteExceptionMap(InstanceExceptionsMap *&exception_map) in deleteExceptionMap()
5063 InstanceExceptionsMap::Iterator set_iter(exception_map); in deleteExceptionMap()
5260 InstanceExceptionsMap *exception_map) in unrecordExceptionInsts()