Searched refs:type2undefs_ (Results 1 – 4 of 4) sorted by relevance
233 const auto uitr = type2undefs_.find(type_id); in Type2Undef()234 if (uitr != type2undefs_.end()) return uitr->second; in Type2Undef()240 type2undefs_[type_id] = undefId; in Type2Undef()471 type2undefs_.clear(); in CollectTargetVars()
157 std::unordered_map<uint32_t, uint32_t> type2undefs_; variable