Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.cpp60 std::vector<uint32_t> updated_pred_list; in RemoveNonExistingEdges() local
69 if (has_branch) updated_pred_list.push_back(id); in RemoveNonExistingEdges()
72 label2preds_.at(blk_id) = std::move(updated_pred_list); in RemoveNonExistingEdges()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg.cpp60 std::vector<uint32_t> updated_pred_list; in RemoveNonExistingEdges() local
69 if (has_branch) updated_pred_list.push_back(id); in RemoveNonExistingEdges()
72 label2preds_.at(blk_id) = std::move(updated_pred_list); in RemoveNonExistingEdges()