Searched refs:IsBlockType (Results 1 – 6 of 6) sorted by relevance
111 bool IsBlockType(uint32_t merge_block_id, BlockType type) const;
224 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert()482 if (!function->IsBlockType(header_block, kBlockTypeLoop)) { in StructuredControlFlowChecks()
214 bool Function::IsBlockType(uint32_t merge_block_id, BlockType type) const { in IsBlockType() function in spvtools::val::Function