Searched defs:branch_instruction (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/val/
H A DBasicBlock.cpp74 void BasicBlock::RegisterBranchInstruction(SpvOp branch_instruction) { argument
75 if (branch_instruction == SpvOpUnreachable) reachable_ = false;
H A DFunction.cpp193 SpvOp branch_instruction) {
215 current_block_->RegisterBranchInstruction(branch_instruction);
192 RegisterBlockEnd(vector<uint32_t> next_list, SpvOp branch_instruction) argument
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
H A DBasicBlock.cpp74 void BasicBlock::RegisterBranchInstruction(SpvOp branch_instruction) { argument
75 if (branch_instruction == SpvOpUnreachable) reachable_ = false;
H A DFunction.cpp193 SpvOp branch_instruction) {
215 current_block_->RegisterBranchInstruction(branch_instruction);
192 RegisterBlockEnd(vector<uint32_t> next_list, SpvOp branch_instruction) argument

Completed in 94 milliseconds