Searched refs:get_all_wires (Results 1 – 2 of 2) sorted by relevance
3150 RTLIL::Wire::get_all_wires()->insert(std::pair<unsigned int, RTLIL::Wire*>(hashidx_, this)); in Wire()3157 RTLIL::Wire::get_all_wires()->erase(hashidx_); in ~Wire()3163 std::map<unsigned int, RTLIL::Wire*> *RTLIL::Wire::get_all_wires(void) in get_all_wires() function in RTLIL::Wire
1475 static std::map<unsigned int, RTLIL::Wire*> *get_all_wires(void);