Searched refs:found_first (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_spill.cpp95 unsigned found_first = affinities.size(); local in function:aco::__anond37687ce0110::spill_ctx::add_affinity
101 found_first = i;
106 if (found_first == affinities.size() && found_second == affinities.size()) {
108 } else if (found_first < affinities.size() && found_second == affinities.size()) {
109 affinities[found_first].push_back(second);
110 } else if (found_second < affinities.size() && found_first == affinities.size()) {
112 } else if (found_first != found_second) {
114 affinities[found_first].insert(affinities[found_first].end(),
119 assert(found_first
[all...]

Completed in 4 milliseconds