Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1957 … std::unordered_map<unsigned, Temp>::iterator orig_it = ctx.orig_names.find(pc.first.tempId()); in register_allocation() local
1959 if (orig_it != ctx.orig_names.end()) in register_allocation()
1960 orig = orig_it->second; in register_allocation()