Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp385 std::vector<uint32_t> live_variables = GetLoadedVariables(inst); in MarkLoadedVariablesAsLive() local
386 for (uint32_t var_id : live_variables) { in MarkLoadedVariablesAsLive()
404 std::vector<uint32_t> live_variables; in GetLoadedVariableFromNonFunctionCalls() local
438 std::vector<uint32_t> live_variables; in GetLoadedVariablesFromFunctionCall() local
439 inst->ForEachInId([this, &live_variables](const uint32_t* operand_id) { in GetLoadedVariablesFromFunctionCall()
442 live_variables.push_back(var_id); in GetLoadedVariablesFromFunctionCall()
444 return live_variables; in GetLoadedVariablesFromFunctionCall()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp385 std::vector<uint32_t> live_variables = GetLoadedVariables(inst); in MarkLoadedVariablesAsLive() local
386 for (uint32_t var_id : live_variables) { in MarkLoadedVariablesAsLive()
404 std::vector<uint32_t> live_variables; in GetLoadedVariableFromNonFunctionCalls() local
438 std::vector<uint32_t> live_variables; in GetLoadedVariablesFromFunctionCall() local
439 inst->ForEachInId([this, &live_variables](const uint32_t* operand_id) { in GetLoadedVariablesFromFunctionCall()
442 live_variables.push_back(var_id); in GetLoadedVariablesFromFunctionCall()
444 return live_variables; in GetLoadedVariablesFromFunctionCall()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Daggressive_dead_code_elim_pass.cpp385 std::vector<uint32_t> live_variables = GetLoadedVariables(inst); in MarkLoadedVariablesAsLive() local
386 for (uint32_t var_id : live_variables) { in MarkLoadedVariablesAsLive()
404 std::vector<uint32_t> live_variables; in GetLoadedVariableFromNonFunctionCalls() local
438 std::vector<uint32_t> live_variables; in GetLoadedVariablesFromFunctionCall() local
439 inst->ForEachInId([this, &live_variables](const uint32_t* operand_id) { in GetLoadedVariablesFromFunctionCall()
442 live_variables.push_back(var_id); in GetLoadedVariablesFromFunctionCall()
444 return live_variables; in GetLoadedVariablesFromFunctionCall()