Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1120 std::unordered_map<spv::Id, int> varUseCount; in dceVars() local
1126 ++varUseCount[asId(start+2)]; in dceVars()
1131 ++varUseCount[asId(start+i)]; in dceVars()
1138 [&](spv::Id& id) { if (varUseCount[id]) ++varUseCount[id]; } in dceVars()
1153 if (id != spv::NoResult && varUseCount[id] == 1) in dceVars()