HomeSort by relevance Sort by last modified time
    Searched refs:callee_var_itr (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 136 auto callee_var_itr = callee_block_itr->begin(); local
137 while (callee_var_itr->opcode() == SpvOp::SpvOpVariable) {
138 std::unique_ptr<Instruction> var_inst(callee_var_itr->Clone(context()));
140 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId);
142 (*callee2caller)[callee_var_itr->result_id()] = newId;
144 ++callee_var_itr;
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 146 auto callee_var_itr = callee_block_itr->begin(); local
147 while (callee_var_itr->opcode() == SpvOp::SpvOpVariable) {
148 std::unique_ptr<Instruction> var_inst(callee_var_itr->Clone(context()));
153 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId);
155 (*callee2caller)[callee_var_itr->result_id()] = newId;
157 ++callee_var_itr;

Completed in 136 milliseconds