Searched refs:normal_uses (Results 1 – 2 of 2) sorted by relevance
41 OrderedUsesMap normal_uses; in Process() local56 Words& words = normal_uses[inst.GetSingleWordInOperand(0)]; in Process()89 const auto normal_uses_iter = normal_uses.find(group); in Process()90 if (normal_uses_iter != normal_uses.end()) { in Process()91 for (auto target : normal_uses[group]) { in Process()