Searched refs:interface_var_users (Results 1 – 2 of 2) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | interface_var_sroa.h | 164 const std::vector<Instruction*>& interface_var_users, 183 const std::vector<Instruction*>& interface_var_users,
|
D | interface_var_sroa.cpp | 323 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()
|