Home
last modified time | relevance | path

Searched refs:arg_def_instr (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/source/opt/
Dpropagator.cpp148 Instruction* arg_def_instr = get_def_use_mgr()->GetDef(arg_id); in Simulate() local
149 if (!IsPhiArgExecutable(instr, i) || ShouldSimulateAgain(arg_def_instr)) { in Simulate()
Dmem_pass.cpp362 Instruction* arg_def_instr = get_def_use_mgr()->GetDef(arg_id); in RemovePhiOperands() local
363 BasicBlock* def_block = context()->get_instr_block(arg_def_instr); in RemovePhiOperands()
370 type_id = arg_def_instr->type_id(); in RemovePhiOperands()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpropagator.cpp148 Instruction* arg_def_instr = get_def_use_mgr()->GetDef(arg_id); in Simulate() local
149 if (!IsPhiArgExecutable(instr, i) || ShouldSimulateAgain(arg_def_instr)) { in Simulate()
Dmem_pass.cpp362 Instruction* arg_def_instr = get_def_use_mgr()->GetDef(arg_id); in RemovePhiOperands() local
363 BasicBlock* def_block = context()->get_instr_block(arg_def_instr); in RemovePhiOperands()
370 type_id = arg_def_instr->type_id(); in RemovePhiOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.cpp148 Instruction* arg_def_instr = get_def_use_mgr()->GetDef(arg_id); in Simulate() local
149 if (!IsPhiArgExecutable(instr, i) || ShouldSimulateAgain(arg_def_instr)) { in Simulate()
Dmem_pass.cpp362 Instruction* arg_def_instr = get_def_use_mgr()->GetDef(arg_id); in RemovePhiOperands() local
363 BasicBlock* def_block = context()->get_instr_block(arg_def_instr); in RemovePhiOperands()
370 type_id = arg_def_instr->type_id(); in RemovePhiOperands()