Searched refs:var2store_ (Results 1 – 4 of 4) sorted by relevance
59 var2store_.clear(); in LocalSingleBlockLoadStoreElim()77 auto prev_store = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()78 if (prev_store != var2store_.end() && in LocalSingleBlockLoadStoreElim()96 var2store_[varId] = &*ii; in LocalSingleBlockLoadStoreElim()104 var2store_.erase(varId); in LocalSingleBlockLoadStoreElim()118 auto si = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()119 if (si != var2store_.end()) { in LocalSingleBlockLoadStoreElim()130 auto si = var2store_.find(varId); in LocalSingleBlockLoadStoreElim()131 if (si != var2store_.end()) instructions_to_save.insert(si->second); in LocalSingleBlockLoadStoreElim()147 var2store_.clear(); in LocalSingleBlockLoadStoreElim()
78 std::unordered_map<uint32_t, Instruction*> var2store_; variable
80 std::unordered_map<uint32_t, Instruction*> var2store_; variable