Home
last modified time | relevance | path

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

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