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

  /external/deqp-deps/SPIRV-Tools/source/opt/
aggressive_dead_code_elim_pass.cpp 424 Instruction* inInst = get_def_use_mgr()->GetDef(*iid);
428 if (inInst->opcode() == SpvOpLabel && liveInst->IsBranch()) return;
429 AddToWorklist(inInst);
inline_pass.cpp 187 const Instruction* inInst = mapItr2->second;
188 std::unique_ptr<Instruction> sb_inst(inInst->Clone(context()));
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
aggressive_dead_code_elim_pass.cpp 424 Instruction* inInst = get_def_use_mgr()->GetDef(*iid);
428 if (inInst->opcode() == SpvOpLabel && liveInst->IsBranch()) return;
429 AddToWorklist(inInst);
inline_pass.cpp 211 const Instruction* inInst = mapItr2->second;
212 std::unique_ptr<Instruction> sb_inst(inInst->Clone(context()));

Completed in 97 milliseconds