Home
last modified time | relevance | path

Searched refs:next_instruction (Results 1 – 10 of 10) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/opt/
Dunify_const_pass.cpp112 for (Instruction *next_instruction, in Process() local
114 inst; inst = next_instruction) { in Process()
115 next_instruction = inst->NextNode(); in Process()
Dbasic_block.h269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local
271 inst = next_instruction; in WhileEachInst()
321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local
324 inst = next_instruction; in WhileEachPhiInst()
Dfunction.cpp90 Instruction* next_instruction = di->NextNode(); in WhileEachInst() local
92 di = next_instruction; in WhileEachInst()
Dir_context.cpp191 Instruction* next_instruction = nullptr; in KillInst() local
193 next_instruction = inst->NextNode(); in KillInst()
201 return next_instruction; in KillInst()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dunify_const_pass.cpp112 for (Instruction *next_instruction, in Process() local
114 inst; inst = next_instruction) { in Process()
115 next_instruction = inst->NextNode(); in Process()
Dbasic_block.h269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local
271 inst = next_instruction; in WhileEachInst()
321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local
324 inst = next_instruction; in WhileEachPhiInst()
Dir_context.cpp184 Instruction* next_instruction = nullptr; in KillInst() local
186 next_instruction = inst->NextNode(); in KillInst()
194 return next_instruction; in KillInst()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dunify_const_pass.cpp112 for (Instruction *next_instruction, in Process() local
114 inst; inst = next_instruction) { in Process()
115 next_instruction = inst->NextNode(); in Process()
Dbasic_block.h269 Instruction* next_instruction = inst->NextNode(); in WhileEachInst() local
271 inst = next_instruction; in WhileEachInst()
321 Instruction* next_instruction = inst->NextNode(); in WhileEachPhiInst() local
324 inst = next_instruction; in WhileEachPhiInst()
Dir_context.cpp184 Instruction* next_instruction = nullptr; in KillInst() local
186 next_instruction = inst->NextNode(); in KillInst()
194 return next_instruction; in KillInst()