Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.h164 const std::vector<Instruction*>& interface_var_users,
183 const std::vector<Instruction*>& interface_var_users,
Dinterface_var_sroa.cpp323 const std::vector<Instruction*>& interface_var_users, in ReplaceComponentsOfInterfaceVarWith() argument
331 for (Instruction* interface_var_user : interface_var_users) { in ReplaceComponentsOfInterfaceVarWith()
343 interface_var, interface_var_users, scalar_interface_vars.GetComponents(), in ReplaceComponentsOfInterfaceVarWith()
351 const std::vector<Instruction*>& interface_var_users, in ReplaceMultipleComponentsOfInterfaceVarWith() argument
364 interface_var, interface_var_users, components[i], in ReplaceMultipleComponentsOfInterfaceVarWith()