Home
last modified time | relevance | path

Searched refs:bb_to_id (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_util.cpp187 uint32_t bb_to_id, in CreateUnreachableEdgeInstruction() argument
191 assert(MaybeFindBlock(ir_context, bb_to_id) && "|bb_to_id| is invalid"); in CreateUnreachableEdgeInstruction()
211 {SPV_OPERAND_TYPE_ID, {condition_value ? successor_id : bb_to_id}}, in CreateUnreachableEdgeInstruction()
212 {SPV_OPERAND_TYPE_ID, {condition_value ? bb_to_id : successor_id}}}); in CreateUnreachableEdgeInstruction()
Dfuzzer_util.h79 uint32_t bb_to_id,