From 50810daf826bed2a8a52ee1348c4113d2fff15b0 Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Mon, 15 Jul 2024 14:21:45 -0400 Subject: [PATCH] Update dependency libraries to match Vulkan SDK 1.3.290. - Update Whats_New.md document. --- Docs/Whats_New.md | 27 +- .../project.pbxproj | 8726 +++++++++-------- ExternalRevisions/SPIRV-Cross_repo_revision | 2 +- ExternalRevisions/Volk_repo_revision | 2 +- .../Vulkan-Headers_repo_revision | 2 +- ExternalRevisions/Vulkan-Tools_repo_revision | 2 +- ExternalRevisions/glslang_repo_revision | 2 +- Templates/spirv-tools/build.zip | Bin 57842 -> 58253 bytes 8 files changed, 4423 insertions(+), 4340 deletions(-) diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md index 3650cc48e..73f0aa0b5 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -16,7 +16,7 @@ Copyright (c) 2015-2024 [The Brenwill Workshop Ltd.](http://www.brenwill.com) MoltenVK 1.2.10 --------------- -Released TBD +Released 2024-07-15 - Improvements to bindless resources and descriptor indexing: - Add support for _Metal 3_ argument buffers. @@ -25,19 +25,42 @@ Released TBD - Use Metal argument buffers by default when they are available. - Revert `MVKConfiguration::useMetalArgumentBuffers` and env var `MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS` to a boolean value, and enable it by default. + - Support multiplanar images in _Metal_ argument buffers. - Support a descriptor pool with less descriptors than the descriptor set layout, as long as the pool has enough descriptors for the variable descriptor count, - Update max number of bindless buffers and textures per stage to 1M, per Apple Docs. + - Track `OpArrayLength` buffer-sizes buffer as an auxiliary buffer in each descriptor set + argument buffer, as this is how SPIRV-Cross expects it. - Add option to generate a GPU capture via a temporary named pipe from an external process. - Fix shader conversion failure when using native texture atomics. - MSL shader conversion, only pass resource bindings that apply to current shader stage. +- Graphics pipeline better support dynamic patch control points. +- Fix crash when `VkPipelineShaderStageCreateInfo::pTessellationState` is null. - Update documentation for minimum runtime OS requirements to indicate _macOS 10.15_, _iOS 13_, or _tvOS 13_. - Add support for _Xcode 16_, _macOS 15 SDK_, _iOS 18 SDK_, and _MSL 3.2_. +- Enforce barrier when sampling timestamps. +- Update Github CI versions to use Github's latest _macOS_ and default _Xcode_, + and update legacy CI support to _macOS 12_ and _Xcode 13.4.1_. +- Update dependency libraries to match _Vulkan SDK 1.3.290_. - Update `MVK_PRIVATE_API_VERSION` to version `42`. - Update to latest SPIRV-Cross: - MSL: Add option to force depth write in fragment shaders - MSL: Improve handling of padded descriptors with argument buffers - - MSL: Support ConstOffsets on image gather. + - MSL: Support `ConstOffsets` on image gather. + - MSL: Image gather `ConstOffsets` supports multiple address spaces. + - MSL: Support a runtime array with dynamic offset in an argument buffer. + - MSL: Support descriptor sets with recursive content when using argument buffers. + - MSL: Don't bother supporting invalid multi-dimensional dynamic buffers. + - MSL: Do not overwrite `rez_bind` when padding. + - MSL: Only consider padding for non-aliased resources. + - MSL: Always use layout-declared array size for argument buffers. + - MSL: Allow UBO/SSBO resources to get the layout-derived size as well. + - MSL: Improve handling of padded descriptors with argument buffers. + - MSL: Fix invalid packing for pointer-to-vector. + - MSL: Handle `OpPtrAccessChain` with ArrayStride + - MSL: Consider pointer arithmetic for `OpPtrAccessChain`. + - MSL: Cast to packed format when using unexpected stride. + - MSL: Minor fix to resource type of `spvBufferSizeConstants` array indexes. diff --git a/ExternalDependencies.xcodeproj/project.pbxproj b/ExternalDependencies.xcodeproj/project.pbxproj index 27442c7b9..2ef71f208 100644 --- a/ExternalDependencies.xcodeproj/project.pbxproj +++ b/ExternalDependencies.xcodeproj/project.pbxproj @@ -419,1293 +419,1746 @@ A997FB2726865A560006F71B /* Link.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A997F9CD26865A550006F71B /* Link.cpp */; }; A997FB2826865A560006F71B /* Link.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A997F9CD26865A550006F71B /* Link.cpp */; }; A997FB2926865A560006F71B /* Link.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A997F9CD26865A550006F71B /* Link.cpp */; }; - A9F7B35929425A1800B30DA7 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B00D29425A1700B30DA7 /* spirv_target_env.cpp */; }; - A9F7B35A29425A1800B30DA7 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B00D29425A1700B30DA7 /* spirv_target_env.cpp */; }; - A9F7B35B29425A1800B30DA7 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B00D29425A1700B30DA7 /* spirv_target_env.cpp */; }; - A9F7B35C29425A1800B30DA7 /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00E29425A1700B30DA7 /* spirv_fuzzer_options.h */; }; - A9F7B35D29425A1800B30DA7 /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00E29425A1700B30DA7 /* spirv_fuzzer_options.h */; }; - A9F7B35E29425A1800B30DA7 /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00E29425A1700B30DA7 /* spirv_fuzzer_options.h */; }; - A9F7B35F29425A1800B30DA7 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00F29425A1700B30DA7 /* assembly_grammar.h */; }; - A9F7B36029425A1800B30DA7 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00F29425A1700B30DA7 /* assembly_grammar.h */; }; - A9F7B36129425A1800B30DA7 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00F29425A1700B30DA7 /* assembly_grammar.h */; }; - A9F7B36229425A1800B30DA7 /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01229425A1700B30DA7 /* lint_divergent_derivatives.cpp */; }; - A9F7B36329425A1800B30DA7 /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01229425A1700B30DA7 /* lint_divergent_derivatives.cpp */; }; - A9F7B36429425A1800B30DA7 /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01229425A1700B30DA7 /* lint_divergent_derivatives.cpp */; }; - A9F7B36529425A1800B30DA7 /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01329425A1700B30DA7 /* linter.cpp */; }; - A9F7B36629425A1800B30DA7 /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01329425A1700B30DA7 /* linter.cpp */; }; - A9F7B36729425A1800B30DA7 /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01329425A1700B30DA7 /* linter.cpp */; }; - A9F7B36829425A1800B30DA7 /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01429425A1700B30DA7 /* divergence_analysis.cpp */; }; - A9F7B36929425A1800B30DA7 /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01429425A1700B30DA7 /* divergence_analysis.cpp */; }; - A9F7B36A29425A1800B30DA7 /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01429425A1700B30DA7 /* divergence_analysis.cpp */; }; - A9F7B36B29425A1800B30DA7 /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01529425A1700B30DA7 /* lints.h */; }; - A9F7B36C29425A1800B30DA7 /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01529425A1700B30DA7 /* lints.h */; }; - A9F7B36D29425A1800B30DA7 /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01529425A1700B30DA7 /* lints.h */; }; - A9F7B36E29425A1800B30DA7 /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01629425A1700B30DA7 /* divergence_analysis.h */; }; - A9F7B36F29425A1800B30DA7 /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01629425A1700B30DA7 /* divergence_analysis.h */; }; - A9F7B37029425A1800B30DA7 /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01629425A1700B30DA7 /* divergence_analysis.h */; }; - A9F7B37129425A1800B30DA7 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01729425A1700B30DA7 /* enum_set.h */; }; - A9F7B37229425A1800B30DA7 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01729425A1700B30DA7 /* enum_set.h */; }; - A9F7B37329425A1800B30DA7 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01729425A1700B30DA7 /* enum_set.h */; }; - A9F7B37429425A1800B30DA7 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01929425A1700B30DA7 /* text.cpp */; }; - A9F7B37529425A1800B30DA7 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01929425A1700B30DA7 /* text.cpp */; }; - A9F7B37629425A1800B30DA7 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01929425A1700B30DA7 /* text.cpp */; }; - A9F7B37729425A1800B30DA7 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01A29425A1700B30DA7 /* assembly_grammar.cpp */; }; - A9F7B37829425A1800B30DA7 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01A29425A1700B30DA7 /* assembly_grammar.cpp */; }; - A9F7B37929425A1800B30DA7 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01A29425A1700B30DA7 /* assembly_grammar.cpp */; }; - A9F7B37A29425A1800B30DA7 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01B29425A1700B30DA7 /* text.h */; }; - A9F7B37B29425A1800B30DA7 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01B29425A1700B30DA7 /* text.h */; }; - A9F7B37C29425A1800B30DA7 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01B29425A1700B30DA7 /* text.h */; }; - A9F7B37D29425A1800B30DA7 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01C29425A1700B30DA7 /* extensions.cpp */; }; - A9F7B37E29425A1800B30DA7 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01C29425A1700B30DA7 /* extensions.cpp */; }; - A9F7B37F29425A1800B30DA7 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01C29425A1700B30DA7 /* extensions.cpp */; }; - A9F7B38029425A1800B30DA7 /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01D29425A1700B30DA7 /* pch_source.cpp */; }; - A9F7B38129425A1800B30DA7 /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01D29425A1700B30DA7 /* pch_source.cpp */; }; - A9F7B38229425A1800B30DA7 /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01D29425A1700B30DA7 /* pch_source.cpp */; }; - A9F7B38329425A1800B30DA7 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01F29425A1700B30DA7 /* parse_number.h */; }; - A9F7B38429425A1800B30DA7 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01F29425A1700B30DA7 /* parse_number.h */; }; - A9F7B38529425A1800B30DA7 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01F29425A1700B30DA7 /* parse_number.h */; }; - A9F7B38629425A1800B30DA7 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02029425A1700B30DA7 /* ilist_node.h */; }; - A9F7B38729425A1800B30DA7 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02029425A1700B30DA7 /* ilist_node.h */; }; - A9F7B38829425A1800B30DA7 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02029425A1700B30DA7 /* ilist_node.h */; }; - A9F7B38929425A1800B30DA7 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02129425A1700B30DA7 /* make_unique.h */; }; - A9F7B38A29425A1800B30DA7 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02129425A1700B30DA7 /* make_unique.h */; }; - A9F7B38B29425A1800B30DA7 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02129425A1700B30DA7 /* make_unique.h */; }; - A9F7B38C29425A1800B30DA7 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02229425A1700B30DA7 /* string_utils.h */; }; - A9F7B38D29425A1800B30DA7 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02229425A1700B30DA7 /* string_utils.h */; }; - A9F7B38E29425A1800B30DA7 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02229425A1700B30DA7 /* string_utils.h */; }; - A9F7B38F29425A1800B30DA7 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02329425A1700B30DA7 /* small_vector.h */; }; - A9F7B39029425A1800B30DA7 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02329425A1700B30DA7 /* small_vector.h */; }; - A9F7B39129425A1800B30DA7 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02329425A1700B30DA7 /* small_vector.h */; }; - A9F7B39229425A1800B30DA7 /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02429425A1700B30DA7 /* hash_combine.h */; }; - A9F7B39329425A1800B30DA7 /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02429425A1700B30DA7 /* hash_combine.h */; }; - A9F7B39429425A1800B30DA7 /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02429425A1700B30DA7 /* hash_combine.h */; }; - A9F7B39529425A1800B30DA7 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02529425A1700B30DA7 /* timer.cpp */; }; - A9F7B39629425A1800B30DA7 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02529425A1700B30DA7 /* timer.cpp */; }; - A9F7B39729425A1800B30DA7 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02529425A1700B30DA7 /* timer.cpp */; }; - A9F7B39829425A1800B30DA7 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02629425A1700B30DA7 /* timer.h */; }; - A9F7B39929425A1800B30DA7 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02629425A1700B30DA7 /* timer.h */; }; - A9F7B39A29425A1800B30DA7 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02629425A1700B30DA7 /* timer.h */; }; - A9F7B39B29425A1800B30DA7 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02729425A1700B30DA7 /* string_utils.cpp */; }; - A9F7B39C29425A1800B30DA7 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02729425A1700B30DA7 /* string_utils.cpp */; }; - A9F7B39D29425A1800B30DA7 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02729425A1700B30DA7 /* string_utils.cpp */; }; - A9F7B39E29425A1800B30DA7 /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02829425A1700B30DA7 /* bit_vector.h */; }; - A9F7B39F29425A1800B30DA7 /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02829425A1700B30DA7 /* bit_vector.h */; }; - A9F7B3A029425A1800B30DA7 /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02829425A1700B30DA7 /* bit_vector.h */; }; - A9F7B3A129425A1800B30DA7 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02929425A1700B30DA7 /* bitutils.h */; }; - A9F7B3A229425A1800B30DA7 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02929425A1700B30DA7 /* bitutils.h */; }; - A9F7B3A329425A1800B30DA7 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02929425A1700B30DA7 /* bitutils.h */; }; - A9F7B3A429425A1800B30DA7 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02A29425A1700B30DA7 /* hex_float.h */; }; - A9F7B3A529425A1800B30DA7 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02A29425A1700B30DA7 /* hex_float.h */; }; - A9F7B3A629425A1800B30DA7 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02A29425A1700B30DA7 /* hex_float.h */; }; - A9F7B3A729425A1800B30DA7 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02B29425A1700B30DA7 /* parse_number.cpp */; }; - A9F7B3A829425A1800B30DA7 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02B29425A1700B30DA7 /* parse_number.cpp */; }; - A9F7B3A929425A1800B30DA7 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02B29425A1700B30DA7 /* parse_number.cpp */; }; - A9F7B3AA29425A1800B30DA7 /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02C29425A1700B30DA7 /* bit_vector.cpp */; }; - A9F7B3AB29425A1800B30DA7 /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02C29425A1700B30DA7 /* bit_vector.cpp */; }; - A9F7B3AC29425A1800B30DA7 /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02C29425A1700B30DA7 /* bit_vector.cpp */; }; - A9F7B3AD29425A1800B30DA7 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02D29425A1700B30DA7 /* ilist.h */; }; - A9F7B3AE29425A1800B30DA7 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02D29425A1700B30DA7 /* ilist.h */; }; - A9F7B3AF29425A1800B30DA7 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02D29425A1700B30DA7 /* ilist.h */; }; - A9F7B3B029425A1800B30DA7 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02E29425A1700B30DA7 /* spirv_target_env.h */; }; - A9F7B3B129425A1800B30DA7 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02E29425A1700B30DA7 /* spirv_target_env.h */; }; - A9F7B3B229425A1800B30DA7 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02E29425A1700B30DA7 /* spirv_target_env.h */; }; - A9F7B3B329425A1800B30DA7 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02F29425A1700B30DA7 /* table.cpp */; }; - A9F7B3B429425A1800B30DA7 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02F29425A1700B30DA7 /* table.cpp */; }; - A9F7B3B529425A1800B30DA7 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02F29425A1700B30DA7 /* table.cpp */; }; - A9F7B3B629425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03129425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.h */; }; - A9F7B3B729425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03129425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.h */; }; - A9F7B3B829425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03129425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.h */; }; - A9F7B3B929425A1800B30DA7 /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03229425A1700B30DA7 /* remove_selection_reduction_opportunity.cpp */; }; - A9F7B3BA29425A1800B30DA7 /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03229425A1700B30DA7 /* remove_selection_reduction_opportunity.cpp */; }; - A9F7B3BB29425A1800B30DA7 /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03229425A1700B30DA7 /* remove_selection_reduction_opportunity.cpp */; }; - A9F7B3BC29425A1800B30DA7 /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03329425A1700B30DA7 /* remove_block_reduction_opportunity.h */; }; - A9F7B3BD29425A1800B30DA7 /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03329425A1700B30DA7 /* remove_block_reduction_opportunity.h */; }; - A9F7B3BE29425A1800B30DA7 /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03329425A1700B30DA7 /* remove_block_reduction_opportunity.h */; }; - A9F7B3BF29425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03429425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; - A9F7B3C029425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03429425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; - A9F7B3C129425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03429425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; - A9F7B3C229425A1800B30DA7 /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03529425A1700B30DA7 /* reduction_pass.cpp */; }; - A9F7B3C329425A1800B30DA7 /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03529425A1700B30DA7 /* reduction_pass.cpp */; }; - A9F7B3C429425A1800B30DA7 /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03529425A1700B30DA7 /* reduction_pass.cpp */; }; - A9F7B3C529425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03629425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.h */; }; - A9F7B3C629425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03629425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.h */; }; - A9F7B3C729425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03629425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.h */; }; - A9F7B3C829425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03729425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp */; }; - A9F7B3C929425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03729425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp */; }; - A9F7B3CA29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03729425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp */; }; - A9F7B3CB29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03829425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.h */; }; - A9F7B3CC29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03829425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.h */; }; - A9F7B3CD29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03829425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.h */; }; - A9F7B3CE29425A1800B30DA7 /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03A29425A1700B30DA7 /* reduction_util.cpp */; }; - A9F7B3CF29425A1800B30DA7 /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03A29425A1700B30DA7 /* reduction_util.cpp */; }; - A9F7B3D029425A1800B30DA7 /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03A29425A1700B30DA7 /* reduction_util.cpp */; }; - A9F7B3D129425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03B29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h */; }; - A9F7B3D229425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03B29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h */; }; - A9F7B3D329425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03B29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h */; }; - A9F7B3D429425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03C29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; - A9F7B3D529425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03C29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; - A9F7B3D629425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03C29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; - A9F7B3D729425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03D29425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; - A9F7B3D829425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03D29425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; - A9F7B3D929425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03D29425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; - A9F7B3DA29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03E29425A1700B30DA7 /* remove_function_reduction_opportunity_finder.cpp */; }; - A9F7B3DB29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03E29425A1700B30DA7 /* remove_function_reduction_opportunity_finder.cpp */; }; - A9F7B3DC29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03E29425A1700B30DA7 /* remove_function_reduction_opportunity_finder.cpp */; }; - A9F7B3DD29425A1800B30DA7 /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03F29425A1700B30DA7 /* remove_instruction_reduction_opportunity.h */; }; - A9F7B3DE29425A1800B30DA7 /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03F29425A1700B30DA7 /* remove_instruction_reduction_opportunity.h */; }; - A9F7B3DF29425A1800B30DA7 /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03F29425A1700B30DA7 /* remove_instruction_reduction_opportunity.h */; }; - A9F7B3E029425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; - A9F7B3E129425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; - A9F7B3E229425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; - A9F7B3E329425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04129425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; - A9F7B3E429425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04129425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; - A9F7B3E529425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04129425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; - A9F7B3E629425A1800B30DA7 /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04229425A1700B30DA7 /* remove_function_reduction_opportunity.cpp */; }; - A9F7B3E729425A1800B30DA7 /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04229425A1700B30DA7 /* remove_function_reduction_opportunity.cpp */; }; - A9F7B3E829425A1800B30DA7 /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04229425A1700B30DA7 /* remove_function_reduction_opportunity.cpp */; }; - A9F7B3E929425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04329425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; - A9F7B3EA29425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04329425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; - A9F7B3EB29425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04329425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; - A9F7B3EC29425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04429425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.cpp */; }; - A9F7B3ED29425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04429425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.cpp */; }; - A9F7B3EE29425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04429425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.cpp */; }; - A9F7B3EF29425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04529425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; - A9F7B3F029425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04529425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; - A9F7B3F129425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04529425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; - A9F7B3F229425A1800B30DA7 /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04629425A1700B30DA7 /* remove_struct_member_reduction_opportunity.h */; }; - A9F7B3F329425A1800B30DA7 /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04629425A1700B30DA7 /* remove_struct_member_reduction_opportunity.h */; }; - A9F7B3F429425A1800B30DA7 /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04629425A1700B30DA7 /* remove_struct_member_reduction_opportunity.h */; }; - A9F7B3F529425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04729425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; - A9F7B3F629425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04729425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; - A9F7B3F729425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04729425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; - A9F7B3F829425A1800B30DA7 /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04829425A1700B30DA7 /* merge_blocks_reduction_opportunity.cpp */; }; - A9F7B3F929425A1800B30DA7 /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04829425A1700B30DA7 /* merge_blocks_reduction_opportunity.cpp */; }; - A9F7B3FA29425A1800B30DA7 /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04829425A1700B30DA7 /* merge_blocks_reduction_opportunity.cpp */; }; - A9F7B3FB29425A1800B30DA7 /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04929425A1700B30DA7 /* change_operand_reduction_opportunity.cpp */; }; - A9F7B3FC29425A1800B30DA7 /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04929425A1700B30DA7 /* change_operand_reduction_opportunity.cpp */; }; - A9F7B3FD29425A1800B30DA7 /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04929425A1700B30DA7 /* change_operand_reduction_opportunity.cpp */; }; - A9F7B3FE29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04A29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.h */; }; - A9F7B3FF29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04A29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.h */; }; - A9F7B40029425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04A29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.h */; }; - A9F7B40129425A1800B30DA7 /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04B29425A1700B30DA7 /* remove_function_reduction_opportunity.h */; }; - A9F7B40229425A1800B30DA7 /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04B29425A1700B30DA7 /* remove_function_reduction_opportunity.h */; }; - A9F7B40329425A1800B30DA7 /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04B29425A1700B30DA7 /* remove_function_reduction_opportunity.h */; }; - A9F7B40429425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04C29425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h */; }; - A9F7B40529425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04C29425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h */; }; - A9F7B40629425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04C29425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h */; }; - A9F7B40729425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04D29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.h */; }; - A9F7B40829425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04D29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.h */; }; - A9F7B40929425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04D29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.h */; }; - A9F7B40A29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04E29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; - A9F7B40B29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04E29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; - A9F7B40C29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04E29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; - A9F7B40D29425A1800B30DA7 /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04F29425A1700B30DA7 /* remove_selection_reduction_opportunity.h */; }; - A9F7B40E29425A1800B30DA7 /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04F29425A1700B30DA7 /* remove_selection_reduction_opportunity.h */; }; - A9F7B40F29425A1800B30DA7 /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04F29425A1700B30DA7 /* remove_selection_reduction_opportunity.h */; }; - A9F7B41029425A1800B30DA7 /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05029425A1700B30DA7 /* remove_instruction_reduction_opportunity.cpp */; }; - A9F7B41129425A1800B30DA7 /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05029425A1700B30DA7 /* remove_instruction_reduction_opportunity.cpp */; }; - A9F7B41229425A1800B30DA7 /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05029425A1700B30DA7 /* remove_instruction_reduction_opportunity.cpp */; }; - A9F7B41329425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05129425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.h */; }; - A9F7B41429425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05129425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.h */; }; - A9F7B41529425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05129425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.h */; }; - A9F7B41629425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05229425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.h */; }; - A9F7B41729425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05229425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.h */; }; - A9F7B41829425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05229425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.h */; }; - A9F7B41929425A1800B30DA7 /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05329425A1700B30DA7 /* pch_source_reduce.cpp */; }; - A9F7B41A29425A1800B30DA7 /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05329425A1700B30DA7 /* pch_source_reduce.cpp */; }; - A9F7B41B29425A1800B30DA7 /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05329425A1700B30DA7 /* pch_source_reduce.cpp */; }; - A9F7B41C29425A1800B30DA7 /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05429425A1700B30DA7 /* remove_struct_member_reduction_opportunity.cpp */; }; - A9F7B41D29425A1800B30DA7 /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05429425A1700B30DA7 /* remove_struct_member_reduction_opportunity.cpp */; }; - A9F7B41E29425A1800B30DA7 /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05429425A1700B30DA7 /* remove_struct_member_reduction_opportunity.cpp */; }; - A9F7B41F29425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05529425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; - A9F7B42029425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05529425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; - A9F7B42129425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05529425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; - A9F7B42229425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05629425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; - A9F7B42329425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05629425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; - A9F7B42429425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05629425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; - A9F7B42529425A1800B30DA7 /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05729425A1700B30DA7 /* reducer.cpp */; }; - A9F7B42629425A1800B30DA7 /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05729425A1700B30DA7 /* reducer.cpp */; }; - A9F7B42729425A1800B30DA7 /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05729425A1700B30DA7 /* reducer.cpp */; }; - A9F7B42829425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05829425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp */; }; - A9F7B42929425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05829425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp */; }; - A9F7B42A29425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05829425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp */; }; - A9F7B42B29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05929425A1700B30DA7 /* remove_function_reduction_opportunity_finder.h */; }; - A9F7B42C29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05929425A1700B30DA7 /* remove_function_reduction_opportunity_finder.h */; }; - A9F7B42D29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05929425A1700B30DA7 /* remove_function_reduction_opportunity_finder.h */; }; - A9F7B42E29425A1800B30DA7 /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05A29425A1700B30DA7 /* pch_source_reduce.h */; }; - A9F7B42F29425A1800B30DA7 /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05A29425A1700B30DA7 /* pch_source_reduce.h */; }; - A9F7B43029425A1800B30DA7 /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05A29425A1700B30DA7 /* pch_source_reduce.h */; }; - A9F7B43129425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05B29425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp */; }; - A9F7B43229425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05B29425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp */; }; - A9F7B43329425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05B29425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp */; }; - A9F7B43429425A1800B30DA7 /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05C29425A1700B30DA7 /* reduction_opportunity.cpp */; }; - A9F7B43529425A1800B30DA7 /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05C29425A1700B30DA7 /* reduction_opportunity.cpp */; }; - A9F7B43629425A1800B30DA7 /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05C29425A1700B30DA7 /* reduction_opportunity.cpp */; }; - A9F7B43729425A1800B30DA7 /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05D29425A1700B30DA7 /* reducer.h */; }; - A9F7B43829425A1800B30DA7 /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05D29425A1700B30DA7 /* reducer.h */; }; - A9F7B43929425A1800B30DA7 /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05D29425A1700B30DA7 /* reducer.h */; }; - A9F7B43A29425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05E29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp */; }; - A9F7B43B29425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05E29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp */; }; - A9F7B43C29425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05E29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp */; }; - A9F7B43D29425A1800B30DA7 /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05F29425A1700B30DA7 /* reduction_opportunity.h */; }; - A9F7B43E29425A1800B30DA7 /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05F29425A1700B30DA7 /* reduction_opportunity.h */; }; - A9F7B43F29425A1800B30DA7 /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05F29425A1700B30DA7 /* reduction_opportunity.h */; }; - A9F7B44029425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; - A9F7B44129425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; - A9F7B44229425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; - A9F7B44329425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06129425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; - A9F7B44429425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06129425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; - A9F7B44529425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06129425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; - A9F7B44629425A1800B30DA7 /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06229425A1700B30DA7 /* reduction_opportunity_finder.h */; }; - A9F7B44729425A1800B30DA7 /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06229425A1700B30DA7 /* reduction_opportunity_finder.h */; }; - A9F7B44829425A1800B30DA7 /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06229425A1700B30DA7 /* reduction_opportunity_finder.h */; }; - A9F7B44929425A1800B30DA7 /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06329425A1700B30DA7 /* change_operand_reduction_opportunity.h */; }; - A9F7B44A29425A1800B30DA7 /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06329425A1700B30DA7 /* change_operand_reduction_opportunity.h */; }; - A9F7B44B29425A1800B30DA7 /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06329425A1700B30DA7 /* change_operand_reduction_opportunity.h */; }; - A9F7B44C29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06429425A1700B30DA7 /* remove_block_reduction_opportunity_finder.h */; }; - A9F7B44D29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06429425A1700B30DA7 /* remove_block_reduction_opportunity_finder.h */; }; - A9F7B44E29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06429425A1700B30DA7 /* remove_block_reduction_opportunity_finder.h */; }; - A9F7B44F29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06529425A1700B30DA7 /* remove_block_reduction_opportunity_finder.cpp */; }; - A9F7B45029425A1800B30DA7 /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06529425A1700B30DA7 /* remove_block_reduction_opportunity_finder.cpp */; }; - A9F7B45129425A1800B30DA7 /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06529425A1700B30DA7 /* remove_block_reduction_opportunity_finder.cpp */; }; - A9F7B45229425A1800B30DA7 /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06629425A1700B30DA7 /* reduction_util.h */; }; - A9F7B45329425A1800B30DA7 /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06629425A1700B30DA7 /* reduction_util.h */; }; - A9F7B45429425A1800B30DA7 /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06629425A1700B30DA7 /* reduction_util.h */; }; - A9F7B45529425A1800B30DA7 /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06729425A1700B30DA7 /* merge_blocks_reduction_opportunity.h */; }; - A9F7B45629425A1800B30DA7 /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06729425A1700B30DA7 /* merge_blocks_reduction_opportunity.h */; }; - A9F7B45729425A1800B30DA7 /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06729425A1700B30DA7 /* merge_blocks_reduction_opportunity.h */; }; - A9F7B45829425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06829425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; - A9F7B45929425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06829425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; - A9F7B45A29425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06829425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; - A9F7B45B29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06929425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp */; }; - A9F7B45C29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06929425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp */; }; - A9F7B45D29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06929425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp */; }; - A9F7B45E29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06A29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp */; }; - A9F7B45F29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06A29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp */; }; - A9F7B46029425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06A29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp */; }; - A9F7B46129425A1800B30DA7 /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06B29425A1700B30DA7 /* remove_block_reduction_opportunity.cpp */; }; - A9F7B46229425A1800B30DA7 /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06B29425A1700B30DA7 /* remove_block_reduction_opportunity.cpp */; }; - A9F7B46329425A1800B30DA7 /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06B29425A1700B30DA7 /* remove_block_reduction_opportunity.cpp */; }; - A9F7B46429425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06C29425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; - A9F7B46529425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06C29425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; - A9F7B46629425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06C29425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; - A9F7B46729425A1800B30DA7 /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06D29425A1700B30DA7 /* reduction_opportunity_finder.cpp */; }; - A9F7B46829425A1800B30DA7 /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06D29425A1700B30DA7 /* reduction_opportunity_finder.cpp */; }; - A9F7B46929425A1800B30DA7 /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06D29425A1700B30DA7 /* reduction_opportunity_finder.cpp */; }; - A9F7B46A29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06E29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; - A9F7B46B29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06E29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; - A9F7B46C29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06E29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; - A9F7B46D29425A1800B30DA7 /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06F29425A1700B30DA7 /* reduction_pass.h */; }; - A9F7B46E29425A1800B30DA7 /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06F29425A1700B30DA7 /* reduction_pass.h */; }; - A9F7B46F29425A1800B30DA7 /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06F29425A1700B30DA7 /* reduction_pass.h */; }; - A9F7B47029425A1800B30DA7 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07029425A1700B30DA7 /* latest_version_opencl_std_header.h */; }; - A9F7B47129425A1800B30DA7 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07029425A1700B30DA7 /* latest_version_opencl_std_header.h */; }; - A9F7B47229425A1800B30DA7 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07029425A1700B30DA7 /* latest_version_opencl_std_header.h */; }; - A9F7B47329425A1800B30DA7 /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07129425A1700B30DA7 /* spirv_optimizer_options.cpp */; }; - A9F7B47429425A1800B30DA7 /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07129425A1700B30DA7 /* spirv_optimizer_options.cpp */; }; - A9F7B47529425A1800B30DA7 /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07129425A1700B30DA7 /* spirv_optimizer_options.cpp */; }; - A9F7B47629425A1800B30DA7 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07229425A1700B30DA7 /* cfa.h */; }; - A9F7B47729425A1800B30DA7 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07229425A1700B30DA7 /* cfa.h */; }; - A9F7B47829425A1800B30DA7 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07229425A1700B30DA7 /* cfa.h */; }; - A9F7B47929425A1800B30DA7 /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07329425A1700B30DA7 /* pch_source.h */; }; - A9F7B47A29425A1800B30DA7 /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07329425A1700B30DA7 /* pch_source.h */; }; - A9F7B47B29425A1800B30DA7 /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07329425A1700B30DA7 /* pch_source.h */; }; - A9F7B47C29425A1800B30DA7 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07429425A1700B30DA7 /* enum_string_mapping.h */; }; - A9F7B47D29425A1800B30DA7 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07429425A1700B30DA7 /* enum_string_mapping.h */; }; - A9F7B47E29425A1800B30DA7 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07429425A1700B30DA7 /* enum_string_mapping.h */; }; - A9F7B47F29425A1800B30DA7 /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07529425A1700B30DA7 /* spirv_fuzzer_options.cpp */; }; - A9F7B48029425A1800B30DA7 /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07529425A1700B30DA7 /* spirv_fuzzer_options.cpp */; }; - A9F7B48129425A1800B30DA7 /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07529425A1700B30DA7 /* spirv_fuzzer_options.cpp */; }; - A9F7B48229425A1800B30DA7 /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07629425A1700B30DA7 /* spirv_reducer_options.h */; }; - A9F7B48329425A1800B30DA7 /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07629425A1700B30DA7 /* spirv_reducer_options.h */; }; - A9F7B48429425A1800B30DA7 /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07629425A1700B30DA7 /* spirv_reducer_options.h */; }; - A9F7B48529425A1800B30DA7 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07729425A1700B30DA7 /* spirv_validator_options.cpp */; }; - A9F7B48629425A1800B30DA7 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07729425A1700B30DA7 /* spirv_validator_options.cpp */; }; - A9F7B48729425A1800B30DA7 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07729425A1700B30DA7 /* spirv_validator_options.cpp */; }; - A9F7B48B29425A1800B30DA7 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07E29425A1700B30DA7 /* print.cpp */; }; - A9F7B48C29425A1800B30DA7 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07E29425A1700B30DA7 /* print.cpp */; }; - A9F7B48D29425A1800B30DA7 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07E29425A1700B30DA7 /* print.cpp */; }; - A9F7B48E29425A1800B30DA7 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07F29425A1700B30DA7 /* spirv_definition.h */; }; - A9F7B48F29425A1800B30DA7 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07F29425A1700B30DA7 /* spirv_definition.h */; }; - A9F7B49029425A1800B30DA7 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07F29425A1700B30DA7 /* spirv_definition.h */; }; - A9F7B49129425A1800B30DA7 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08029425A1700B30DA7 /* operand.h */; }; - A9F7B49229425A1800B30DA7 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08029425A1700B30DA7 /* operand.h */; }; - A9F7B49329425A1800B30DA7 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08029425A1700B30DA7 /* operand.h */; }; - A9F7B49429425A1800B30DA7 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08129425A1700B30DA7 /* spirv_endian.cpp */; }; - A9F7B49529425A1800B30DA7 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08129425A1700B30DA7 /* spirv_endian.cpp */; }; - A9F7B49629425A1800B30DA7 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08129425A1700B30DA7 /* spirv_endian.cpp */; }; - A9F7B49729425A1800B30DA7 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08229425A1700B30DA7 /* macro.h */; }; - A9F7B49829425A1800B30DA7 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08229425A1700B30DA7 /* macro.h */; }; - A9F7B49929425A1800B30DA7 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08229425A1700B30DA7 /* macro.h */; }; - A9F7B49A29425A1800B30DA7 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08329425A1700B30DA7 /* spirv_constant.h */; }; - A9F7B49B29425A1800B30DA7 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08329425A1700B30DA7 /* spirv_constant.h */; }; - A9F7B49C29425A1900B30DA7 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08329425A1700B30DA7 /* spirv_constant.h */; }; - A9F7B49D29425A1900B30DA7 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08429425A1700B30DA7 /* binary.cpp */; }; - A9F7B49E29425A1900B30DA7 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08429425A1700B30DA7 /* binary.cpp */; }; - A9F7B49F29425A1900B30DA7 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08429425A1700B30DA7 /* binary.cpp */; }; - A9F7B4A029425A1900B30DA7 /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08729425A1700B30DA7 /* diff.h */; }; - A9F7B4A129425A1900B30DA7 /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08729425A1700B30DA7 /* diff.h */; }; - A9F7B4A229425A1900B30DA7 /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08729425A1700B30DA7 /* diff.h */; }; - A9F7B4A329425A1900B30DA7 /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08829425A1700B30DA7 /* lcs.h */; }; - A9F7B4A429425A1900B30DA7 /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08829425A1700B30DA7 /* lcs.h */; }; - A9F7B4A529425A1900B30DA7 /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08829425A1700B30DA7 /* lcs.h */; }; - A9F7B4A629425A1900B30DA7 /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08929425A1700B30DA7 /* diff.cpp */; }; - A9F7B4A729425A1900B30DA7 /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08929425A1700B30DA7 /* diff.cpp */; }; - A9F7B4A829425A1900B30DA7 /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08929425A1700B30DA7 /* diff.cpp */; }; - A9F7B4A929425A1900B30DA7 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08A29425A1700B30DA7 /* spirv_validator_options.h */; }; - A9F7B4AA29425A1900B30DA7 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08A29425A1700B30DA7 /* spirv_validator_options.h */; }; - A9F7B4AB29425A1900B30DA7 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08A29425A1700B30DA7 /* spirv_validator_options.h */; }; - A9F7B4AC29425A1900B30DA7 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08B29425A1700B30DA7 /* enum_string_mapping.cpp */; }; - A9F7B4AD29425A1900B30DA7 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08B29425A1700B30DA7 /* enum_string_mapping.cpp */; }; - A9F7B4AE29425A1900B30DA7 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08B29425A1700B30DA7 /* enum_string_mapping.cpp */; }; - A9F7B4AF29425A1900B30DA7 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08C29425A1700B30DA7 /* text_handler.h */; }; - A9F7B4B029425A1900B30DA7 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08C29425A1700B30DA7 /* text_handler.h */; }; - A9F7B4B129425A1900B30DA7 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08C29425A1700B30DA7 /* text_handler.h */; }; - A9F7B4B229425A1900B30DA7 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08D29425A1700B30DA7 /* parsed_operand.h */; }; - A9F7B4B329425A1900B30DA7 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08D29425A1700B30DA7 /* parsed_operand.h */; }; - A9F7B4B429425A1900B30DA7 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08D29425A1700B30DA7 /* parsed_operand.h */; }; - A9F7B4B529425A1900B30DA7 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08E29425A1700B30DA7 /* name_mapper.h */; }; - A9F7B4B629425A1900B30DA7 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08E29425A1700B30DA7 /* name_mapper.h */; }; - A9F7B4B729425A1900B30DA7 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08E29425A1700B30DA7 /* name_mapper.h */; }; - A9F7B4B829425A1900B30DA7 /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08F29425A1700B30DA7 /* spirv_reducer_options.cpp */; }; - A9F7B4B929425A1900B30DA7 /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08F29425A1700B30DA7 /* spirv_reducer_options.cpp */; }; - A9F7B4BA29425A1900B30DA7 /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08F29425A1700B30DA7 /* spirv_reducer_options.cpp */; }; - A9F7B4BB29425A1900B30DA7 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09029425A1700B30DA7 /* parsed_operand.cpp */; }; - A9F7B4BC29425A1900B30DA7 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09029425A1700B30DA7 /* parsed_operand.cpp */; }; - A9F7B4BD29425A1900B30DA7 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09029425A1700B30DA7 /* parsed_operand.cpp */; }; - A9F7B4BE29425A1900B30DA7 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09129425A1700B30DA7 /* diagnostic.h */; }; - A9F7B4BF29425A1900B30DA7 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09129425A1700B30DA7 /* diagnostic.h */; }; - A9F7B4C029425A1900B30DA7 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09129425A1700B30DA7 /* diagnostic.h */; }; - A9F7B4C129425A1900B30DA7 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09229425A1700B30DA7 /* spirv_endian.h */; }; - A9F7B4C229425A1900B30DA7 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09229425A1700B30DA7 /* spirv_endian.h */; }; - A9F7B4C329425A1900B30DA7 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09229425A1700B30DA7 /* spirv_endian.h */; }; - A9F7B4C429425A1900B30DA7 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09329425A1700B30DA7 /* name_mapper.cpp */; }; - A9F7B4C529425A1900B30DA7 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09329425A1700B30DA7 /* name_mapper.cpp */; }; - A9F7B4C629425A1900B30DA7 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09329425A1700B30DA7 /* name_mapper.cpp */; }; - A9F7B4C729425A1900B30DA7 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09629425A1700B30DA7 /* linker.cpp */; }; - A9F7B4C829425A1900B30DA7 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09629425A1700B30DA7 /* linker.cpp */; }; - A9F7B4C929425A1900B30DA7 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09629425A1700B30DA7 /* linker.cpp */; }; - A9F7B4CA29425A1900B30DA7 /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09729425A1700B30DA7 /* common_debug_info.h */; }; - A9F7B4CB29425A1900B30DA7 /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09729425A1700B30DA7 /* common_debug_info.h */; }; - A9F7B4CC29425A1900B30DA7 /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09729425A1700B30DA7 /* common_debug_info.h */; }; - A9F7B4CD29425A1900B30DA7 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09829425A1700B30DA7 /* software_version.cpp */; }; - A9F7B4CE29425A1900B30DA7 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09829425A1700B30DA7 /* software_version.cpp */; }; - A9F7B4CF29425A1900B30DA7 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09829425A1700B30DA7 /* software_version.cpp */; }; - A9F7B4D029425A1900B30DA7 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09929425A1700B30DA7 /* opcode.cpp */; }; - A9F7B4D129425A1900B30DA7 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09929425A1700B30DA7 /* opcode.cpp */; }; - A9F7B4D229425A1900B30DA7 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09929425A1700B30DA7 /* opcode.cpp */; }; - A9F7B4D329425A1900B30DA7 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09A29425A1700B30DA7 /* print.h */; }; - A9F7B4D429425A1900B30DA7 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09A29425A1700B30DA7 /* print.h */; }; - A9F7B4D529425A1900B30DA7 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09A29425A1700B30DA7 /* print.h */; }; - A9F7B4D629425A1900B30DA7 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09B29425A1700B30DA7 /* ext_inst.cpp */; }; - A9F7B4D729425A1900B30DA7 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09B29425A1700B30DA7 /* ext_inst.cpp */; }; - A9F7B4D829425A1900B30DA7 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09B29425A1700B30DA7 /* ext_inst.cpp */; }; - A9F7B4D929425A1900B30DA7 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09C29425A1700B30DA7 /* disassemble.h */; }; - A9F7B4DA29425A1900B30DA7 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09C29425A1700B30DA7 /* disassemble.h */; }; - A9F7B4DB29425A1900B30DA7 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09C29425A1700B30DA7 /* disassemble.h */; }; - A9F7B4DC29425A1900B30DA7 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09E29425A1700B30DA7 /* optimizer.cpp */; }; - A9F7B4DD29425A1900B30DA7 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09E29425A1700B30DA7 /* optimizer.cpp */; }; - A9F7B4DE29425A1900B30DA7 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09E29425A1700B30DA7 /* optimizer.cpp */; }; - A9F7B4DF29425A1900B30DA7 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09F29425A1700B30DA7 /* if_conversion.h */; }; - A9F7B4E029425A1900B30DA7 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09F29425A1700B30DA7 /* if_conversion.h */; }; - A9F7B4E129425A1900B30DA7 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09F29425A1700B30DA7 /* if_conversion.h */; }; - A9F7B4E229425A1900B30DA7 /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A029425A1700B30DA7 /* register_pressure.cpp */; }; - A9F7B4E329425A1900B30DA7 /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A029425A1700B30DA7 /* register_pressure.cpp */; }; - A9F7B4E429425A1900B30DA7 /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A029425A1700B30DA7 /* register_pressure.cpp */; }; - A9F7B4E529425A1900B30DA7 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A129425A1700B30DA7 /* loop_utils.cpp */; }; - A9F7B4E629425A1900B30DA7 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A129425A1700B30DA7 /* loop_utils.cpp */; }; - A9F7B4E729425A1900B30DA7 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A129425A1700B30DA7 /* loop_utils.cpp */; }; - A9F7B4E829425A1900B30DA7 /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A229425A1700B30DA7 /* strip_nonsemantic_info_pass.h */; }; - A9F7B4E929425A1900B30DA7 /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A229425A1700B30DA7 /* strip_nonsemantic_info_pass.h */; }; - A9F7B4EA29425A1900B30DA7 /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A229425A1700B30DA7 /* strip_nonsemantic_info_pass.h */; }; - A9F7B4EB29425A1900B30DA7 /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A329425A1700B30DA7 /* spread_volatile_semantics.cpp */; }; - A9F7B4EC29425A1900B30DA7 /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A329425A1700B30DA7 /* spread_volatile_semantics.cpp */; }; - A9F7B4ED29425A1900B30DA7 /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A329425A1700B30DA7 /* spread_volatile_semantics.cpp */; }; - A9F7B4EE29425A1900B30DA7 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A429425A1700B30DA7 /* merge_return_pass.h */; }; - A9F7B4EF29425A1900B30DA7 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A429425A1700B30DA7 /* merge_return_pass.h */; }; - A9F7B4F029425A1900B30DA7 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A429425A1700B30DA7 /* merge_return_pass.h */; }; - A9F7B4F129425A1900B30DA7 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A529425A1700B30DA7 /* inline_opaque_pass.h */; }; - A9F7B4F229425A1900B30DA7 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A529425A1700B30DA7 /* inline_opaque_pass.h */; }; - A9F7B4F329425A1900B30DA7 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A529425A1700B30DA7 /* inline_opaque_pass.h */; }; - A9F7B4F429425A1900B30DA7 /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A629425A1700B30DA7 /* loop_fusion.h */; }; - A9F7B4F529425A1900B30DA7 /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A629425A1700B30DA7 /* loop_fusion.h */; }; - A9F7B4F629425A1900B30DA7 /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A629425A1700B30DA7 /* loop_fusion.h */; }; - A9F7B4F729425A1900B30DA7 /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A729425A1700B30DA7 /* combine_access_chains.cpp */; }; - A9F7B4F829425A1900B30DA7 /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A729425A1700B30DA7 /* combine_access_chains.cpp */; }; - A9F7B4F929425A1900B30DA7 /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A729425A1700B30DA7 /* combine_access_chains.cpp */; }; - A9F7B4FA29425A1900B30DA7 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A829425A1700B30DA7 /* build_module.cpp */; }; - A9F7B4FB29425A1900B30DA7 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A829425A1700B30DA7 /* build_module.cpp */; }; - A9F7B4FC29425A1900B30DA7 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A829425A1700B30DA7 /* build_module.cpp */; }; - A9F7B4FD29425A1900B30DA7 /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A929425A1700B30DA7 /* eliminate_dead_output_stores_pass.cpp */; }; - A9F7B4FE29425A1900B30DA7 /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A929425A1700B30DA7 /* eliminate_dead_output_stores_pass.cpp */; }; - A9F7B4FF29425A1900B30DA7 /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A929425A1700B30DA7 /* eliminate_dead_output_stores_pass.cpp */; }; - A9F7B50029425A1900B30DA7 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AA29425A1700B30DA7 /* composite.h */; }; - A9F7B50129425A1900B30DA7 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AA29425A1700B30DA7 /* composite.h */; }; - A9F7B50229425A1900B30DA7 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AA29425A1700B30DA7 /* composite.h */; }; - A9F7B50329425A1900B30DA7 /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0AB29425A1700B30DA7 /* liveness.cpp */; }; - A9F7B50429425A1900B30DA7 /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0AB29425A1700B30DA7 /* liveness.cpp */; }; - A9F7B50529425A1900B30DA7 /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0AB29425A1700B30DA7 /* liveness.cpp */; }; - A9F7B50629425A1900B30DA7 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AC29425A1700B30DA7 /* compact_ids_pass.h */; }; - A9F7B50729425A1900B30DA7 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AC29425A1700B30DA7 /* compact_ids_pass.h */; }; - A9F7B50829425A1900B30DA7 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AC29425A1700B30DA7 /* compact_ids_pass.h */; }; - A9F7B50929425A1900B30DA7 /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AD29425A1700B30DA7 /* register_pressure.h */; }; - A9F7B50A29425A1900B30DA7 /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AD29425A1700B30DA7 /* register_pressure.h */; }; - A9F7B50B29425A1900B30DA7 /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AD29425A1700B30DA7 /* register_pressure.h */; }; - A9F7B50C29425A1900B30DA7 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AE29425A1700B30DA7 /* tree_iterator.h */; }; - A9F7B50D29425A1900B30DA7 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AE29425A1700B30DA7 /* tree_iterator.h */; }; - A9F7B50E29425A1900B30DA7 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AE29425A1700B30DA7 /* tree_iterator.h */; }; - A9F7B50F29425A1900B30DA7 /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AF29425A1700B30DA7 /* interface_var_sroa.h */; }; - A9F7B51029425A1900B30DA7 /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AF29425A1700B30DA7 /* interface_var_sroa.h */; }; - A9F7B51129425A1900B30DA7 /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AF29425A1700B30DA7 /* interface_var_sroa.h */; }; - A9F7B51229425A1900B30DA7 /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B029425A1700B30DA7 /* graphics_robust_access_pass.h */; }; - A9F7B51329425A1900B30DA7 /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B029425A1700B30DA7 /* graphics_robust_access_pass.h */; }; - A9F7B51429425A1900B30DA7 /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B029425A1700B30DA7 /* graphics_robust_access_pass.h */; }; - A9F7B51529425A1900B30DA7 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B129425A1700B30DA7 /* local_single_store_elim_pass.h */; }; - A9F7B51629425A1900B30DA7 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B129425A1700B30DA7 /* local_single_store_elim_pass.h */; }; - A9F7B51729425A1900B30DA7 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B129425A1700B30DA7 /* local_single_store_elim_pass.h */; }; - A9F7B51829425A1900B30DA7 /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B229425A1700B30DA7 /* reduce_load_size.h */; }; - A9F7B51929425A1900B30DA7 /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B229425A1700B30DA7 /* reduce_load_size.h */; }; - A9F7B51A29425A1900B30DA7 /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B229425A1700B30DA7 /* reduce_load_size.h */; }; - A9F7B51B29425A1900B30DA7 /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B329425A1700B30DA7 /* code_sink.cpp */; }; - A9F7B51C29425A1900B30DA7 /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B329425A1700B30DA7 /* code_sink.cpp */; }; - A9F7B51D29425A1900B30DA7 /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B329425A1700B30DA7 /* code_sink.cpp */; }; - A9F7B51E29425A1900B30DA7 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B429425A1700B30DA7 /* types.cpp */; }; - A9F7B51F29425A1900B30DA7 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B429425A1700B30DA7 /* types.cpp */; }; - A9F7B52029425A1900B30DA7 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B429425A1700B30DA7 /* types.cpp */; }; - A9F7B52129425A1900B30DA7 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B529425A1700B30DA7 /* scalar_analysis.h */; }; - A9F7B52229425A1900B30DA7 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B529425A1700B30DA7 /* scalar_analysis.h */; }; - A9F7B52329425A1900B30DA7 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B529425A1700B30DA7 /* scalar_analysis.h */; }; - A9F7B52429425A1900B30DA7 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B629425A1700B30DA7 /* strip_debug_info_pass.h */; }; - A9F7B52529425A1900B30DA7 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B629425A1700B30DA7 /* strip_debug_info_pass.h */; }; - A9F7B52629425A1900B30DA7 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B629425A1700B30DA7 /* strip_debug_info_pass.h */; }; - A9F7B52729425A1900B30DA7 /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B729425A1700B30DA7 /* replace_desc_array_access_using_var_index.h */; }; - A9F7B52829425A1900B30DA7 /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B729425A1700B30DA7 /* replace_desc_array_access_using_var_index.h */; }; - A9F7B52929425A1900B30DA7 /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B729425A1700B30DA7 /* replace_desc_array_access_using_var_index.h */; }; - A9F7B52A29425A1900B30DA7 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B829425A1700B30DA7 /* cfg.cpp */; }; - A9F7B52B29425A1900B30DA7 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B829425A1700B30DA7 /* cfg.cpp */; }; - A9F7B52C29425A1900B30DA7 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B829425A1700B30DA7 /* cfg.cpp */; }; - A9F7B52D29425A1900B30DA7 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B929425A1700B30DA7 /* decoration_manager.cpp */; }; - A9F7B52E29425A1900B30DA7 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B929425A1700B30DA7 /* decoration_manager.cpp */; }; - A9F7B52F29425A1900B30DA7 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B929425A1700B30DA7 /* decoration_manager.cpp */; }; - A9F7B53029425A1900B30DA7 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BA29425A1700B30DA7 /* local_single_block_elim_pass.cpp */; }; - A9F7B53129425A1900B30DA7 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BA29425A1700B30DA7 /* local_single_block_elim_pass.cpp */; }; - A9F7B53229425A1900B30DA7 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BA29425A1700B30DA7 /* local_single_block_elim_pass.cpp */; }; - A9F7B53329425A1900B30DA7 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BB29425A1700B30DA7 /* freeze_spec_constant_value_pass.cpp */; }; - A9F7B53429425A1900B30DA7 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BB29425A1700B30DA7 /* freeze_spec_constant_value_pass.cpp */; }; - A9F7B53529425A1900B30DA7 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BB29425A1700B30DA7 /* freeze_spec_constant_value_pass.cpp */; }; - A9F7B53629425A1900B30DA7 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BC29425A1700B30DA7 /* replace_invalid_opc.h */; }; - A9F7B53729425A1900B30DA7 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BC29425A1700B30DA7 /* replace_invalid_opc.h */; }; - A9F7B53829425A1900B30DA7 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BC29425A1700B30DA7 /* replace_invalid_opc.h */; }; - A9F7B53929425A1900B30DA7 /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BD29425A1700B30DA7 /* eliminate_dead_output_stores_pass.h */; }; - A9F7B53A29425A1900B30DA7 /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BD29425A1700B30DA7 /* eliminate_dead_output_stores_pass.h */; }; - A9F7B53B29425A1900B30DA7 /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BD29425A1700B30DA7 /* eliminate_dead_output_stores_pass.h */; }; - A9F7B53C29425A1900B30DA7 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BE29425A1700B30DA7 /* local_access_chain_convert_pass.h */; }; - A9F7B53D29425A1900B30DA7 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BE29425A1700B30DA7 /* local_access_chain_convert_pass.h */; }; - A9F7B53E29425A1900B30DA7 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BE29425A1700B30DA7 /* local_access_chain_convert_pass.h */; }; - A9F7B53F29425A1900B30DA7 /* inst_bindless_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BF29425A1700B30DA7 /* inst_bindless_check_pass.cpp */; }; - A9F7B54029425A1900B30DA7 /* inst_bindless_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BF29425A1700B30DA7 /* inst_bindless_check_pass.cpp */; }; - A9F7B54129425A1900B30DA7 /* inst_bindless_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BF29425A1700B30DA7 /* inst_bindless_check_pass.cpp */; }; - A9F7B54229425A1900B30DA7 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C029425A1700B30DA7 /* local_redundancy_elimination.cpp */; }; - A9F7B54329425A1900B30DA7 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C029425A1700B30DA7 /* local_redundancy_elimination.cpp */; }; - A9F7B54429425A1900B30DA7 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C029425A1700B30DA7 /* local_redundancy_elimination.cpp */; }; - A9F7B54529425A1900B30DA7 /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C229425A1700B30DA7 /* instrument_pass.cpp */; }; - A9F7B54629425A1900B30DA7 /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C229425A1700B30DA7 /* instrument_pass.cpp */; }; - A9F7B54729425A1900B30DA7 /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C229425A1700B30DA7 /* instrument_pass.cpp */; }; - A9F7B54829425A1900B30DA7 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C329425A1700B30DA7 /* propagator.h */; }; - A9F7B54929425A1900B30DA7 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C329425A1700B30DA7 /* propagator.h */; }; - A9F7B54A29425A1900B30DA7 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C329425A1700B30DA7 /* propagator.h */; }; - A9F7B54B29425A1900B30DA7 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C429425A1700B30DA7 /* instruction_list.h */; }; - A9F7B54C29425A1900B30DA7 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C429425A1700B30DA7 /* instruction_list.h */; }; - A9F7B54D29425A1900B30DA7 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C429425A1700B30DA7 /* instruction_list.h */; }; - A9F7B54E29425A1900B30DA7 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C529425A1700B30DA7 /* feature_manager.cpp */; }; - A9F7B54F29425A1900B30DA7 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C529425A1700B30DA7 /* feature_manager.cpp */; }; - A9F7B55029425A1900B30DA7 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C529425A1700B30DA7 /* feature_manager.cpp */; }; - A9F7B55129425A1900B30DA7 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C629425A1700B30DA7 /* pass.cpp */; }; - A9F7B55229425A1900B30DA7 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C629425A1700B30DA7 /* pass.cpp */; }; - A9F7B55329425A1900B30DA7 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C629425A1700B30DA7 /* pass.cpp */; }; - A9F7B55429425A1900B30DA7 /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C729425A1700B30DA7 /* loop_fission.cpp */; }; - A9F7B55529425A1900B30DA7 /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C729425A1700B30DA7 /* loop_fission.cpp */; }; - A9F7B55629425A1900B30DA7 /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C729425A1700B30DA7 /* loop_fission.cpp */; }; - A9F7B55729425A1900B30DA7 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C829425A1700B30DA7 /* dominator_tree.cpp */; }; - A9F7B55829425A1900B30DA7 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C829425A1700B30DA7 /* dominator_tree.cpp */; }; - A9F7B55929425A1900B30DA7 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C829425A1700B30DA7 /* dominator_tree.cpp */; }; - A9F7B55A29425A1900B30DA7 /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C929425A1700B30DA7 /* amd_ext_to_khr.h */; }; - A9F7B55B29425A1900B30DA7 /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C929425A1700B30DA7 /* amd_ext_to_khr.h */; }; - A9F7B55C29425A1900B30DA7 /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C929425A1700B30DA7 /* amd_ext_to_khr.h */; }; - A9F7B55D29425A1900B30DA7 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CA29425A1700B30DA7 /* merge_return_pass.cpp */; }; - A9F7B55E29425A1900B30DA7 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CA29425A1700B30DA7 /* merge_return_pass.cpp */; }; - A9F7B55F29425A1900B30DA7 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CA29425A1700B30DA7 /* merge_return_pass.cpp */; }; - A9F7B56029425A1900B30DA7 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CB29425A1700B30DA7 /* ir_context.h */; }; - A9F7B56129425A1900B30DA7 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CB29425A1700B30DA7 /* ir_context.h */; }; - A9F7B56229425A1900B30DA7 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CB29425A1700B30DA7 /* ir_context.h */; }; - A9F7B56329425A1900B30DA7 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CC29425A1700B30DA7 /* eliminate_dead_constant_pass.cpp */; }; - A9F7B56429425A1900B30DA7 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CC29425A1700B30DA7 /* eliminate_dead_constant_pass.cpp */; }; - A9F7B56529425A1900B30DA7 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CC29425A1700B30DA7 /* eliminate_dead_constant_pass.cpp */; }; - A9F7B56629425A1900B30DA7 /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CD29425A1700B30DA7 /* control_dependence.h */; }; - A9F7B56729425A1900B30DA7 /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CD29425A1700B30DA7 /* control_dependence.h */; }; - A9F7B56829425A1900B30DA7 /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CD29425A1700B30DA7 /* control_dependence.h */; }; - A9F7B56929425A1900B30DA7 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CE29425A1700B30DA7 /* cfg_cleanup_pass.cpp */; }; - A9F7B56A29425A1900B30DA7 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CE29425A1700B30DA7 /* cfg_cleanup_pass.cpp */; }; - A9F7B56B29425A1900B30DA7 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CE29425A1700B30DA7 /* cfg_cleanup_pass.cpp */; }; - A9F7B56C29425A1900B30DA7 /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CF29425A1700B30DA7 /* wrap_opkill.cpp */; }; - A9F7B56D29425A1900B30DA7 /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CF29425A1700B30DA7 /* wrap_opkill.cpp */; }; - A9F7B56E29425A1900B30DA7 /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CF29425A1700B30DA7 /* wrap_opkill.cpp */; }; - A9F7B56F29425A1900B30DA7 /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D029425A1700B30DA7 /* eliminate_dead_io_components_pass.cpp */; }; - A9F7B57029425A1900B30DA7 /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D029425A1700B30DA7 /* eliminate_dead_io_components_pass.cpp */; }; - A9F7B57129425A1900B30DA7 /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D029425A1700B30DA7 /* eliminate_dead_io_components_pass.cpp */; }; - A9F7B57229425A1900B30DA7 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D129425A1700B30DA7 /* const_folding_rules.cpp */; }; - A9F7B57329425A1900B30DA7 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D129425A1700B30DA7 /* const_folding_rules.cpp */; }; - A9F7B57429425A1900B30DA7 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D129425A1700B30DA7 /* const_folding_rules.cpp */; }; - A9F7B57529425A1900B30DA7 /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D229425A1700B30DA7 /* liveness.h */; }; - A9F7B57629425A1900B30DA7 /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D229425A1700B30DA7 /* liveness.h */; }; - A9F7B57729425A1900B30DA7 /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D229425A1700B30DA7 /* liveness.h */; }; - A9F7B57829425A1900B30DA7 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D329425A1700B30DA7 /* loop_unroller.h */; }; - A9F7B57929425A1900B30DA7 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D329425A1700B30DA7 /* loop_unroller.h */; }; - A9F7B57A29425A1900B30DA7 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D329425A1700B30DA7 /* loop_unroller.h */; }; - A9F7B57B29425A1900B30DA7 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D429425A1700B30DA7 /* strip_debug_info_pass.cpp */; }; - A9F7B57C29425A1900B30DA7 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D429425A1700B30DA7 /* strip_debug_info_pass.cpp */; }; - A9F7B57D29425A1900B30DA7 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D429425A1700B30DA7 /* strip_debug_info_pass.cpp */; }; - A9F7B57E29425A1900B30DA7 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D529425A1700B30DA7 /* ssa_rewrite_pass.cpp */; }; - A9F7B57F29425A1900B30DA7 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D529425A1700B30DA7 /* ssa_rewrite_pass.cpp */; }; - A9F7B58029425A1900B30DA7 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D529425A1700B30DA7 /* ssa_rewrite_pass.cpp */; }; - A9F7B58129425A1900B30DA7 /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D629425A1700B30DA7 /* loop_dependence.cpp */; }; - A9F7B58229425A1900B30DA7 /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D629425A1700B30DA7 /* loop_dependence.cpp */; }; - A9F7B58329425A1900B30DA7 /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D629425A1700B30DA7 /* loop_dependence.cpp */; }; - A9F7B58429425A1900B30DA7 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D729425A1700B30DA7 /* unify_const_pass.h */; }; - A9F7B58529425A1900B30DA7 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D729425A1700B30DA7 /* unify_const_pass.h */; }; - A9F7B58629425A1900B30DA7 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D729425A1700B30DA7 /* unify_const_pass.h */; }; - A9F7B58729425A1900B30DA7 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D829425A1700B30DA7 /* ir_loader.h */; }; - A9F7B58829425A1900B30DA7 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D829425A1700B30DA7 /* ir_loader.h */; }; - A9F7B58929425A1900B30DA7 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D829425A1700B30DA7 /* ir_loader.h */; }; - A9F7B58A29425A1900B30DA7 /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D929425A1700B30DA7 /* inst_debug_printf_pass.cpp */; }; - A9F7B58B29425A1900B30DA7 /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D929425A1700B30DA7 /* inst_debug_printf_pass.cpp */; }; - A9F7B58C29425A1900B30DA7 /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D929425A1700B30DA7 /* inst_debug_printf_pass.cpp */; }; - A9F7B58D29425A1900B30DA7 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DA29425A1700B30DA7 /* types.h */; }; - A9F7B58E29425A1900B30DA7 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DA29425A1700B30DA7 /* types.h */; }; - A9F7B58F29425A1900B30DA7 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DA29425A1700B30DA7 /* types.h */; }; - A9F7B59029425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DB29425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.h */; }; - A9F7B59129425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DB29425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.h */; }; - A9F7B59229425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DB29425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.h */; }; - A9F7B59329425A1900B30DA7 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DC29425A1700B30DA7 /* mem_pass.cpp */; }; - A9F7B59429425A1900B30DA7 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DC29425A1700B30DA7 /* mem_pass.cpp */; }; - A9F7B59529425A1900B30DA7 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DC29425A1700B30DA7 /* mem_pass.cpp */; }; - A9F7B59629425A1900B30DA7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DD29425A1700B30DA7 /* basic_block.h */; }; - A9F7B59729425A1900B30DA7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DD29425A1700B30DA7 /* basic_block.h */; }; - A9F7B59829425A1900B30DA7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DD29425A1700B30DA7 /* basic_block.h */; }; - A9F7B59929425A1900B30DA7 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DE29425A1700B30DA7 /* remove_duplicates_pass.cpp */; }; - A9F7B59A29425A1900B30DA7 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DE29425A1700B30DA7 /* remove_duplicates_pass.cpp */; }; - A9F7B59B29425A1900B30DA7 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DE29425A1700B30DA7 /* remove_duplicates_pass.cpp */; }; - A9F7B59C29425A1900B30DA7 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DF29425A1700B30DA7 /* dead_variable_elimination.cpp */; }; - A9F7B59D29425A1900B30DA7 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DF29425A1700B30DA7 /* dead_variable_elimination.cpp */; }; - A9F7B59E29425A1900B30DA7 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DF29425A1700B30DA7 /* dead_variable_elimination.cpp */; }; - A9F7B59F29425A1900B30DA7 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E029425A1700B30DA7 /* block_merge_pass.h */; }; - A9F7B5A029425A1900B30DA7 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E029425A1700B30DA7 /* block_merge_pass.h */; }; - A9F7B5A129425A1900B30DA7 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E029425A1700B30DA7 /* block_merge_pass.h */; }; - A9F7B5A229425A1900B30DA7 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E129425A1700B30DA7 /* module.cpp */; }; - A9F7B5A329425A1900B30DA7 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E129425A1700B30DA7 /* module.cpp */; }; - A9F7B5A429425A1900B30DA7 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E129425A1700B30DA7 /* module.cpp */; }; - A9F7B5A529425A1900B30DA7 /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E229425A1700B30DA7 /* debug_info_manager.h */; }; - A9F7B5A629425A1900B30DA7 /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E229425A1700B30DA7 /* debug_info_manager.h */; }; - A9F7B5A729425A1900B30DA7 /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E229425A1700B30DA7 /* debug_info_manager.h */; }; - A9F7B5A829425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E329425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp */; }; - A9F7B5A929425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E329425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp */; }; - A9F7B5AA29425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E329425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp */; }; - A9F7B5AB29425A1900B30DA7 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E429425A1700B30DA7 /* loop_unswitch_pass.cpp */; }; - A9F7B5AC29425A1900B30DA7 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E429425A1700B30DA7 /* loop_unswitch_pass.cpp */; }; - A9F7B5AD29425A1900B30DA7 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E429425A1700B30DA7 /* loop_unswitch_pass.cpp */; }; - A9F7B5AE29425A1900B30DA7 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E529425A1700B30DA7 /* unify_const_pass.cpp */; }; - A9F7B5AF29425A1900B30DA7 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E529425A1700B30DA7 /* unify_const_pass.cpp */; }; - A9F7B5B029425A1900B30DA7 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E529425A1700B30DA7 /* unify_const_pass.cpp */; }; - A9F7B5B129425A1900B30DA7 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E629425A1700B30DA7 /* type_manager.cpp */; }; - A9F7B5B229425A1900B30DA7 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E629425A1700B30DA7 /* type_manager.cpp */; }; - A9F7B5B329425A1900B30DA7 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E629425A1700B30DA7 /* type_manager.cpp */; }; - A9F7B5B429425A1900B30DA7 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E729425A1700B30DA7 /* private_to_local_pass.h */; }; - A9F7B5B529425A1900B30DA7 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E729425A1700B30DA7 /* private_to_local_pass.h */; }; - A9F7B5B629425A1900B30DA7 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E729425A1700B30DA7 /* private_to_local_pass.h */; }; - A9F7B5B729425A1900B30DA7 /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E829425A1700B30DA7 /* convert_to_half_pass.h */; }; - A9F7B5B829425A1900B30DA7 /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E829425A1700B30DA7 /* convert_to_half_pass.h */; }; - A9F7B5B929425A1900B30DA7 /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E829425A1700B30DA7 /* convert_to_half_pass.h */; }; - A9F7B5BA29425A1900B30DA7 /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E929425A1700B30DA7 /* remove_dontinline_pass.h */; }; - A9F7B5BB29425A1900B30DA7 /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E929425A1700B30DA7 /* remove_dontinline_pass.h */; }; - A9F7B5BC29425A1900B30DA7 /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E929425A1700B30DA7 /* remove_dontinline_pass.h */; }; - A9F7B5BD29425A1900B30DA7 /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EA29425A1700B30DA7 /* relax_float_ops_pass.h */; }; - A9F7B5BE29425A1900B30DA7 /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EA29425A1700B30DA7 /* relax_float_ops_pass.h */; }; - A9F7B5BF29425A1900B30DA7 /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EA29425A1700B30DA7 /* relax_float_ops_pass.h */; }; - A9F7B5C029425A1900B30DA7 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0EB29425A1700B30DA7 /* inline_pass.cpp */; }; - A9F7B5C129425A1900B30DA7 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0EB29425A1700B30DA7 /* inline_pass.cpp */; }; - A9F7B5C229425A1900B30DA7 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0EB29425A1700B30DA7 /* inline_pass.cpp */; }; - A9F7B5C329425A1900B30DA7 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EC29425A1700B30DA7 /* def_use_manager.h */; }; - A9F7B5C429425A1900B30DA7 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EC29425A1700B30DA7 /* def_use_manager.h */; }; - A9F7B5C529425A1900B30DA7 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EC29425A1700B30DA7 /* def_use_manager.h */; }; - A9F7B5C629425A1900B30DA7 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0ED29425A1700B30DA7 /* ir_loader.cpp */; }; - A9F7B5C729425A1900B30DA7 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0ED29425A1700B30DA7 /* ir_loader.cpp */; }; - A9F7B5C829425A1900B30DA7 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0ED29425A1700B30DA7 /* ir_loader.cpp */; }; - A9F7B5C929425A1900B30DA7 /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EE29425A1700B30DA7 /* convert_to_sampled_image_pass.h */; }; - A9F7B5CA29425A1900B30DA7 /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EE29425A1700B30DA7 /* convert_to_sampled_image_pass.h */; }; - A9F7B5CB29425A1900B30DA7 /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EE29425A1700B30DA7 /* convert_to_sampled_image_pass.h */; }; - A9F7B5CC29425A1900B30DA7 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EF29425A1700B30DA7 /* cfg_cleanup_pass.h */; }; - A9F7B5CD29425A1900B30DA7 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EF29425A1700B30DA7 /* cfg_cleanup_pass.h */; }; - A9F7B5CE29425A1900B30DA7 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EF29425A1700B30DA7 /* cfg_cleanup_pass.h */; }; - A9F7B5CF29425A1900B30DA7 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F029425A1700B30DA7 /* licm_pass.cpp */; }; - A9F7B5D029425A1900B30DA7 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F029425A1700B30DA7 /* licm_pass.cpp */; }; - A9F7B5D129425A1900B30DA7 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F029425A1700B30DA7 /* licm_pass.cpp */; }; - A9F7B5D229425A1900B30DA7 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F129425A1700B30DA7 /* eliminate_dead_functions_pass.cpp */; }; - A9F7B5D329425A1900B30DA7 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F129425A1700B30DA7 /* eliminate_dead_functions_pass.cpp */; }; - A9F7B5D429425A1900B30DA7 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F129425A1700B30DA7 /* eliminate_dead_functions_pass.cpp */; }; - A9F7B5D529425A1900B30DA7 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F229425A1700B30DA7 /* local_redundancy_elimination.h */; }; - A9F7B5D629425A1900B30DA7 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F229425A1700B30DA7 /* local_redundancy_elimination.h */; }; - A9F7B5D729425A1900B30DA7 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F229425A1700B30DA7 /* local_redundancy_elimination.h */; }; - A9F7B5D829425A1900B30DA7 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F329425A1700B30DA7 /* loop_peeling.h */; }; - A9F7B5D929425A1900B30DA7 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F329425A1700B30DA7 /* loop_peeling.h */; }; - A9F7B5DA29425A1900B30DA7 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F329425A1700B30DA7 /* loop_peeling.h */; }; - A9F7B5DB29425A1900B30DA7 /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F429425A1700B30DA7 /* vector_dce.cpp */; }; - A9F7B5DC29425A1900B30DA7 /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F429425A1700B30DA7 /* vector_dce.cpp */; }; - A9F7B5DD29425A1900B30DA7 /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F429425A1700B30DA7 /* vector_dce.cpp */; }; - A9F7B5DE29425A1900B30DA7 /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F529425A1700B30DA7 /* block_merge_util.h */; }; - A9F7B5DF29425A1900B30DA7 /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F529425A1700B30DA7 /* block_merge_util.h */; }; - A9F7B5E029425A1900B30DA7 /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F529425A1700B30DA7 /* block_merge_util.h */; }; - A9F7B5E129425A1900B30DA7 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F629425A1700B30DA7 /* loop_unroller.cpp */; }; - A9F7B5E229425A1900B30DA7 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F629425A1700B30DA7 /* loop_unroller.cpp */; }; - A9F7B5E329425A1900B30DA7 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F629425A1700B30DA7 /* loop_unroller.cpp */; }; - A9F7B5E429425A1900B30DA7 /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F729425A1700B30DA7 /* desc_sroa.h */; }; - A9F7B5E529425A1900B30DA7 /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F729425A1700B30DA7 /* desc_sroa.h */; }; - A9F7B5E629425A1900B30DA7 /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F729425A1700B30DA7 /* desc_sroa.h */; }; - A9F7B5E729425A1900B30DA7 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F829425A1700B30DA7 /* constants.cpp */; }; - A9F7B5E829425A1900B30DA7 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F829425A1700B30DA7 /* constants.cpp */; }; - A9F7B5E929425A1900B30DA7 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F829425A1700B30DA7 /* constants.cpp */; }; - A9F7B5EA29425A1900B30DA7 /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F929425A1700B30DA7 /* loop_fusion_pass.h */; }; - A9F7B5EB29425A1900B30DA7 /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F929425A1700B30DA7 /* loop_fusion_pass.h */; }; - A9F7B5EC29425A1900B30DA7 /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F929425A1700B30DA7 /* loop_fusion_pass.h */; }; - A9F7B5ED29425A1900B30DA7 /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FA29425A1700B30DA7 /* struct_cfg_analysis.h */; }; - A9F7B5EE29425A1900B30DA7 /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FA29425A1700B30DA7 /* struct_cfg_analysis.h */; }; - A9F7B5EF29425A1900B30DA7 /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FA29425A1700B30DA7 /* struct_cfg_analysis.h */; }; - A9F7B5F029425A1900B30DA7 /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FB29425A1700B30DA7 /* desc_sroa_util.cpp */; }; - A9F7B5F129425A1900B30DA7 /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FB29425A1700B30DA7 /* desc_sroa_util.cpp */; }; - A9F7B5F229425A1900B30DA7 /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FB29425A1700B30DA7 /* desc_sroa_util.cpp */; }; - A9F7B5F329425A1900B30DA7 /* inst_buff_addr_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FC29425A1700B30DA7 /* inst_buff_addr_check_pass.cpp */; }; - A9F7B5F429425A1900B30DA7 /* inst_buff_addr_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FC29425A1700B30DA7 /* inst_buff_addr_check_pass.cpp */; }; - A9F7B5F529425A1900B30DA7 /* inst_buff_addr_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FC29425A1700B30DA7 /* inst_buff_addr_check_pass.cpp */; }; - A9F7B5F629425A1900B30DA7 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FD29425A1700B30DA7 /* def_use_manager.cpp */; }; - A9F7B5F729425A1900B30DA7 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FD29425A1700B30DA7 /* def_use_manager.cpp */; }; - A9F7B5F829425A1900B30DA7 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FD29425A1700B30DA7 /* def_use_manager.cpp */; }; - A9F7B5F929425A1900B30DA7 /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FE29425A1700B30DA7 /* wrap_opkill.h */; }; - A9F7B5FA29425A1900B30DA7 /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FE29425A1700B30DA7 /* wrap_opkill.h */; }; - A9F7B5FB29425A1900B30DA7 /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FE29425A1700B30DA7 /* wrap_opkill.h */; }; - A9F7B5FC29425A1900B30DA7 /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FF29425A1800B30DA7 /* empty_pass.h */; }; - A9F7B5FD29425A1900B30DA7 /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FF29425A1800B30DA7 /* empty_pass.h */; }; - A9F7B5FE29425A1900B30DA7 /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FF29425A1800B30DA7 /* empty_pass.h */; }; - A9F7B5FF29425A1900B30DA7 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10029425A1800B30DA7 /* decoration_manager.h */; }; - A9F7B60029425A1900B30DA7 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10029425A1800B30DA7 /* decoration_manager.h */; }; - A9F7B60129425A1900B30DA7 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10029425A1800B30DA7 /* decoration_manager.h */; }; - A9F7B60229425A1900B30DA7 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10129425A1800B30DA7 /* ccp_pass.cpp */; }; - A9F7B60329425A1900B30DA7 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10129425A1800B30DA7 /* ccp_pass.cpp */; }; - A9F7B60429425A1900B30DA7 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10129425A1800B30DA7 /* ccp_pass.cpp */; }; - A9F7B60529425A1900B30DA7 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10229425A1800B30DA7 /* local_single_block_elim_pass.h */; }; - A9F7B60629425A1900B30DA7 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10229425A1800B30DA7 /* local_single_block_elim_pass.h */; }; - A9F7B60729425A1900B30DA7 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10229425A1800B30DA7 /* local_single_block_elim_pass.h */; }; - A9F7B60829425A1900B30DA7 /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10329425A1800B30DA7 /* interp_fixup_pass.h */; }; - A9F7B60929425A1900B30DA7 /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10329425A1800B30DA7 /* interp_fixup_pass.h */; }; - A9F7B60A29425A1900B30DA7 /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10329425A1800B30DA7 /* interp_fixup_pass.h */; }; - A9F7B60B29425A1900B30DA7 /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10429425A1800B30DA7 /* eliminate_dead_io_components_pass.h */; }; - A9F7B60C29425A1900B30DA7 /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10429425A1800B30DA7 /* eliminate_dead_io_components_pass.h */; }; - A9F7B60D29425A1900B30DA7 /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10429425A1800B30DA7 /* eliminate_dead_io_components_pass.h */; }; - A9F7B60E29425A1900B30DA7 /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10529425A1800B30DA7 /* pch_source_opt.cpp */; }; - A9F7B60F29425A1900B30DA7 /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10529425A1800B30DA7 /* pch_source_opt.cpp */; }; - A9F7B61029425A1900B30DA7 /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10529425A1800B30DA7 /* pch_source_opt.cpp */; }; - A9F7B61129425A1900B30DA7 /* inst_buff_addr_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10629425A1800B30DA7 /* inst_buff_addr_check_pass.h */; }; - A9F7B61229425A1900B30DA7 /* inst_buff_addr_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10629425A1800B30DA7 /* inst_buff_addr_check_pass.h */; }; - A9F7B61329425A1900B30DA7 /* inst_buff_addr_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10629425A1800B30DA7 /* inst_buff_addr_check_pass.h */; }; - A9F7B61429425A1900B30DA7 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10729425A1800B30DA7 /* strength_reduction_pass.h */; }; - A9F7B61529425A1900B30DA7 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10729425A1800B30DA7 /* strength_reduction_pass.h */; }; - A9F7B61629425A1900B30DA7 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10729425A1800B30DA7 /* strength_reduction_pass.h */; }; - A9F7B61729425A1900B30DA7 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10829425A1800B30DA7 /* aggressive_dead_code_elim_pass.cpp */; }; - A9F7B61829425A1900B30DA7 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10829425A1800B30DA7 /* aggressive_dead_code_elim_pass.cpp */; }; - A9F7B61929425A1900B30DA7 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10829425A1800B30DA7 /* aggressive_dead_code_elim_pass.cpp */; }; - A9F7B61A29425A1900B30DA7 /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10929425A1800B30DA7 /* eliminate_dead_functions_util.cpp */; }; - A9F7B61B29425A1900B30DA7 /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10929425A1800B30DA7 /* eliminate_dead_functions_util.cpp */; }; - A9F7B61C29425A1900B30DA7 /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10929425A1800B30DA7 /* eliminate_dead_functions_util.cpp */; }; - A9F7B61D29425A1900B30DA7 /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10A29425A1800B30DA7 /* inst_debug_printf_pass.h */; }; - A9F7B61E29425A1900B30DA7 /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10A29425A1800B30DA7 /* inst_debug_printf_pass.h */; }; - A9F7B61F29425A1900B30DA7 /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10A29425A1800B30DA7 /* inst_debug_printf_pass.h */; }; - A9F7B62029425A1900B30DA7 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10B29425A1800B30DA7 /* simplification_pass.cpp */; }; - A9F7B62129425A1900B30DA7 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10B29425A1800B30DA7 /* simplification_pass.cpp */; }; - A9F7B62229425A1900B30DA7 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10B29425A1800B30DA7 /* simplification_pass.cpp */; }; - A9F7B62329425A1900B30DA7 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10C29425A1800B30DA7 /* dead_branch_elim_pass.cpp */; }; - A9F7B62429425A1900B30DA7 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10C29425A1800B30DA7 /* dead_branch_elim_pass.cpp */; }; - A9F7B62529425A1900B30DA7 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10C29425A1800B30DA7 /* dead_branch_elim_pass.cpp */; }; - A9F7B62629425A1900B30DA7 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10D29425A1800B30DA7 /* flatten_decoration_pass.cpp */; }; - A9F7B62729425A1900B30DA7 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10D29425A1800B30DA7 /* flatten_decoration_pass.cpp */; }; - A9F7B62829425A1900B30DA7 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10D29425A1800B30DA7 /* flatten_decoration_pass.cpp */; }; - A9F7B62929425A1900B30DA7 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10E29425A1800B30DA7 /* dead_insert_elim_pass.h */; }; - A9F7B62A29425A1900B30DA7 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10E29425A1800B30DA7 /* dead_insert_elim_pass.h */; }; - A9F7B62B29425A1900B30DA7 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10E29425A1800B30DA7 /* dead_insert_elim_pass.h */; }; - A9F7B62C29425A1900B30DA7 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10F29425A1800B30DA7 /* folding_rules.cpp */; }; - A9F7B62D29425A1900B30DA7 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10F29425A1800B30DA7 /* folding_rules.cpp */; }; - A9F7B62E29425A1900B30DA7 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10F29425A1800B30DA7 /* folding_rules.cpp */; }; - A9F7B62F29425A1900B30DA7 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11029425A1800B30DA7 /* freeze_spec_constant_value_pass.h */; }; - A9F7B63029425A1900B30DA7 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11029425A1800B30DA7 /* freeze_spec_constant_value_pass.h */; }; - A9F7B63129425A1900B30DA7 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11029425A1800B30DA7 /* freeze_spec_constant_value_pass.h */; }; - A9F7B63229425A1900B30DA7 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11129425A1800B30DA7 /* ir_context.cpp */; }; - A9F7B63329425A1900B30DA7 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11129425A1800B30DA7 /* ir_context.cpp */; }; - A9F7B63429425A1900B30DA7 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11129425A1800B30DA7 /* ir_context.cpp */; }; - A9F7B63529425A1900B30DA7 /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11229425A1800B30DA7 /* instrument_pass.h */; }; - A9F7B63629425A1900B30DA7 /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11229425A1800B30DA7 /* instrument_pass.h */; }; - A9F7B63729425A1900B30DA7 /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11229425A1800B30DA7 /* instrument_pass.h */; }; - A9F7B63829425A1900B30DA7 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11329425A1800B30DA7 /* mem_pass.h */; }; - A9F7B63929425A1900B30DA7 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11329425A1800B30DA7 /* mem_pass.h */; }; - A9F7B63A29425A1900B30DA7 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11329425A1800B30DA7 /* mem_pass.h */; }; - A9F7B63B29425A1900B30DA7 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11429425A1800B30DA7 /* loop_descriptor.cpp */; }; - A9F7B63C29425A1900B30DA7 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11429425A1800B30DA7 /* loop_descriptor.cpp */; }; - A9F7B63D29425A1900B30DA7 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11429425A1800B30DA7 /* loop_descriptor.cpp */; }; - A9F7B63E29425A1900B30DA7 /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11529425A1800B30DA7 /* eliminate_dead_members_pass.h */; }; - A9F7B63F29425A1900B30DA7 /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11529425A1800B30DA7 /* eliminate_dead_members_pass.h */; }; - A9F7B64029425A1900B30DA7 /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11529425A1800B30DA7 /* eliminate_dead_members_pass.h */; }; - A9F7B64129425A1900B30DA7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11629425A1800B30DA7 /* function.cpp */; }; - A9F7B64229425A1900B30DA7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11629425A1800B30DA7 /* function.cpp */; }; - A9F7B64329425A1900B30DA7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11629425A1800B30DA7 /* function.cpp */; }; - A9F7B64429425A1900B30DA7 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11729425A1800B30DA7 /* instruction_list.cpp */; }; - A9F7B64529425A1900B30DA7 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11729425A1800B30DA7 /* instruction_list.cpp */; }; - A9F7B64629425A1900B30DA7 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11729425A1800B30DA7 /* instruction_list.cpp */; }; - A9F7B64729425A1900B30DA7 /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11829425A1800B30DA7 /* control_dependence.cpp */; }; - A9F7B64829425A1900B30DA7 /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11829425A1800B30DA7 /* control_dependence.cpp */; }; - A9F7B64929425A1900B30DA7 /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11829425A1800B30DA7 /* control_dependence.cpp */; }; - A9F7B64A29425A1900B30DA7 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11929425A1800B30DA7 /* composite.cpp */; }; - A9F7B64B29425A1900B30DA7 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11929425A1800B30DA7 /* composite.cpp */; }; - A9F7B64C29425A1900B30DA7 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11929425A1800B30DA7 /* composite.cpp */; }; - A9F7B64D29425A1900B30DA7 /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11A29425A1800B30DA7 /* convert_to_half_pass.cpp */; }; - A9F7B64E29425A1900B30DA7 /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11A29425A1800B30DA7 /* convert_to_half_pass.cpp */; }; - A9F7B64F29425A1900B30DA7 /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11A29425A1800B30DA7 /* convert_to_half_pass.cpp */; }; - A9F7B65029425A1900B30DA7 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11B29425A1800B30DA7 /* inline_pass.h */; }; - A9F7B65129425A1900B30DA7 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11B29425A1800B30DA7 /* inline_pass.h */; }; - A9F7B65229425A1900B30DA7 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11B29425A1800B30DA7 /* inline_pass.h */; }; - A9F7B65329425A1900B30DA7 /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11C29425A1800B30DA7 /* loop_dependence.h */; }; - A9F7B65429425A1900B30DA7 /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11C29425A1800B30DA7 /* loop_dependence.h */; }; - A9F7B65529425A1900B30DA7 /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11C29425A1800B30DA7 /* loop_dependence.h */; }; - A9F7B65629425A1900B30DA7 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11D29425A1800B30DA7 /* value_number_table.h */; }; - A9F7B65729425A1900B30DA7 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11D29425A1800B30DA7 /* value_number_table.h */; }; - A9F7B65829425A1900B30DA7 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11D29425A1800B30DA7 /* value_number_table.h */; }; - A9F7B65929425A1900B30DA7 /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11E29425A1800B30DA7 /* strip_nonsemantic_info_pass.cpp */; }; - A9F7B65A29425A1900B30DA7 /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11E29425A1800B30DA7 /* strip_nonsemantic_info_pass.cpp */; }; - A9F7B65B29425A1900B30DA7 /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11E29425A1800B30DA7 /* strip_nonsemantic_info_pass.cpp */; }; - A9F7B65C29425A1900B30DA7 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11F29425A1800B30DA7 /* flatten_decoration_pass.h */; }; - A9F7B65D29425A1900B30DA7 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11F29425A1800B30DA7 /* flatten_decoration_pass.h */; }; - A9F7B65E29425A1900B30DA7 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11F29425A1800B30DA7 /* flatten_decoration_pass.h */; }; - A9F7B65F29425A1900B30DA7 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12029425A1800B30DA7 /* if_conversion.cpp */; }; - A9F7B66029425A1900B30DA7 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12029425A1800B30DA7 /* if_conversion.cpp */; }; - A9F7B66129425A1900B30DA7 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12029425A1800B30DA7 /* if_conversion.cpp */; }; - A9F7B66229425A1900B30DA7 /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12129425A1800B30DA7 /* fix_func_call_arguments.cpp */; }; - A9F7B66329425A1900B30DA7 /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12129425A1800B30DA7 /* fix_func_call_arguments.cpp */; }; - A9F7B66429425A1900B30DA7 /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12129425A1800B30DA7 /* fix_func_call_arguments.cpp */; }; - A9F7B66529425A1900B30DA7 /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12229425A1800B30DA7 /* debug_info_manager.cpp */; }; - A9F7B66629425A1900B30DA7 /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12229425A1800B30DA7 /* debug_info_manager.cpp */; }; - A9F7B66729425A1900B30DA7 /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12229425A1800B30DA7 /* debug_info_manager.cpp */; }; - A9F7B66829425A1900B30DA7 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12329425A1800B30DA7 /* inline_exhaustive_pass.h */; }; - A9F7B66929425A1900B30DA7 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12329425A1800B30DA7 /* inline_exhaustive_pass.h */; }; - A9F7B66A29425A1900B30DA7 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12329425A1800B30DA7 /* inline_exhaustive_pass.h */; }; - A9F7B66B29425A1900B30DA7 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12429425A1800B30DA7 /* constants.h */; }; - A9F7B66C29425A1900B30DA7 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12429425A1800B30DA7 /* constants.h */; }; - A9F7B66D29425A1900B30DA7 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12429425A1800B30DA7 /* constants.h */; }; - A9F7B66E29425A1900B30DA7 /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12529425A1800B30DA7 /* eliminate_dead_members_pass.cpp */; }; - A9F7B66F29425A1900B30DA7 /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12529425A1800B30DA7 /* eliminate_dead_members_pass.cpp */; }; - A9F7B67029425A1900B30DA7 /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12529425A1800B30DA7 /* eliminate_dead_members_pass.cpp */; }; - A9F7B67129425A1900B30DA7 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12629425A1800B30DA7 /* strength_reduction_pass.cpp */; }; - A9F7B67229425A1900B30DA7 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12629425A1800B30DA7 /* strength_reduction_pass.cpp */; }; - A9F7B67329425A1900B30DA7 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12629425A1800B30DA7 /* strength_reduction_pass.cpp */; }; - A9F7B67429425A1900B30DA7 /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12729425A1800B30DA7 /* desc_sroa.cpp */; }; - A9F7B67529425A1900B30DA7 /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12729425A1800B30DA7 /* desc_sroa.cpp */; }; - A9F7B67629425A1900B30DA7 /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12729425A1800B30DA7 /* desc_sroa.cpp */; }; - A9F7B67729425A1900B30DA7 /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12829425A1800B30DA7 /* block_merge_util.cpp */; }; - A9F7B67829425A1900B30DA7 /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12829425A1800B30DA7 /* block_merge_util.cpp */; }; - A9F7B67929425A1900B30DA7 /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12829425A1800B30DA7 /* block_merge_util.cpp */; }; - A9F7B67A29425A1900B30DA7 /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12929425A1800B30DA7 /* upgrade_memory_model.h */; }; - A9F7B67B29425A1900B30DA7 /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12929425A1800B30DA7 /* upgrade_memory_model.h */; }; - A9F7B67C29425A1900B30DA7 /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12929425A1800B30DA7 /* upgrade_memory_model.h */; }; - A9F7B67D29425A1900B30DA7 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12A29425A1800B30DA7 /* copy_prop_arrays.cpp */; }; - A9F7B67E29425A1900B30DA7 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12A29425A1800B30DA7 /* copy_prop_arrays.cpp */; }; - A9F7B67F29425A1900B30DA7 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12A29425A1800B30DA7 /* copy_prop_arrays.cpp */; }; - A9F7B68029425A1900B30DA7 /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12B29425A1800B30DA7 /* analyze_live_input_pass.h */; }; - A9F7B68129425A1900B30DA7 /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12B29425A1800B30DA7 /* analyze_live_input_pass.h */; }; - A9F7B68229425A1900B30DA7 /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12B29425A1800B30DA7 /* analyze_live_input_pass.h */; }; - A9F7B68329425A1900B30DA7 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12C29425A1800B30DA7 /* pass_manager.cpp */; }; - A9F7B68429425A1900B30DA7 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12C29425A1800B30DA7 /* pass_manager.cpp */; }; - A9F7B68529425A1900B30DA7 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12C29425A1800B30DA7 /* pass_manager.cpp */; }; - A9F7B68629425A1900B30DA7 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12D29425A1800B30DA7 /* inline_exhaustive_pass.cpp */; }; - A9F7B68729425A1900B30DA7 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12D29425A1800B30DA7 /* inline_exhaustive_pass.cpp */; }; - A9F7B68829425A1900B30DA7 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12D29425A1800B30DA7 /* inline_exhaustive_pass.cpp */; }; - A9F7B68929425A1900B30DA7 /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12E29425A1800B30DA7 /* loop_fission.h */; }; - A9F7B68A29425A1900B30DA7 /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12E29425A1800B30DA7 /* loop_fission.h */; }; - A9F7B68B29425A1900B30DA7 /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12E29425A1800B30DA7 /* loop_fission.h */; }; - A9F7B68C29425A1900B30DA7 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12F29425A1800B30DA7 /* workaround1209.h */; }; - A9F7B68D29425A1900B30DA7 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12F29425A1800B30DA7 /* workaround1209.h */; }; - A9F7B68E29425A1900B30DA7 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12F29425A1800B30DA7 /* workaround1209.h */; }; - A9F7B68F29425A1900B30DA7 /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13029425A1800B30DA7 /* loop_fusion_pass.cpp */; }; - A9F7B69029425A1900B30DA7 /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13029425A1800B30DA7 /* loop_fusion_pass.cpp */; }; - A9F7B69129425A1900B30DA7 /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13029425A1800B30DA7 /* loop_fusion_pass.cpp */; }; - A9F7B69229425A1900B30DA7 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13129425A1800B30DA7 /* log.h */; }; - A9F7B69329425A1900B30DA7 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13129425A1800B30DA7 /* log.h */; }; - A9F7B69429425A1900B30DA7 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13129425A1800B30DA7 /* log.h */; }; - A9F7B69529425A1900B30DA7 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13229425A1800B30DA7 /* copy_prop_arrays.h */; }; - A9F7B69629425A1900B30DA7 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13229425A1800B30DA7 /* copy_prop_arrays.h */; }; - A9F7B69729425A1900B30DA7 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13229425A1800B30DA7 /* copy_prop_arrays.h */; }; - A9F7B69829425A1900B30DA7 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13329425A1800B30DA7 /* eliminate_dead_constant_pass.h */; }; - A9F7B69929425A1900B30DA7 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13329425A1800B30DA7 /* eliminate_dead_constant_pass.h */; }; - A9F7B69A29425A1900B30DA7 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13329425A1800B30DA7 /* eliminate_dead_constant_pass.h */; }; - A9F7B69B29425A1900B30DA7 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13429425A1800B30DA7 /* dead_insert_elim_pass.cpp */; }; - A9F7B69C29425A1900B30DA7 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13429425A1800B30DA7 /* dead_insert_elim_pass.cpp */; }; - A9F7B69D29425A1900B30DA7 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13429425A1800B30DA7 /* dead_insert_elim_pass.cpp */; }; - A9F7B69E29425A1900B30DA7 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13529425A1800B30DA7 /* ssa_rewrite_pass.h */; }; - A9F7B69F29425A1900B30DA7 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13529425A1800B30DA7 /* ssa_rewrite_pass.h */; }; - A9F7B6A029425A1900B30DA7 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13529425A1800B30DA7 /* ssa_rewrite_pass.h */; }; - A9F7B6A129425A1900B30DA7 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13629425A1800B30DA7 /* scalar_analysis.cpp */; }; - A9F7B6A229425A1900B30DA7 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13629425A1800B30DA7 /* scalar_analysis.cpp */; }; - A9F7B6A329425A1900B30DA7 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13629425A1800B30DA7 /* scalar_analysis.cpp */; }; - A9F7B6A429425A1900B30DA7 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13729425A1800B30DA7 /* dead_variable_elimination.h */; }; - A9F7B6A529425A1900B30DA7 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13729425A1800B30DA7 /* dead_variable_elimination.h */; }; - A9F7B6A629425A1900B30DA7 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13729425A1800B30DA7 /* dead_variable_elimination.h */; }; - A9F7B6A729425A1900B30DA7 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13829425A1800B30DA7 /* block_merge_pass.cpp */; }; - A9F7B6A829425A1900B30DA7 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13829425A1800B30DA7 /* block_merge_pass.cpp */; }; - A9F7B6A929425A1900B30DA7 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13829425A1800B30DA7 /* block_merge_pass.cpp */; }; - A9F7B6AA29425A1900B30DA7 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13929425A1800B30DA7 /* dominator_analysis.h */; }; - A9F7B6AB29425A1900B30DA7 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13929425A1800B30DA7 /* dominator_analysis.h */; }; - A9F7B6AC29425A1900B30DA7 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13929425A1800B30DA7 /* dominator_analysis.h */; }; - A9F7B6AD29425A1900B30DA7 /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13A29425A1800B30DA7 /* convert_to_sampled_image_pass.cpp */; }; - A9F7B6AE29425A1900B30DA7 /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13A29425A1800B30DA7 /* convert_to_sampled_image_pass.cpp */; }; - A9F7B6AF29425A1900B30DA7 /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13A29425A1800B30DA7 /* convert_to_sampled_image_pass.cpp */; }; - A9F7B6B029425A1900B30DA7 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13B29425A1800B30DA7 /* pass.h */; }; - A9F7B6B129425A1900B30DA7 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13B29425A1800B30DA7 /* pass.h */; }; - A9F7B6B229425A1900B30DA7 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13B29425A1800B30DA7 /* pass.h */; }; - A9F7B6B329425A1900B30DA7 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13C29425A1800B30DA7 /* folding_rules.h */; }; - A9F7B6B429425A1900B30DA7 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13C29425A1800B30DA7 /* folding_rules.h */; }; - A9F7B6B529425A1900B30DA7 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13C29425A1800B30DA7 /* folding_rules.h */; }; - A9F7B6B629425A1900B30DA7 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13D29425A1800B30DA7 /* eliminate_dead_functions_pass.h */; }; - A9F7B6B729425A1900B30DA7 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13D29425A1800B30DA7 /* eliminate_dead_functions_pass.h */; }; - A9F7B6B829425A1900B30DA7 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13D29425A1800B30DA7 /* eliminate_dead_functions_pass.h */; }; - A9F7B6B929425A1900B30DA7 /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13E29425A1800B30DA7 /* eliminate_dead_functions_util.h */; }; - A9F7B6BA29425A1900B30DA7 /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13E29425A1800B30DA7 /* eliminate_dead_functions_util.h */; }; - A9F7B6BB29425A1900B30DA7 /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13E29425A1800B30DA7 /* eliminate_dead_functions_util.h */; }; - A9F7B6BC29425A1900B30DA7 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13F29425A1800B30DA7 /* fold.h */; }; - A9F7B6BD29425A1900B30DA7 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13F29425A1800B30DA7 /* fold.h */; }; - A9F7B6BE29425A1900B30DA7 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13F29425A1800B30DA7 /* fold.h */; }; - A9F7B6BF29425A1900B30DA7 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14029425A1800B30DA7 /* local_single_store_elim_pass.cpp */; }; - A9F7B6C029425A1900B30DA7 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14029425A1800B30DA7 /* local_single_store_elim_pass.cpp */; }; - A9F7B6C129425A1900B30DA7 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14029425A1800B30DA7 /* local_single_store_elim_pass.cpp */; }; - A9F7B6C229425A1900B30DA7 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14129425A1800B30DA7 /* dead_branch_elim_pass.h */; }; - A9F7B6C329425A1900B30DA7 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14129425A1800B30DA7 /* dead_branch_elim_pass.h */; }; - A9F7B6C429425A1900B30DA7 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14129425A1800B30DA7 /* dead_branch_elim_pass.h */; }; - A9F7B6C529425A1900B30DA7 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14229425A1800B30DA7 /* private_to_local_pass.cpp */; }; - A9F7B6C629425A1900B30DA7 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14229425A1800B30DA7 /* private_to_local_pass.cpp */; }; - A9F7B6C729425A1900B30DA7 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14229425A1800B30DA7 /* private_to_local_pass.cpp */; }; - A9F7B6C829425A1900B30DA7 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14329425A1800B30DA7 /* scalar_analysis_nodes.h */; }; - A9F7B6C929425A1900B30DA7 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14329425A1800B30DA7 /* scalar_analysis_nodes.h */; }; - A9F7B6CA29425A1900B30DA7 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14329425A1800B30DA7 /* scalar_analysis_nodes.h */; }; - A9F7B6CB29425A1900B30DA7 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14429425A1800B30DA7 /* propagator.cpp */; }; - A9F7B6CC29425A1900B30DA7 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14429425A1800B30DA7 /* propagator.cpp */; }; - A9F7B6CD29425A1900B30DA7 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14429425A1800B30DA7 /* propagator.cpp */; }; - A9F7B6CE29425A1900B30DA7 /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14529425A1800B30DA7 /* fix_storage_class.h */; }; - A9F7B6CF29425A1900B30DA7 /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14529425A1800B30DA7 /* fix_storage_class.h */; }; - A9F7B6D029425A1900B30DA7 /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14529425A1800B30DA7 /* fix_storage_class.h */; }; - A9F7B6D129425A1900B30DA7 /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14629425A1800B30DA7 /* loop_dependence_helpers.cpp */; }; - A9F7B6D229425A1900B30DA7 /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14629425A1800B30DA7 /* loop_dependence_helpers.cpp */; }; - A9F7B6D329425A1900B30DA7 /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14629425A1800B30DA7 /* loop_dependence_helpers.cpp */; }; - A9F7B6D429425A1900B30DA7 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14729425A1800B30DA7 /* set_spec_constant_default_value_pass.cpp */; }; - A9F7B6D529425A1900B30DA7 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14729425A1800B30DA7 /* set_spec_constant_default_value_pass.cpp */; }; - A9F7B6D629425A1900B30DA7 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14729425A1800B30DA7 /* set_spec_constant_default_value_pass.cpp */; }; - A9F7B6D729425A1900B30DA7 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14829425A1800B30DA7 /* passes.h */; }; - A9F7B6D829425A1900B30DA7 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14829425A1800B30DA7 /* passes.h */; }; - A9F7B6D929425A1900B30DA7 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14829425A1800B30DA7 /* passes.h */; }; - A9F7B6DA29425A1900B30DA7 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14929425A1800B30DA7 /* fold.cpp */; }; - A9F7B6DB29425A1900B30DA7 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14929425A1800B30DA7 /* fold.cpp */; }; - A9F7B6DC29425A1900B30DA7 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14929425A1800B30DA7 /* fold.cpp */; }; - A9F7B6DD29425A1900B30DA7 /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14A29425A1800B30DA7 /* amd_ext_to_khr.cpp */; }; - A9F7B6DE29425A1900B30DA7 /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14A29425A1800B30DA7 /* amd_ext_to_khr.cpp */; }; - A9F7B6DF29425A1900B30DA7 /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14A29425A1800B30DA7 /* amd_ext_to_khr.cpp */; }; - A9F7B6E029425A1900B30DA7 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14B29425A1800B30DA7 /* scalar_replacement_pass.cpp */; }; - A9F7B6E129425A1900B30DA7 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14B29425A1800B30DA7 /* scalar_replacement_pass.cpp */; }; - A9F7B6E229425A1900B30DA7 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14B29425A1800B30DA7 /* scalar_replacement_pass.cpp */; }; - A9F7B6E329425A1900B30DA7 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14C29425A1800B30DA7 /* simplification_pass.h */; }; - A9F7B6E429425A1900B30DA7 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14C29425A1800B30DA7 /* simplification_pass.h */; }; - A9F7B6E529425A1900B30DA7 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14C29425A1800B30DA7 /* simplification_pass.h */; }; - A9F7B6E629425A1900B30DA7 /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14D29425A1800B30DA7 /* interface_var_sroa.cpp */; }; - A9F7B6E729425A1900B30DA7 /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14D29425A1800B30DA7 /* interface_var_sroa.cpp */; }; - A9F7B6E829425A1900B30DA7 /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14D29425A1800B30DA7 /* interface_var_sroa.cpp */; }; - A9F7B6E929425A1900B30DA7 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14E29425A1800B30DA7 /* remove_duplicates_pass.h */; }; - A9F7B6EA29425A1900B30DA7 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14E29425A1800B30DA7 /* remove_duplicates_pass.h */; }; - A9F7B6EB29425A1900B30DA7 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14E29425A1800B30DA7 /* remove_duplicates_pass.h */; }; - A9F7B6EC29425A1900B30DA7 /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14F29425A1800B30DA7 /* desc_sroa_util.h */; }; - A9F7B6ED29425A1900B30DA7 /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14F29425A1800B30DA7 /* desc_sroa_util.h */; }; - A9F7B6EE29425A1900B30DA7 /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14F29425A1800B30DA7 /* desc_sroa_util.h */; }; - A9F7B6EF29425A1900B30DA7 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15029425A1800B30DA7 /* redundancy_elimination.cpp */; }; - A9F7B6F029425A1900B30DA7 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15029425A1800B30DA7 /* redundancy_elimination.cpp */; }; - A9F7B6F129425A1900B30DA7 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15029425A1800B30DA7 /* redundancy_elimination.cpp */; }; - A9F7B6F229425A1900B30DA7 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15129425A1800B30DA7 /* reflect.h */; }; - A9F7B6F329425A1900B30DA7 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15129425A1800B30DA7 /* reflect.h */; }; - A9F7B6F429425A1900B30DA7 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15129425A1800B30DA7 /* reflect.h */; }; - A9F7B6F529425A1900B30DA7 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15229425A1800B30DA7 /* workaround1209.cpp */; }; - A9F7B6F629425A1900B30DA7 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15229425A1800B30DA7 /* workaround1209.cpp */; }; - A9F7B6F729425A1900B30DA7 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15229425A1800B30DA7 /* workaround1209.cpp */; }; - A9F7B6F829425A1900B30DA7 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15329425A1800B30DA7 /* null_pass.h */; }; - A9F7B6F929425A1900B30DA7 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15329425A1800B30DA7 /* null_pass.h */; }; - A9F7B6FA29425A1900B30DA7 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15329425A1800B30DA7 /* null_pass.h */; }; - A9F7B6FB29425A1900B30DA7 /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15429425A1800B30DA7 /* relax_float_ops_pass.cpp */; }; - A9F7B6FC29425A1900B30DA7 /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15429425A1800B30DA7 /* relax_float_ops_pass.cpp */; }; - A9F7B6FD29425A1900B30DA7 /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15429425A1800B30DA7 /* relax_float_ops_pass.cpp */; }; - A9F7B6FE29425A1900B30DA7 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15529425A1800B30DA7 /* const_folding_rules.h */; }; - A9F7B6FF29425A1900B30DA7 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15529425A1800B30DA7 /* const_folding_rules.h */; }; - A9F7B70029425A1900B30DA7 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15529425A1800B30DA7 /* const_folding_rules.h */; }; - A9F7B70129425A1900B30DA7 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15629425A1800B30DA7 /* scalar_replacement_pass.h */; }; - A9F7B70229425A1900B30DA7 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15629425A1800B30DA7 /* scalar_replacement_pass.h */; }; - A9F7B70329425A1900B30DA7 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15629425A1800B30DA7 /* scalar_replacement_pass.h */; }; - A9F7B70429425A1900B30DA7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15729425A1800B30DA7 /* instruction.cpp */; }; - A9F7B70529425A1900B30DA7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15729425A1800B30DA7 /* instruction.cpp */; }; - A9F7B70629425A1900B30DA7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15729425A1800B30DA7 /* instruction.cpp */; }; - A9F7B70729425A1900B30DA7 /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15829425A1800B30DA7 /* pch_source_opt.h */; }; - A9F7B70829425A1900B30DA7 /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15829425A1800B30DA7 /* pch_source_opt.h */; }; - A9F7B70929425A1900B30DA7 /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15829425A1800B30DA7 /* pch_source_opt.h */; }; - A9F7B70A29425A1900B30DA7 /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15929425A1800B30DA7 /* reduce_load_size.cpp */; }; - A9F7B70B29425A1900B30DA7 /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15929425A1800B30DA7 /* reduce_load_size.cpp */; }; - A9F7B70C29425A1900B30DA7 /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15929425A1800B30DA7 /* reduce_load_size.cpp */; }; - A9F7B70D29425A1900B30DA7 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15A29425A1800B30DA7 /* redundancy_elimination.h */; }; - A9F7B70E29425A1900B30DA7 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15A29425A1800B30DA7 /* redundancy_elimination.h */; }; - A9F7B70F29425A1900B30DA7 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15A29425A1800B30DA7 /* redundancy_elimination.h */; }; - A9F7B71029425A1900B30DA7 /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15B29425A1800B30DA7 /* fix_storage_class.cpp */; }; - A9F7B71129425A1900B30DA7 /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15B29425A1800B30DA7 /* fix_storage_class.cpp */; }; - A9F7B71229425A1900B30DA7 /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15B29425A1800B30DA7 /* fix_storage_class.cpp */; }; - A9F7B71329425A1900B30DA7 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15C29425A1800B30DA7 /* value_number_table.cpp */; }; - A9F7B71429425A1900B30DA7 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15C29425A1800B30DA7 /* value_number_table.cpp */; }; - A9F7B71529425A1900B30DA7 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15C29425A1800B30DA7 /* value_number_table.cpp */; }; - A9F7B71629425A1900B30DA7 /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15D29425A1800B30DA7 /* remove_unused_interface_variables_pass.cpp */; }; - A9F7B71729425A1900B30DA7 /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15D29425A1800B30DA7 /* remove_unused_interface_variables_pass.cpp */; }; - A9F7B71829425A1900B30DA7 /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15D29425A1800B30DA7 /* remove_unused_interface_variables_pass.cpp */; }; - A9F7B71929425A1900B30DA7 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15E29425A1800B30DA7 /* inline_opaque_pass.cpp */; }; - A9F7B71A29425A1900B30DA7 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15E29425A1800B30DA7 /* inline_opaque_pass.cpp */; }; - A9F7B71B29425A1900B30DA7 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15E29425A1800B30DA7 /* inline_opaque_pass.cpp */; }; - A9F7B71C29425A1900B30DA7 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15F29425A1800B30DA7 /* replace_invalid_opc.cpp */; }; - A9F7B71D29425A1900B30DA7 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15F29425A1800B30DA7 /* replace_invalid_opc.cpp */; }; - A9F7B71E29425A1900B30DA7 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15F29425A1800B30DA7 /* replace_invalid_opc.cpp */; }; - A9F7B71F29425A1900B30DA7 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16029425A1800B30DA7 /* loop_utils.h */; }; - A9F7B72029425A1900B30DA7 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16029425A1800B30DA7 /* loop_utils.h */; }; - A9F7B72129425A1900B30DA7 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16029425A1800B30DA7 /* loop_utils.h */; }; - A9F7B72229425A1900B30DA7 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16129425A1800B30DA7 /* module.h */; }; - A9F7B72329425A1900B30DA7 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16129425A1800B30DA7 /* module.h */; }; - A9F7B72429425A1900B30DA7 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16129425A1800B30DA7 /* module.h */; }; - A9F7B72529425A1900B30DA7 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16229425A1800B30DA7 /* dominator_analysis.cpp */; }; - A9F7B72629425A1900B30DA7 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16229425A1800B30DA7 /* dominator_analysis.cpp */; }; - A9F7B72729425A1900B30DA7 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16229425A1800B30DA7 /* dominator_analysis.cpp */; }; - A9F7B72829425A1900B30DA7 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16329425A1800B30DA7 /* ir_builder.h */; }; - A9F7B72929425A1900B30DA7 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16329425A1800B30DA7 /* ir_builder.h */; }; - A9F7B72A29425A1900B30DA7 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16329425A1800B30DA7 /* ir_builder.h */; }; - A9F7B72B29425A1900B30DA7 /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16429425A1800B30DA7 /* replace_desc_array_access_using_var_index.cpp */; }; - A9F7B72C29425A1900B30DA7 /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16429425A1800B30DA7 /* replace_desc_array_access_using_var_index.cpp */; }; - A9F7B72D29425A1900B30DA7 /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16429425A1800B30DA7 /* replace_desc_array_access_using_var_index.cpp */; }; - A9F7B72E29425A1900B30DA7 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16529425A1800B30DA7 /* loop_unswitch_pass.h */; }; - A9F7B72F29425A1900B30DA7 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16529425A1800B30DA7 /* loop_unswitch_pass.h */; }; - A9F7B73029425A1900B30DA7 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16529425A1800B30DA7 /* loop_unswitch_pass.h */; }; - A9F7B73129425A1900B30DA7 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16629425A1800B30DA7 /* cfg.h */; }; - A9F7B73229425A1900B30DA7 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16629425A1800B30DA7 /* cfg.h */; }; - A9F7B73329425A1900B30DA7 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16629425A1800B30DA7 /* cfg.h */; }; - A9F7B73429425A1900B30DA7 /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16729425A1800B30DA7 /* code_sink.h */; }; - A9F7B73529425A1900B30DA7 /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16729425A1800B30DA7 /* code_sink.h */; }; - A9F7B73629425A1900B30DA7 /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16729425A1800B30DA7 /* code_sink.h */; }; - A9F7B73729425A1900B30DA7 /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16829425A1800B30DA7 /* dataflow.cpp */; }; - A9F7B73829425A1900B30DA7 /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16829425A1800B30DA7 /* dataflow.cpp */; }; - A9F7B73929425A1900B30DA7 /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16829425A1800B30DA7 /* dataflow.cpp */; }; - A9F7B73A29425A1900B30DA7 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16929425A1800B30DA7 /* loop_descriptor.h */; }; - A9F7B73B29425A1900B30DA7 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16929425A1800B30DA7 /* loop_descriptor.h */; }; - A9F7B73C29425A1900B30DA7 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16929425A1800B30DA7 /* loop_descriptor.h */; }; - A9F7B73D29425A1900B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16A29425A1800B30DA7 /* instruction.h */; }; - A9F7B73E29425A1900B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16A29425A1800B30DA7 /* instruction.h */; }; - A9F7B73F29425A1900B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16A29425A1800B30DA7 /* instruction.h */; }; - A9F7B74029425A1900B30DA7 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16B29425A1800B30DA7 /* aggressive_dead_code_elim_pass.h */; }; - A9F7B74129425A1900B30DA7 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16B29425A1800B30DA7 /* aggressive_dead_code_elim_pass.h */; }; - A9F7B74229425A1900B30DA7 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16B29425A1800B30DA7 /* aggressive_dead_code_elim_pass.h */; }; - A9F7B74329425A1900B30DA7 /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16C29425A1800B30DA7 /* struct_cfg_analysis.cpp */; }; - A9F7B74429425A1900B30DA7 /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16C29425A1800B30DA7 /* struct_cfg_analysis.cpp */; }; - A9F7B74529425A1900B30DA7 /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16C29425A1800B30DA7 /* struct_cfg_analysis.cpp */; }; - A9F7B74629425A1900B30DA7 /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16D29425A1800B30DA7 /* remove_dontinline_pass.cpp */; }; - A9F7B74729425A1900B30DA7 /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16D29425A1800B30DA7 /* remove_dontinline_pass.cpp */; }; - A9F7B74829425A1900B30DA7 /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16D29425A1800B30DA7 /* remove_dontinline_pass.cpp */; }; - A9F7B74929425A1900B30DA7 /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16E29425A1800B30DA7 /* vector_dce.h */; }; - A9F7B74A29425A1900B30DA7 /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16E29425A1800B30DA7 /* vector_dce.h */; }; - A9F7B74B29425A1900B30DA7 /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16E29425A1800B30DA7 /* vector_dce.h */; }; - A9F7B74C29425A1900B30DA7 /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16F29425A1800B30DA7 /* combine_access_chains.h */; }; - A9F7B74D29425A1900B30DA7 /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16F29425A1800B30DA7 /* combine_access_chains.h */; }; - A9F7B74E29425A1900B30DA7 /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16F29425A1800B30DA7 /* combine_access_chains.h */; }; - A9F7B74F29425A1900B30DA7 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17029425A1800B30DA7 /* pass_manager.h */; }; - A9F7B75029425A1900B30DA7 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17029425A1800B30DA7 /* pass_manager.h */; }; - A9F7B75129425A1900B30DA7 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17029425A1800B30DA7 /* pass_manager.h */; }; - A9F7B75229425A1900B30DA7 /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17129425A1800B30DA7 /* spread_volatile_semantics.h */; }; - A9F7B75329425A1900B30DA7 /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17129425A1800B30DA7 /* spread_volatile_semantics.h */; }; - A9F7B75429425A1900B30DA7 /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17129425A1800B30DA7 /* spread_volatile_semantics.h */; }; - A9F7B75529425A1900B30DA7 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17229425A1800B30DA7 /* local_access_chain_convert_pass.cpp */; }; - A9F7B75629425A1900B30DA7 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17229425A1800B30DA7 /* local_access_chain_convert_pass.cpp */; }; - A9F7B75729425A1900B30DA7 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17229425A1800B30DA7 /* local_access_chain_convert_pass.cpp */; }; - A9F7B75829425A1900B30DA7 /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17329425A1800B30DA7 /* interp_fixup_pass.cpp */; }; - A9F7B75929425A1900B30DA7 /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17329425A1800B30DA7 /* interp_fixup_pass.cpp */; }; - A9F7B75A29425A1900B30DA7 /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17329425A1800B30DA7 /* interp_fixup_pass.cpp */; }; - A9F7B75B29425A1900B30DA7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17429425A1800B30DA7 /* basic_block.cpp */; }; - A9F7B75C29425A1900B30DA7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17429425A1800B30DA7 /* basic_block.cpp */; }; - A9F7B75D29425A1900B30DA7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17429425A1800B30DA7 /* basic_block.cpp */; }; - A9F7B75E29425A1900B30DA7 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17529425A1800B30DA7 /* iterator.h */; }; - A9F7B75F29425A1900B30DA7 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17529425A1800B30DA7 /* iterator.h */; }; - A9F7B76029425A1900B30DA7 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17529425A1800B30DA7 /* iterator.h */; }; - A9F7B76129425A1900B30DA7 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17629425A1800B30DA7 /* licm_pass.h */; }; - A9F7B76229425A1900B30DA7 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17629425A1800B30DA7 /* licm_pass.h */; }; - A9F7B76329425A1900B30DA7 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17629425A1800B30DA7 /* licm_pass.h */; }; - A9F7B76429425A1900B30DA7 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17729425A1800B30DA7 /* build_module.h */; }; - A9F7B76529425A1900B30DA7 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17729425A1800B30DA7 /* build_module.h */; }; - A9F7B76629425A1900B30DA7 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17729425A1800B30DA7 /* build_module.h */; }; - A9F7B76729425A1900B30DA7 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17829425A1800B30DA7 /* ccp_pass.h */; }; - A9F7B76829425A1900B30DA7 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17829425A1800B30DA7 /* ccp_pass.h */; }; - A9F7B76929425A1900B30DA7 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17829425A1800B30DA7 /* ccp_pass.h */; }; - A9F7B76A29425A1900B30DA7 /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17929425A1800B30DA7 /* graphics_robust_access_pass.cpp */; }; - A9F7B76B29425A1900B30DA7 /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17929425A1800B30DA7 /* graphics_robust_access_pass.cpp */; }; - A9F7B76C29425A1900B30DA7 /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17929425A1800B30DA7 /* graphics_robust_access_pass.cpp */; }; - A9F7B76D29425A1900B30DA7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17A29425A1800B30DA7 /* function.h */; }; - A9F7B76E29425A1900B30DA7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17A29425A1800B30DA7 /* function.h */; }; - A9F7B76F29425A1900B30DA7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17A29425A1800B30DA7 /* function.h */; }; - A9F7B77029425A1900B30DA7 /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17B29425A1800B30DA7 /* fix_func_call_arguments.h */; }; - A9F7B77129425A1900B30DA7 /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17B29425A1800B30DA7 /* fix_func_call_arguments.h */; }; - A9F7B77229425A1900B30DA7 /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17B29425A1800B30DA7 /* fix_func_call_arguments.h */; }; - A9F7B77329425A1900B30DA7 /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17C29425A1800B30DA7 /* loop_fusion.cpp */; }; - A9F7B77429425A1900B30DA7 /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17C29425A1800B30DA7 /* loop_fusion.cpp */; }; - A9F7B77529425A1900B30DA7 /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17C29425A1800B30DA7 /* loop_fusion.cpp */; }; - A9F7B77629425A1900B30DA7 /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17D29425A1800B30DA7 /* analyze_live_input_pass.cpp */; }; - A9F7B77729425A1900B30DA7 /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17D29425A1800B30DA7 /* analyze_live_input_pass.cpp */; }; - A9F7B77829425A1900B30DA7 /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17D29425A1800B30DA7 /* analyze_live_input_pass.cpp */; }; - A9F7B77929425A1900B30DA7 /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17E29425A1800B30DA7 /* upgrade_memory_model.cpp */; }; - A9F7B77A29425A1900B30DA7 /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17E29425A1800B30DA7 /* upgrade_memory_model.cpp */; }; - A9F7B77B29425A1900B30DA7 /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17E29425A1800B30DA7 /* upgrade_memory_model.cpp */; }; - A9F7B77C29425A1900B30DA7 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17F29425A1800B30DA7 /* feature_manager.h */; }; - A9F7B77D29425A1900B30DA7 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17F29425A1800B30DA7 /* feature_manager.h */; }; - A9F7B77E29425A1900B30DA7 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17F29425A1800B30DA7 /* feature_manager.h */; }; - A9F7B77F29425A1900B30DA7 /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18029425A1800B30DA7 /* dataflow.h */; }; - A9F7B78029425A1900B30DA7 /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18029425A1800B30DA7 /* dataflow.h */; }; - A9F7B78129425A1900B30DA7 /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18029425A1800B30DA7 /* dataflow.h */; }; - A9F7B78229425A1900B30DA7 /* inst_bindless_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18129425A1800B30DA7 /* inst_bindless_check_pass.h */; }; - A9F7B78329425A1900B30DA7 /* inst_bindless_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18129425A1800B30DA7 /* inst_bindless_check_pass.h */; }; - A9F7B78429425A1900B30DA7 /* inst_bindless_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18129425A1800B30DA7 /* inst_bindless_check_pass.h */; }; - A9F7B78529425A1900B30DA7 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18229425A1800B30DA7 /* scalar_analysis_simplification.cpp */; }; - A9F7B78629425A1900B30DA7 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18229425A1800B30DA7 /* scalar_analysis_simplification.cpp */; }; - A9F7B78729425A1900B30DA7 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18229425A1800B30DA7 /* scalar_analysis_simplification.cpp */; }; - A9F7B78829425A1900B30DA7 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18329425A1800B30DA7 /* set_spec_constant_default_value_pass.h */; }; - A9F7B78929425A1900B30DA7 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18329425A1800B30DA7 /* set_spec_constant_default_value_pass.h */; }; - A9F7B78A29425A1900B30DA7 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18329425A1800B30DA7 /* set_spec_constant_default_value_pass.h */; }; - A9F7B78B29425A1900B30DA7 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18429425A1800B30DA7 /* dominator_tree.h */; }; - A9F7B78C29425A1900B30DA7 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18429425A1800B30DA7 /* dominator_tree.h */; }; - A9F7B78D29425A1900B30DA7 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18429425A1800B30DA7 /* dominator_tree.h */; }; - A9F7B78E29425A1900B30DA7 /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18529425A1800B30DA7 /* remove_unused_interface_variables_pass.h */; }; - A9F7B78F29425A1900B30DA7 /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18529425A1800B30DA7 /* remove_unused_interface_variables_pass.h */; }; - A9F7B79029425A1900B30DA7 /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18529425A1800B30DA7 /* remove_unused_interface_variables_pass.h */; }; - A9F7B79129425A1900B30DA7 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18629425A1800B30DA7 /* type_manager.h */; }; - A9F7B79229425A1900B30DA7 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18629425A1800B30DA7 /* type_manager.h */; }; - A9F7B79329425A1900B30DA7 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18629425A1800B30DA7 /* type_manager.h */; }; - A9F7B79429425A1900B30DA7 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18729425A1800B30DA7 /* compact_ids_pass.cpp */; }; - A9F7B79529425A1900B30DA7 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18729425A1800B30DA7 /* compact_ids_pass.cpp */; }; - A9F7B79629425A1900B30DA7 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18729425A1800B30DA7 /* compact_ids_pass.cpp */; }; - A9F7B79729425A1900B30DA7 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18829425A1800B30DA7 /* loop_peeling.cpp */; }; - A9F7B79829425A1900B30DA7 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18829425A1800B30DA7 /* loop_peeling.cpp */; }; - A9F7B79929425A1900B30DA7 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18829425A1800B30DA7 /* loop_peeling.cpp */; }; - A9F7B79A29425A1900B30DA7 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18929425A1800B30DA7 /* table.h */; }; - A9F7B79B29425A1900B30DA7 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18929425A1800B30DA7 /* table.h */; }; - A9F7B79C29425A1900B30DA7 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18929425A1800B30DA7 /* table.h */; }; - A9F7BC3229425A1B00B30DA7 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31629425A1800B30DA7 /* ext_inst.h */; }; - A9F7BC3329425A1B00B30DA7 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31629425A1800B30DA7 /* ext_inst.h */; }; - A9F7BC3429425A1B00B30DA7 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31629425A1800B30DA7 /* ext_inst.h */; }; - A9F7BC3529425A1B00B30DA7 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31729425A1800B30DA7 /* diagnostic.cpp */; }; - A9F7BC3629425A1B00B30DA7 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31729425A1800B30DA7 /* diagnostic.cpp */; }; - A9F7BC3729425A1B00B30DA7 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31729425A1800B30DA7 /* diagnostic.cpp */; }; - A9F7BC3829425A1B00B30DA7 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31829425A1800B30DA7 /* latest_version_spirv_header.h */; }; - A9F7BC3929425A1B00B30DA7 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31829425A1800B30DA7 /* latest_version_spirv_header.h */; }; - A9F7BC3A29425A1B00B30DA7 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31829425A1800B30DA7 /* latest_version_spirv_header.h */; }; - A9F7BC3B29425A1B00B30DA7 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31929425A1800B30DA7 /* libspirv.cpp */; }; - A9F7BC3C29425A1B00B30DA7 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31929425A1800B30DA7 /* libspirv.cpp */; }; - A9F7BC3D29425A1B00B30DA7 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31929425A1800B30DA7 /* libspirv.cpp */; }; - A9F7BC3E29425A1B00B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31A29425A1800B30DA7 /* instruction.h */; }; - A9F7BC3F29425A1B00B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31A29425A1800B30DA7 /* instruction.h */; }; - A9F7BC4029425A1B00B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31A29425A1800B30DA7 /* instruction.h */; }; - A9F7BC4129425A1B00B30DA7 /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31B29425A1800B30DA7 /* spirv_optimizer_options.h */; }; - A9F7BC4229425A1B00B30DA7 /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31B29425A1800B30DA7 /* spirv_optimizer_options.h */; }; - A9F7BC4329425A1B00B30DA7 /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31B29425A1800B30DA7 /* spirv_optimizer_options.h */; }; - A9F7BC4429425A1B00B30DA7 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31C29425A1800B30DA7 /* opcode.h */; }; - A9F7BC4529425A1B00B30DA7 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31C29425A1800B30DA7 /* opcode.h */; }; - A9F7BC4629425A1B00B30DA7 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31C29425A1800B30DA7 /* opcode.h */; }; - A9F7BC4729425A1B00B30DA7 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31D29425A1800B30DA7 /* operand.cpp */; }; - A9F7BC4829425A1B00B30DA7 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31D29425A1800B30DA7 /* operand.cpp */; }; - A9F7BC4929425A1B00B30DA7 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31D29425A1800B30DA7 /* operand.cpp */; }; - A9F7BC4A29425A1B00B30DA7 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31E29425A1800B30DA7 /* latest_version_glsl_std_450_header.h */; }; - A9F7BC4B29425A1B00B30DA7 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31E29425A1800B30DA7 /* latest_version_glsl_std_450_header.h */; }; - A9F7BC4C29425A1B00B30DA7 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31E29425A1800B30DA7 /* latest_version_glsl_std_450_header.h */; }; - A9F7BC4D29425A1B00B30DA7 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31F29425A1800B30DA7 /* extensions.h */; }; - A9F7BC4E29425A1B00B30DA7 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31F29425A1800B30DA7 /* extensions.h */; }; - A9F7BC4F29425A1B00B30DA7 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31F29425A1800B30DA7 /* extensions.h */; }; - A9F7BC5029425A1B00B30DA7 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32029425A1800B30DA7 /* disassemble.cpp */; }; - A9F7BC5129425A1B00B30DA7 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32029425A1800B30DA7 /* disassemble.cpp */; }; - A9F7BC5229425A1B00B30DA7 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32029425A1800B30DA7 /* disassemble.cpp */; }; - A9F7BC5329425A1B00B30DA7 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32129425A1800B30DA7 /* binary.h */; }; - A9F7BC5429425A1B00B30DA7 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32129425A1800B30DA7 /* binary.h */; }; - A9F7BC5529425A1B00B30DA7 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32129425A1800B30DA7 /* binary.h */; }; - A9F7BC5629425A1B00B30DA7 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32229425A1800B30DA7 /* text_handler.cpp */; }; - A9F7BC5729425A1B00B30DA7 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32229425A1800B30DA7 /* text_handler.cpp */; }; - A9F7BC5829425A1B00B30DA7 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32229425A1800B30DA7 /* text_handler.cpp */; }; - A9F7BC5929425A1B00B30DA7 /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32429425A1800B30DA7 /* validate_annotation.cpp */; }; - A9F7BC5A29425A1B00B30DA7 /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32429425A1800B30DA7 /* validate_annotation.cpp */; }; - A9F7BC5B29425A1B00B30DA7 /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32429425A1800B30DA7 /* validate_annotation.cpp */; }; - A9F7BC5C29425A1B00B30DA7 /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32529425A1800B30DA7 /* validate_misc.cpp */; }; - A9F7BC5D29425A1B00B30DA7 /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32529425A1800B30DA7 /* validate_misc.cpp */; }; - A9F7BC5E29425A1B00B30DA7 /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32529425A1800B30DA7 /* validate_misc.cpp */; }; - A9F7BC5F29425A1B00B30DA7 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32629425A1800B30DA7 /* validate_cfg.cpp */; }; - A9F7BC6029425A1B00B30DA7 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32629425A1800B30DA7 /* validate_cfg.cpp */; }; - A9F7BC6129425A1B00B30DA7 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32629425A1800B30DA7 /* validate_cfg.cpp */; }; - A9F7BC6229425A1B00B30DA7 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32729425A1800B30DA7 /* validate_capability.cpp */; }; - A9F7BC6329425A1B00B30DA7 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32729425A1800B30DA7 /* validate_capability.cpp */; }; - A9F7BC6429425A1B00B30DA7 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32729425A1800B30DA7 /* validate_capability.cpp */; }; - A9F7BC6529425A1B00B30DA7 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32829425A1800B30DA7 /* construct.h */; }; - A9F7BC6629425A1B00B30DA7 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32829425A1800B30DA7 /* construct.h */; }; - A9F7BC6729425A1B00B30DA7 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32829425A1800B30DA7 /* construct.h */; }; - A9F7BC6829425A1B00B30DA7 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32929425A1800B30DA7 /* validate_barriers.cpp */; }; - A9F7BC6929425A1B00B30DA7 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32929425A1800B30DA7 /* validate_barriers.cpp */; }; - A9F7BC6A29425A1B00B30DA7 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32929425A1800B30DA7 /* validate_barriers.cpp */; }; - A9F7BC6B29425A1B00B30DA7 /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32A29425A1800B30DA7 /* validate_non_uniform.cpp */; }; - A9F7BC6C29425A1B00B30DA7 /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32A29425A1800B30DA7 /* validate_non_uniform.cpp */; }; - A9F7BC6D29425A1B00B30DA7 /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32A29425A1800B30DA7 /* validate_non_uniform.cpp */; }; - A9F7BC6E29425A1B00B30DA7 /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32B29425A1800B30DA7 /* validate_ray_query.cpp */; }; - A9F7BC6F29425A1B00B30DA7 /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32B29425A1800B30DA7 /* validate_ray_query.cpp */; }; - A9F7BC7029425A1B00B30DA7 /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32B29425A1800B30DA7 /* validate_ray_query.cpp */; }; - A9F7BC7129425A1B00B30DA7 /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32C29425A1800B30DA7 /* validate_ray_tracing.cpp */; }; - A9F7BC7229425A1B00B30DA7 /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32C29425A1800B30DA7 /* validate_ray_tracing.cpp */; }; - A9F7BC7329425A1B00B30DA7 /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32C29425A1800B30DA7 /* validate_ray_tracing.cpp */; }; - A9F7BC7429425A1B00B30DA7 /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32D29425A1800B30DA7 /* validate_scopes.cpp */; }; - A9F7BC7529425A1B00B30DA7 /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32D29425A1800B30DA7 /* validate_scopes.cpp */; }; - A9F7BC7629425A1B00B30DA7 /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32D29425A1800B30DA7 /* validate_scopes.cpp */; }; - A9F7BC7729425A1B00B30DA7 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32E29425A1800B30DA7 /* validate_atomics.cpp */; }; - A9F7BC7829425A1B00B30DA7 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32E29425A1800B30DA7 /* validate_atomics.cpp */; }; - A9F7BC7929425A1B00B30DA7 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32E29425A1800B30DA7 /* validate_atomics.cpp */; }; - A9F7BC7A29425A1B00B30DA7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32F29425A1800B30DA7 /* basic_block.h */; }; - A9F7BC7B29425A1B00B30DA7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32F29425A1800B30DA7 /* basic_block.h */; }; - A9F7BC7C29425A1B00B30DA7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32F29425A1800B30DA7 /* basic_block.h */; }; - A9F7BC7D29425A1B00B30DA7 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33029425A1800B30DA7 /* validate_instruction.cpp */; }; - A9F7BC7E29425A1B00B30DA7 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33029425A1800B30DA7 /* validate_instruction.cpp */; }; - A9F7BC7F29425A1B00B30DA7 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33029425A1800B30DA7 /* validate_instruction.cpp */; }; - A9F7BC8029425A1B00B30DA7 /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33129425A1800B30DA7 /* validate_ray_tracing_reorder.cpp */; }; - A9F7BC8129425A1B00B30DA7 /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33129425A1800B30DA7 /* validate_ray_tracing_reorder.cpp */; }; - A9F7BC8229425A1B00B30DA7 /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33129425A1800B30DA7 /* validate_ray_tracing_reorder.cpp */; }; - A9F7BC8329425A1B00B30DA7 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33229425A1800B30DA7 /* validate_decorations.cpp */; }; - A9F7BC8429425A1B00B30DA7 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33229425A1800B30DA7 /* validate_decorations.cpp */; }; - A9F7BC8529425A1B00B30DA7 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33229425A1800B30DA7 /* validate_decorations.cpp */; }; - A9F7BC8629425A1B00B30DA7 /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33329425A1800B30DA7 /* validate_debug.cpp */; }; - A9F7BC8729425A1B00B30DA7 /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33329425A1800B30DA7 /* validate_debug.cpp */; }; - A9F7BC8829425A1B00B30DA7 /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33329425A1800B30DA7 /* validate_debug.cpp */; }; - A9F7BC8929425A1B00B30DA7 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33429425A1800B30DA7 /* validate_builtins.cpp */; }; - A9F7BC8A29425A1B00B30DA7 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33429425A1800B30DA7 /* validate_builtins.cpp */; }; - A9F7BC8B29425A1B00B30DA7 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33429425A1800B30DA7 /* validate_builtins.cpp */; }; - A9F7BC8C29425A1B00B30DA7 /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33529425A1800B30DA7 /* validate_interfaces.cpp */; }; - A9F7BC8D29425A1B00B30DA7 /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33529425A1800B30DA7 /* validate_interfaces.cpp */; }; - A9F7BC8E29425A1B00B30DA7 /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33529425A1800B30DA7 /* validate_interfaces.cpp */; }; - A9F7BC8F29425A1B00B30DA7 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33629425A1800B30DA7 /* validate.cpp */; }; - A9F7BC9029425A1B00B30DA7 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33629425A1800B30DA7 /* validate.cpp */; }; - A9F7BC9129425A1B00B30DA7 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33629425A1800B30DA7 /* validate.cpp */; }; - A9F7BC9229425A1B00B30DA7 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33729425A1800B30DA7 /* validation_state.h */; }; - A9F7BC9329425A1B00B30DA7 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33729425A1800B30DA7 /* validation_state.h */; }; - A9F7BC9429425A1B00B30DA7 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33729425A1800B30DA7 /* validation_state.h */; }; - A9F7BC9529425A1B00B30DA7 /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33829425A1800B30DA7 /* validate_constants.cpp */; }; - A9F7BC9629425A1B00B30DA7 /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33829425A1800B30DA7 /* validate_constants.cpp */; }; - A9F7BC9729425A1B00B30DA7 /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33829425A1800B30DA7 /* validate_constants.cpp */; }; - A9F7BC9829425A1B00B30DA7 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33929425A1800B30DA7 /* validate_bitwise.cpp */; }; - A9F7BC9929425A1B00B30DA7 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33929425A1800B30DA7 /* validate_bitwise.cpp */; }; - A9F7BC9A29425A1B00B30DA7 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33929425A1800B30DA7 /* validate_bitwise.cpp */; }; - A9F7BC9B29425A1B00B30DA7 /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33A29425A1800B30DA7 /* validate_extensions.cpp */; }; - A9F7BC9C29425A1B00B30DA7 /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33A29425A1800B30DA7 /* validate_extensions.cpp */; }; - A9F7BC9D29425A1B00B30DA7 /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33A29425A1800B30DA7 /* validate_extensions.cpp */; }; - A9F7BC9E29425A1B00B30DA7 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33B29425A1800B30DA7 /* construct.cpp */; }; - A9F7BC9F29425A1B00B30DA7 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33B29425A1800B30DA7 /* construct.cpp */; }; - A9F7BCA029425A1B00B30DA7 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33B29425A1800B30DA7 /* construct.cpp */; }; - A9F7BCA129425A1B00B30DA7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33C29425A1800B30DA7 /* function.cpp */; }; - A9F7BCA229425A1B00B30DA7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33C29425A1800B30DA7 /* function.cpp */; }; - A9F7BCA329425A1B00B30DA7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33C29425A1800B30DA7 /* function.cpp */; }; - A9F7BCA429425A1B00B30DA7 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33D29425A1800B30DA7 /* validate.h */; }; - A9F7BCA529425A1B00B30DA7 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33D29425A1800B30DA7 /* validate.h */; }; - A9F7BCA629425A1B00B30DA7 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33D29425A1800B30DA7 /* validate.h */; }; - A9F7BCA729425A1B00B30DA7 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33E29425A1800B30DA7 /* validate_adjacency.cpp */; }; - A9F7BCA829425A1B00B30DA7 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33E29425A1800B30DA7 /* validate_adjacency.cpp */; }; - A9F7BCA929425A1B00B30DA7 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33E29425A1800B30DA7 /* validate_adjacency.cpp */; }; - A9F7BCAA29425A1B00B30DA7 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33F29425A1800B30DA7 /* validate_conversion.cpp */; }; - A9F7BCAB29425A1B00B30DA7 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33F29425A1800B30DA7 /* validate_conversion.cpp */; }; - A9F7BCAC29425A1B00B30DA7 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33F29425A1800B30DA7 /* validate_conversion.cpp */; }; - A9F7BCAD29425A1B00B30DA7 /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34029425A1800B30DA7 /* validate_small_type_uses.cpp */; }; - A9F7BCAE29425A1B00B30DA7 /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34029425A1800B30DA7 /* validate_small_type_uses.cpp */; }; - A9F7BCAF29425A1B00B30DA7 /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34029425A1800B30DA7 /* validate_small_type_uses.cpp */; }; - A9F7BCB029425A1B00B30DA7 /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34129425A1800B30DA7 /* validate_scopes.h */; }; - A9F7BCB129425A1B00B30DA7 /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34129425A1800B30DA7 /* validate_scopes.h */; }; - A9F7BCB229425A1B00B30DA7 /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34129425A1800B30DA7 /* validate_scopes.h */; }; - A9F7BCB329425A1B00B30DA7 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34229425A1800B30DA7 /* validate_id.cpp */; }; - A9F7BCB429425A1B00B30DA7 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34229425A1800B30DA7 /* validate_id.cpp */; }; - A9F7BCB529425A1B00B30DA7 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34229425A1800B30DA7 /* validate_id.cpp */; }; - A9F7BCB629425A1B00B30DA7 /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34329425A1800B30DA7 /* validate_memory_semantics.h */; }; - A9F7BCB729425A1B00B30DA7 /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34329425A1800B30DA7 /* validate_memory_semantics.h */; }; - A9F7BCB829425A1B00B30DA7 /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34329425A1800B30DA7 /* validate_memory_semantics.h */; }; - A9F7BCB929425A1B00B30DA7 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34429425A1800B30DA7 /* validate_arithmetics.cpp */; }; - A9F7BCBA29425A1B00B30DA7 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34429425A1800B30DA7 /* validate_arithmetics.cpp */; }; - A9F7BCBB29425A1B00B30DA7 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34429425A1800B30DA7 /* validate_arithmetics.cpp */; }; - A9F7BCBC29425A1B00B30DA7 /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34529425A1800B30DA7 /* validate_mode_setting.cpp */; }; - A9F7BCBD29425A1B00B30DA7 /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34529425A1800B30DA7 /* validate_mode_setting.cpp */; }; - A9F7BCBE29425A1B00B30DA7 /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34529425A1800B30DA7 /* validate_mode_setting.cpp */; }; - A9F7BCBF29425A1B00B30DA7 /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34629425A1800B30DA7 /* validate_memory_semantics.cpp */; }; - A9F7BCC029425A1B00B30DA7 /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34629425A1800B30DA7 /* validate_memory_semantics.cpp */; }; - A9F7BCC129425A1B00B30DA7 /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34629425A1800B30DA7 /* validate_memory_semantics.cpp */; }; - A9F7BCC229425A1B00B30DA7 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34729425A1800B30DA7 /* validate_logicals.cpp */; }; - A9F7BCC329425A1B00B30DA7 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34729425A1800B30DA7 /* validate_logicals.cpp */; }; - A9F7BCC429425A1B00B30DA7 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34729425A1800B30DA7 /* validate_logicals.cpp */; }; - A9F7BCC529425A1B00B30DA7 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34829425A1800B30DA7 /* validate_derivatives.cpp */; }; - A9F7BCC629425A1B00B30DA7 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34829425A1800B30DA7 /* validate_derivatives.cpp */; }; - A9F7BCC729425A1B00B30DA7 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34829425A1800B30DA7 /* validate_derivatives.cpp */; }; - A9F7BCC829425A1B00B30DA7 /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34929425A1800B30DA7 /* validate_memory.cpp */; }; - A9F7BCC929425A1B00B30DA7 /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34929425A1800B30DA7 /* validate_memory.cpp */; }; - A9F7BCCA29425A1B00B30DA7 /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34929425A1800B30DA7 /* validate_memory.cpp */; }; - A9F7BCCB29425A1B00B30DA7 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34A29425A1800B30DA7 /* validate_image.cpp */; }; - A9F7BCCC29425A1B00B30DA7 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34A29425A1800B30DA7 /* validate_image.cpp */; }; - A9F7BCCD29425A1B00B30DA7 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34A29425A1800B30DA7 /* validate_image.cpp */; }; - A9F7BCCE29425A1B00B30DA7 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34B29425A1800B30DA7 /* validate_literals.cpp */; }; - A9F7BCCF29425A1B00B30DA7 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34B29425A1800B30DA7 /* validate_literals.cpp */; }; - A9F7BCD029425A1B00B30DA7 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34B29425A1800B30DA7 /* validate_literals.cpp */; }; - A9F7BCD129425A1B00B30DA7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34C29425A1800B30DA7 /* instruction.cpp */; }; - A9F7BCD229425A1B00B30DA7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34C29425A1800B30DA7 /* instruction.cpp */; }; - A9F7BCD329425A1B00B30DA7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34C29425A1800B30DA7 /* instruction.cpp */; }; - A9F7BCD429425A1B00B30DA7 /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34D29425A1800B30DA7 /* validate_type.cpp */; }; - A9F7BCD529425A1B00B30DA7 /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34D29425A1800B30DA7 /* validate_type.cpp */; }; - A9F7BCD629425A1B00B30DA7 /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34D29425A1800B30DA7 /* validate_type.cpp */; }; - A9F7BCD729425A1B00B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34E29425A1800B30DA7 /* instruction.h */; }; - A9F7BCD829425A1B00B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34E29425A1800B30DA7 /* instruction.h */; }; - A9F7BCD929425A1B00B30DA7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34E29425A1800B30DA7 /* instruction.h */; }; - A9F7BCDA29425A1B00B30DA7 /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34F29425A1800B30DA7 /* validate_mesh_shading.cpp */; }; - A9F7BCDB29425A1B00B30DA7 /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34F29425A1800B30DA7 /* validate_mesh_shading.cpp */; }; - A9F7BCDC29425A1B00B30DA7 /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34F29425A1800B30DA7 /* validate_mesh_shading.cpp */; }; - A9F7BCDD29425A1B00B30DA7 /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35029425A1800B30DA7 /* validate_execution_limitations.cpp */; }; - A9F7BCDE29425A1B00B30DA7 /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35029425A1800B30DA7 /* validate_execution_limitations.cpp */; }; - A9F7BCDF29425A1B00B30DA7 /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35029425A1800B30DA7 /* validate_execution_limitations.cpp */; }; - A9F7BCE029425A1B00B30DA7 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35129425A1800B30DA7 /* validate_layout.cpp */; }; - A9F7BCE129425A1B00B30DA7 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35129425A1800B30DA7 /* validate_layout.cpp */; }; - A9F7BCE229425A1B00B30DA7 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35129425A1800B30DA7 /* validate_layout.cpp */; }; - A9F7BCE329425A1B00B30DA7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35229425A1800B30DA7 /* basic_block.cpp */; }; - A9F7BCE429425A1B00B30DA7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35229425A1800B30DA7 /* basic_block.cpp */; }; - A9F7BCE529425A1B00B30DA7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35229425A1800B30DA7 /* basic_block.cpp */; }; - A9F7BCE629425A1B00B30DA7 /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35329425A1800B30DA7 /* validate_function.cpp */; }; - A9F7BCE729425A1B00B30DA7 /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35329425A1800B30DA7 /* validate_function.cpp */; }; - A9F7BCE829425A1B00B30DA7 /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35329425A1800B30DA7 /* validate_function.cpp */; }; - A9F7BCE929425A1B00B30DA7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35429425A1800B30DA7 /* function.h */; }; - A9F7BCEA29425A1B00B30DA7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35429425A1800B30DA7 /* function.h */; }; - A9F7BCEB29425A1B00B30DA7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35429425A1800B30DA7 /* function.h */; }; - A9F7BCEC29425A1B00B30DA7 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35529425A1800B30DA7 /* validate_composites.cpp */; }; - A9F7BCED29425A1B00B30DA7 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35529425A1800B30DA7 /* validate_composites.cpp */; }; - A9F7BCEE29425A1B00B30DA7 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35529425A1800B30DA7 /* validate_composites.cpp */; }; - A9F7BCEF29425A1B00B30DA7 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35629425A1800B30DA7 /* validation_state.cpp */; }; - A9F7BCF029425A1B00B30DA7 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35629425A1800B30DA7 /* validation_state.cpp */; }; - A9F7BCF129425A1B00B30DA7 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35629425A1800B30DA7 /* validation_state.cpp */; }; - A9F7BCF229425A1B00B30DA7 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35729425A1800B30DA7 /* validate_primitives.cpp */; }; - A9F7BCF329425A1B00B30DA7 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35729425A1800B30DA7 /* validate_primitives.cpp */; }; - A9F7BCF429425A1B00B30DA7 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35729425A1800B30DA7 /* validate_primitives.cpp */; }; - A9F7BCF529425A1B00B30DA7 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35829425A1800B30DA7 /* decoration.h */; }; - A9F7BCF629425A1B00B30DA7 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35829425A1800B30DA7 /* decoration.h */; }; - A9F7BCF729425A1B00B30DA7 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35829425A1800B30DA7 /* decoration.h */; }; + A9A9D4502C437C6900B4ACDC /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D0FD2C437C6900B4ACDC /* diff.cpp */; }; + A9A9D4512C437C6900B4ACDC /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D0FD2C437C6900B4ACDC /* diff.cpp */; }; + A9A9D4522C437C6900B4ACDC /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D0FD2C437C6900B4ACDC /* diff.cpp */; }; + A9A9D4532C437C6900B4ACDC /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D0FD2C437C6900B4ACDC /* diff.cpp */; }; + A9A9D4542C437C6900B4ACDC /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FE2C437C6900B4ACDC /* diff.h */; }; + A9A9D4552C437C6900B4ACDC /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FE2C437C6900B4ACDC /* diff.h */; }; + A9A9D4562C437C6900B4ACDC /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FE2C437C6900B4ACDC /* diff.h */; }; + A9A9D4572C437C6900B4ACDC /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FE2C437C6900B4ACDC /* diff.h */; }; + A9A9D4582C437C6900B4ACDC /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FF2C437C6900B4ACDC /* lcs.h */; }; + A9A9D4592C437C6900B4ACDC /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FF2C437C6900B4ACDC /* lcs.h */; }; + A9A9D45A2C437C6900B4ACDC /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FF2C437C6900B4ACDC /* lcs.h */; }; + A9A9D45B2C437C6900B4ACDC /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D0FF2C437C6900B4ACDC /* lcs.h */; }; + A9A9DA782C437C6B00B4ACDC /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D28E2C437C6900B4ACDC /* linker.cpp */; }; + A9A9DA792C437C6B00B4ACDC /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D28E2C437C6900B4ACDC /* linker.cpp */; }; + A9A9DA7A2C437C6B00B4ACDC /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D28E2C437C6900B4ACDC /* linker.cpp */; }; + A9A9DA7B2C437C6B00B4ACDC /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D28E2C437C6900B4ACDC /* linker.cpp */; }; + A9A9DA7C2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2912C437C6900B4ACDC /* divergence_analysis.cpp */; }; + A9A9DA7D2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2912C437C6900B4ACDC /* divergence_analysis.cpp */; }; + A9A9DA7E2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2912C437C6900B4ACDC /* divergence_analysis.cpp */; }; + A9A9DA7F2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2912C437C6900B4ACDC /* divergence_analysis.cpp */; }; + A9A9DA802C437C6B00B4ACDC /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2922C437C6900B4ACDC /* divergence_analysis.h */; }; + A9A9DA812C437C6B00B4ACDC /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2922C437C6900B4ACDC /* divergence_analysis.h */; }; + A9A9DA822C437C6B00B4ACDC /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2922C437C6900B4ACDC /* divergence_analysis.h */; }; + A9A9DA832C437C6B00B4ACDC /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2922C437C6900B4ACDC /* divergence_analysis.h */; }; + A9A9DA842C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2932C437C6900B4ACDC /* lint_divergent_derivatives.cpp */; }; + A9A9DA852C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2932C437C6900B4ACDC /* lint_divergent_derivatives.cpp */; }; + A9A9DA862C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2932C437C6900B4ACDC /* lint_divergent_derivatives.cpp */; }; + A9A9DA872C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2932C437C6900B4ACDC /* lint_divergent_derivatives.cpp */; }; + A9A9DA882C437C6B00B4ACDC /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2942C437C6900B4ACDC /* linter.cpp */; }; + A9A9DA892C437C6B00B4ACDC /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2942C437C6900B4ACDC /* linter.cpp */; }; + A9A9DA8A2C437C6B00B4ACDC /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2942C437C6900B4ACDC /* linter.cpp */; }; + A9A9DA8B2C437C6B00B4ACDC /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2942C437C6900B4ACDC /* linter.cpp */; }; + A9A9DA8C2C437C6B00B4ACDC /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2952C437C6900B4ACDC /* lints.h */; }; + A9A9DA8D2C437C6B00B4ACDC /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2952C437C6900B4ACDC /* lints.h */; }; + A9A9DA8E2C437C6B00B4ACDC /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2952C437C6900B4ACDC /* lints.h */; }; + A9A9DA8F2C437C6B00B4ACDC /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2952C437C6900B4ACDC /* lints.h */; }; + A9A9DA902C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2972C437C6900B4ACDC /* aggressive_dead_code_elim_pass.cpp */; }; + A9A9DA912C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2972C437C6900B4ACDC /* aggressive_dead_code_elim_pass.cpp */; }; + A9A9DA922C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2972C437C6900B4ACDC /* aggressive_dead_code_elim_pass.cpp */; }; + A9A9DA932C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2972C437C6900B4ACDC /* aggressive_dead_code_elim_pass.cpp */; }; + A9A9DA942C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2982C437C6900B4ACDC /* aggressive_dead_code_elim_pass.h */; }; + A9A9DA952C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2982C437C6900B4ACDC /* aggressive_dead_code_elim_pass.h */; }; + A9A9DA962C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2982C437C6900B4ACDC /* aggressive_dead_code_elim_pass.h */; }; + A9A9DA972C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2982C437C6900B4ACDC /* aggressive_dead_code_elim_pass.h */; }; + A9A9DA982C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2992C437C6900B4ACDC /* amd_ext_to_khr.cpp */; }; + A9A9DA992C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2992C437C6900B4ACDC /* amd_ext_to_khr.cpp */; }; + A9A9DA9A2C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2992C437C6900B4ACDC /* amd_ext_to_khr.cpp */; }; + A9A9DA9B2C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2992C437C6900B4ACDC /* amd_ext_to_khr.cpp */; }; + A9A9DA9C2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29A2C437C6900B4ACDC /* amd_ext_to_khr.h */; }; + A9A9DA9D2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29A2C437C6900B4ACDC /* amd_ext_to_khr.h */; }; + A9A9DA9E2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29A2C437C6900B4ACDC /* amd_ext_to_khr.h */; }; + A9A9DA9F2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29A2C437C6900B4ACDC /* amd_ext_to_khr.h */; }; + A9A9DAA02C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29B2C437C6900B4ACDC /* analyze_live_input_pass.cpp */; }; + A9A9DAA12C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29B2C437C6900B4ACDC /* analyze_live_input_pass.cpp */; }; + A9A9DAA22C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29B2C437C6900B4ACDC /* analyze_live_input_pass.cpp */; }; + A9A9DAA32C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29B2C437C6900B4ACDC /* analyze_live_input_pass.cpp */; }; + A9A9DAA42C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29C2C437C6900B4ACDC /* analyze_live_input_pass.h */; }; + A9A9DAA52C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29C2C437C6900B4ACDC /* analyze_live_input_pass.h */; }; + A9A9DAA62C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29C2C437C6900B4ACDC /* analyze_live_input_pass.h */; }; + A9A9DAA72C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29C2C437C6900B4ACDC /* analyze_live_input_pass.h */; }; + A9A9DAA82C437C6B00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29D2C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DAA92C437C6B00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29D2C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DAAA2C437C6B00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29D2C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DAAB2C437C6B00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29D2C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DAAC2C437C6B00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29E2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DAAD2C437C6B00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29E2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DAAE2C437C6B00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29E2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DAAF2C437C6B00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D29E2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DAB02C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29F2C437C6900B4ACDC /* block_merge_pass.cpp */; }; + A9A9DAB12C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29F2C437C6900B4ACDC /* block_merge_pass.cpp */; }; + A9A9DAB22C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29F2C437C6900B4ACDC /* block_merge_pass.cpp */; }; + A9A9DAB32C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D29F2C437C6900B4ACDC /* block_merge_pass.cpp */; }; + A9A9DAB42C437C6B00B4ACDC /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A02C437C6900B4ACDC /* block_merge_pass.h */; }; + A9A9DAB52C437C6B00B4ACDC /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A02C437C6900B4ACDC /* block_merge_pass.h */; }; + A9A9DAB62C437C6B00B4ACDC /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A02C437C6900B4ACDC /* block_merge_pass.h */; }; + A9A9DAB72C437C6B00B4ACDC /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A02C437C6900B4ACDC /* block_merge_pass.h */; }; + A9A9DAB82C437C6B00B4ACDC /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A12C437C6900B4ACDC /* block_merge_util.cpp */; }; + A9A9DAB92C437C6B00B4ACDC /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A12C437C6900B4ACDC /* block_merge_util.cpp */; }; + A9A9DABA2C437C6B00B4ACDC /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A12C437C6900B4ACDC /* block_merge_util.cpp */; }; + A9A9DABB2C437C6B00B4ACDC /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A12C437C6900B4ACDC /* block_merge_util.cpp */; }; + A9A9DABC2C437C6B00B4ACDC /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A22C437C6900B4ACDC /* block_merge_util.h */; }; + A9A9DABD2C437C6B00B4ACDC /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A22C437C6900B4ACDC /* block_merge_util.h */; }; + A9A9DABE2C437C6B00B4ACDC /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A22C437C6900B4ACDC /* block_merge_util.h */; }; + A9A9DABF2C437C6B00B4ACDC /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A22C437C6900B4ACDC /* block_merge_util.h */; }; + A9A9DAC02C437C6B00B4ACDC /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A32C437C6900B4ACDC /* build_module.cpp */; }; + A9A9DAC12C437C6B00B4ACDC /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A32C437C6900B4ACDC /* build_module.cpp */; }; + A9A9DAC22C437C6B00B4ACDC /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A32C437C6900B4ACDC /* build_module.cpp */; }; + A9A9DAC32C437C6B00B4ACDC /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A32C437C6900B4ACDC /* build_module.cpp */; }; + A9A9DAC42C437C6B00B4ACDC /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A42C437C6900B4ACDC /* build_module.h */; }; + A9A9DAC52C437C6B00B4ACDC /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A42C437C6900B4ACDC /* build_module.h */; }; + A9A9DAC62C437C6B00B4ACDC /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A42C437C6900B4ACDC /* build_module.h */; }; + A9A9DAC72C437C6B00B4ACDC /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A42C437C6900B4ACDC /* build_module.h */; }; + A9A9DAC82C437C6B00B4ACDC /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A52C437C6900B4ACDC /* ccp_pass.cpp */; }; + A9A9DAC92C437C6B00B4ACDC /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A52C437C6900B4ACDC /* ccp_pass.cpp */; }; + A9A9DACA2C437C6B00B4ACDC /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A52C437C6900B4ACDC /* ccp_pass.cpp */; }; + A9A9DACB2C437C6B00B4ACDC /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A52C437C6900B4ACDC /* ccp_pass.cpp */; }; + A9A9DACC2C437C6B00B4ACDC /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A62C437C6900B4ACDC /* ccp_pass.h */; }; + A9A9DACD2C437C6B00B4ACDC /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A62C437C6900B4ACDC /* ccp_pass.h */; }; + A9A9DACE2C437C6B00B4ACDC /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A62C437C6900B4ACDC /* ccp_pass.h */; }; + A9A9DACF2C437C6B00B4ACDC /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A62C437C6900B4ACDC /* ccp_pass.h */; }; + A9A9DAD02C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A72C437C6900B4ACDC /* cfg_cleanup_pass.cpp */; }; + A9A9DAD12C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A72C437C6900B4ACDC /* cfg_cleanup_pass.cpp */; }; + A9A9DAD22C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A72C437C6900B4ACDC /* cfg_cleanup_pass.cpp */; }; + A9A9DAD32C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A72C437C6900B4ACDC /* cfg_cleanup_pass.cpp */; }; + A9A9DAD42C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A82C437C6900B4ACDC /* cfg_cleanup_pass.h */; }; + A9A9DAD52C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A82C437C6900B4ACDC /* cfg_cleanup_pass.h */; }; + A9A9DAD62C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A82C437C6900B4ACDC /* cfg_cleanup_pass.h */; }; + A9A9DAD72C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2A82C437C6900B4ACDC /* cfg_cleanup_pass.h */; }; + A9A9DAD82C437C6B00B4ACDC /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A92C437C6900B4ACDC /* cfg.cpp */; }; + A9A9DAD92C437C6B00B4ACDC /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A92C437C6900B4ACDC /* cfg.cpp */; }; + A9A9DADA2C437C6B00B4ACDC /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A92C437C6900B4ACDC /* cfg.cpp */; }; + A9A9DADB2C437C6B00B4ACDC /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2A92C437C6900B4ACDC /* cfg.cpp */; }; + A9A9DADC2C437C6B00B4ACDC /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AA2C437C6900B4ACDC /* cfg.h */; }; + A9A9DADD2C437C6B00B4ACDC /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AA2C437C6900B4ACDC /* cfg.h */; }; + A9A9DADE2C437C6B00B4ACDC /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AA2C437C6900B4ACDC /* cfg.h */; }; + A9A9DADF2C437C6B00B4ACDC /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AA2C437C6900B4ACDC /* cfg.h */; }; + A9A9DAE02C437C6B00B4ACDC /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AC2C437C6900B4ACDC /* code_sink.cpp */; }; + A9A9DAE12C437C6B00B4ACDC /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AC2C437C6900B4ACDC /* code_sink.cpp */; }; + A9A9DAE22C437C6B00B4ACDC /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AC2C437C6900B4ACDC /* code_sink.cpp */; }; + A9A9DAE32C437C6B00B4ACDC /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AC2C437C6900B4ACDC /* code_sink.cpp */; }; + A9A9DAE42C437C6B00B4ACDC /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AD2C437C6900B4ACDC /* code_sink.h */; }; + A9A9DAE52C437C6B00B4ACDC /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AD2C437C6900B4ACDC /* code_sink.h */; }; + A9A9DAE62C437C6B00B4ACDC /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AD2C437C6900B4ACDC /* code_sink.h */; }; + A9A9DAE72C437C6B00B4ACDC /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AD2C437C6900B4ACDC /* code_sink.h */; }; + A9A9DAE82C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AE2C437C6900B4ACDC /* combine_access_chains.cpp */; }; + A9A9DAE92C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AE2C437C6900B4ACDC /* combine_access_chains.cpp */; }; + A9A9DAEA2C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AE2C437C6900B4ACDC /* combine_access_chains.cpp */; }; + A9A9DAEB2C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2AE2C437C6900B4ACDC /* combine_access_chains.cpp */; }; + A9A9DAEC2C437C6B00B4ACDC /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AF2C437C6900B4ACDC /* combine_access_chains.h */; }; + A9A9DAED2C437C6B00B4ACDC /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AF2C437C6900B4ACDC /* combine_access_chains.h */; }; + A9A9DAEE2C437C6B00B4ACDC /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AF2C437C6900B4ACDC /* combine_access_chains.h */; }; + A9A9DAEF2C437C6B00B4ACDC /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2AF2C437C6900B4ACDC /* combine_access_chains.h */; }; + A9A9DAF02C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B02C437C6900B4ACDC /* compact_ids_pass.cpp */; }; + A9A9DAF12C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B02C437C6900B4ACDC /* compact_ids_pass.cpp */; }; + A9A9DAF22C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B02C437C6900B4ACDC /* compact_ids_pass.cpp */; }; + A9A9DAF32C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B02C437C6900B4ACDC /* compact_ids_pass.cpp */; }; + A9A9DAF42C437C6B00B4ACDC /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B12C437C6900B4ACDC /* compact_ids_pass.h */; }; + A9A9DAF52C437C6B00B4ACDC /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B12C437C6900B4ACDC /* compact_ids_pass.h */; }; + A9A9DAF62C437C6B00B4ACDC /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B12C437C6900B4ACDC /* compact_ids_pass.h */; }; + A9A9DAF72C437C6B00B4ACDC /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B12C437C6900B4ACDC /* compact_ids_pass.h */; }; + A9A9DAF82C437C6B00B4ACDC /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B22C437C6900B4ACDC /* composite.cpp */; }; + A9A9DAF92C437C6B00B4ACDC /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B22C437C6900B4ACDC /* composite.cpp */; }; + A9A9DAFA2C437C6B00B4ACDC /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B22C437C6900B4ACDC /* composite.cpp */; }; + A9A9DAFB2C437C6B00B4ACDC /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B22C437C6900B4ACDC /* composite.cpp */; }; + A9A9DAFC2C437C6B00B4ACDC /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B32C437C6900B4ACDC /* composite.h */; }; + A9A9DAFD2C437C6B00B4ACDC /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B32C437C6900B4ACDC /* composite.h */; }; + A9A9DAFE2C437C6B00B4ACDC /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B32C437C6900B4ACDC /* composite.h */; }; + A9A9DAFF2C437C6B00B4ACDC /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B32C437C6900B4ACDC /* composite.h */; }; + A9A9DB002C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B42C437C6900B4ACDC /* const_folding_rules.cpp */; }; + A9A9DB012C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B42C437C6900B4ACDC /* const_folding_rules.cpp */; }; + A9A9DB022C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B42C437C6900B4ACDC /* const_folding_rules.cpp */; }; + A9A9DB032C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B42C437C6900B4ACDC /* const_folding_rules.cpp */; }; + A9A9DB042C437C6B00B4ACDC /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B52C437C6900B4ACDC /* const_folding_rules.h */; }; + A9A9DB052C437C6B00B4ACDC /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B52C437C6900B4ACDC /* const_folding_rules.h */; }; + A9A9DB062C437C6B00B4ACDC /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B52C437C6900B4ACDC /* const_folding_rules.h */; }; + A9A9DB072C437C6B00B4ACDC /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B52C437C6900B4ACDC /* const_folding_rules.h */; }; + A9A9DB082C437C6B00B4ACDC /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B62C437C6900B4ACDC /* constants.cpp */; }; + A9A9DB092C437C6B00B4ACDC /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B62C437C6900B4ACDC /* constants.cpp */; }; + A9A9DB0A2C437C6B00B4ACDC /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B62C437C6900B4ACDC /* constants.cpp */; }; + A9A9DB0B2C437C6B00B4ACDC /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B62C437C6900B4ACDC /* constants.cpp */; }; + A9A9DB0C2C437C6B00B4ACDC /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B72C437C6900B4ACDC /* constants.h */; }; + A9A9DB0D2C437C6B00B4ACDC /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B72C437C6900B4ACDC /* constants.h */; }; + A9A9DB0E2C437C6B00B4ACDC /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B72C437C6900B4ACDC /* constants.h */; }; + A9A9DB0F2C437C6B00B4ACDC /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B72C437C6900B4ACDC /* constants.h */; }; + A9A9DB102C437C6B00B4ACDC /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B82C437C6900B4ACDC /* control_dependence.cpp */; }; + A9A9DB112C437C6B00B4ACDC /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B82C437C6900B4ACDC /* control_dependence.cpp */; }; + A9A9DB122C437C6B00B4ACDC /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B82C437C6900B4ACDC /* control_dependence.cpp */; }; + A9A9DB132C437C6B00B4ACDC /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2B82C437C6900B4ACDC /* control_dependence.cpp */; }; + A9A9DB142C437C6B00B4ACDC /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B92C437C6900B4ACDC /* control_dependence.h */; }; + A9A9DB152C437C6B00B4ACDC /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B92C437C6900B4ACDC /* control_dependence.h */; }; + A9A9DB162C437C6B00B4ACDC /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B92C437C6900B4ACDC /* control_dependence.h */; }; + A9A9DB172C437C6B00B4ACDC /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2B92C437C6900B4ACDC /* control_dependence.h */; }; + A9A9DB182C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BA2C437C6900B4ACDC /* convert_to_half_pass.cpp */; }; + A9A9DB192C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BA2C437C6900B4ACDC /* convert_to_half_pass.cpp */; }; + A9A9DB1A2C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BA2C437C6900B4ACDC /* convert_to_half_pass.cpp */; }; + A9A9DB1B2C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BA2C437C6900B4ACDC /* convert_to_half_pass.cpp */; }; + A9A9DB1C2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BB2C437C6900B4ACDC /* convert_to_half_pass.h */; }; + A9A9DB1D2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BB2C437C6900B4ACDC /* convert_to_half_pass.h */; }; + A9A9DB1E2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BB2C437C6900B4ACDC /* convert_to_half_pass.h */; }; + A9A9DB1F2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BB2C437C6900B4ACDC /* convert_to_half_pass.h */; }; + A9A9DB202C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BC2C437C6900B4ACDC /* convert_to_sampled_image_pass.cpp */; }; + A9A9DB212C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BC2C437C6900B4ACDC /* convert_to_sampled_image_pass.cpp */; }; + A9A9DB222C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BC2C437C6900B4ACDC /* convert_to_sampled_image_pass.cpp */; }; + A9A9DB232C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BC2C437C6900B4ACDC /* convert_to_sampled_image_pass.cpp */; }; + A9A9DB242C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BD2C437C6900B4ACDC /* convert_to_sampled_image_pass.h */; }; + A9A9DB252C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BD2C437C6900B4ACDC /* convert_to_sampled_image_pass.h */; }; + A9A9DB262C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BD2C437C6900B4ACDC /* convert_to_sampled_image_pass.h */; }; + A9A9DB272C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BD2C437C6900B4ACDC /* convert_to_sampled_image_pass.h */; }; + A9A9DB282C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BE2C437C6900B4ACDC /* copy_prop_arrays.cpp */; }; + A9A9DB292C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BE2C437C6900B4ACDC /* copy_prop_arrays.cpp */; }; + A9A9DB2A2C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BE2C437C6900B4ACDC /* copy_prop_arrays.cpp */; }; + A9A9DB2B2C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2BE2C437C6900B4ACDC /* copy_prop_arrays.cpp */; }; + A9A9DB2C2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BF2C437C6900B4ACDC /* copy_prop_arrays.h */; }; + A9A9DB2D2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BF2C437C6900B4ACDC /* copy_prop_arrays.h */; }; + A9A9DB2E2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BF2C437C6900B4ACDC /* copy_prop_arrays.h */; }; + A9A9DB2F2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2BF2C437C6900B4ACDC /* copy_prop_arrays.h */; }; + A9A9DB302C437C6B00B4ACDC /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C02C437C6900B4ACDC /* dataflow.cpp */; }; + A9A9DB312C437C6B00B4ACDC /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C02C437C6900B4ACDC /* dataflow.cpp */; }; + A9A9DB322C437C6B00B4ACDC /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C02C437C6900B4ACDC /* dataflow.cpp */; }; + A9A9DB332C437C6B00B4ACDC /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C02C437C6900B4ACDC /* dataflow.cpp */; }; + A9A9DB342C437C6B00B4ACDC /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C12C437C6900B4ACDC /* dataflow.h */; }; + A9A9DB352C437C6B00B4ACDC /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C12C437C6900B4ACDC /* dataflow.h */; }; + A9A9DB362C437C6B00B4ACDC /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C12C437C6900B4ACDC /* dataflow.h */; }; + A9A9DB372C437C6B00B4ACDC /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C12C437C6900B4ACDC /* dataflow.h */; }; + A9A9DB382C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C22C437C6900B4ACDC /* dead_branch_elim_pass.cpp */; }; + A9A9DB392C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C22C437C6900B4ACDC /* dead_branch_elim_pass.cpp */; }; + A9A9DB3A2C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C22C437C6900B4ACDC /* dead_branch_elim_pass.cpp */; }; + A9A9DB3B2C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C22C437C6900B4ACDC /* dead_branch_elim_pass.cpp */; }; + A9A9DB3C2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C32C437C6900B4ACDC /* dead_branch_elim_pass.h */; }; + A9A9DB3D2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C32C437C6900B4ACDC /* dead_branch_elim_pass.h */; }; + A9A9DB3E2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C32C437C6900B4ACDC /* dead_branch_elim_pass.h */; }; + A9A9DB3F2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C32C437C6900B4ACDC /* dead_branch_elim_pass.h */; }; + A9A9DB402C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C42C437C6900B4ACDC /* dead_insert_elim_pass.cpp */; }; + A9A9DB412C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C42C437C6900B4ACDC /* dead_insert_elim_pass.cpp */; }; + A9A9DB422C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C42C437C6900B4ACDC /* dead_insert_elim_pass.cpp */; }; + A9A9DB432C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C42C437C6900B4ACDC /* dead_insert_elim_pass.cpp */; }; + A9A9DB442C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C52C437C6900B4ACDC /* dead_insert_elim_pass.h */; }; + A9A9DB452C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C52C437C6900B4ACDC /* dead_insert_elim_pass.h */; }; + A9A9DB462C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C52C437C6900B4ACDC /* dead_insert_elim_pass.h */; }; + A9A9DB472C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C52C437C6900B4ACDC /* dead_insert_elim_pass.h */; }; + A9A9DB482C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C62C437C6900B4ACDC /* dead_variable_elimination.cpp */; }; + A9A9DB492C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C62C437C6900B4ACDC /* dead_variable_elimination.cpp */; }; + A9A9DB4A2C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C62C437C6900B4ACDC /* dead_variable_elimination.cpp */; }; + A9A9DB4B2C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C62C437C6900B4ACDC /* dead_variable_elimination.cpp */; }; + A9A9DB4C2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C72C437C6900B4ACDC /* dead_variable_elimination.h */; }; + A9A9DB4D2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C72C437C6900B4ACDC /* dead_variable_elimination.h */; }; + A9A9DB4E2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C72C437C6900B4ACDC /* dead_variable_elimination.h */; }; + A9A9DB4F2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C72C437C6900B4ACDC /* dead_variable_elimination.h */; }; + A9A9DB502C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C82C437C6900B4ACDC /* debug_info_manager.cpp */; }; + A9A9DB512C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C82C437C6900B4ACDC /* debug_info_manager.cpp */; }; + A9A9DB522C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C82C437C6900B4ACDC /* debug_info_manager.cpp */; }; + A9A9DB532C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2C82C437C6900B4ACDC /* debug_info_manager.cpp */; }; + A9A9DB542C437C6B00B4ACDC /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C92C437C6900B4ACDC /* debug_info_manager.h */; }; + A9A9DB552C437C6B00B4ACDC /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C92C437C6900B4ACDC /* debug_info_manager.h */; }; + A9A9DB562C437C6B00B4ACDC /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C92C437C6900B4ACDC /* debug_info_manager.h */; }; + A9A9DB572C437C6B00B4ACDC /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2C92C437C6900B4ACDC /* debug_info_manager.h */; }; + A9A9DB582C437C6B00B4ACDC /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CA2C437C6900B4ACDC /* decoration_manager.cpp */; }; + A9A9DB592C437C6B00B4ACDC /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CA2C437C6900B4ACDC /* decoration_manager.cpp */; }; + A9A9DB5A2C437C6B00B4ACDC /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CA2C437C6900B4ACDC /* decoration_manager.cpp */; }; + A9A9DB5B2C437C6B00B4ACDC /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CA2C437C6900B4ACDC /* decoration_manager.cpp */; }; + A9A9DB5C2C437C6B00B4ACDC /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CB2C437C6900B4ACDC /* decoration_manager.h */; }; + A9A9DB5D2C437C6B00B4ACDC /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CB2C437C6900B4ACDC /* decoration_manager.h */; }; + A9A9DB5E2C437C6B00B4ACDC /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CB2C437C6900B4ACDC /* decoration_manager.h */; }; + A9A9DB5F2C437C6B00B4ACDC /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CB2C437C6900B4ACDC /* decoration_manager.h */; }; + A9A9DB602C437C6B00B4ACDC /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CC2C437C6900B4ACDC /* def_use_manager.cpp */; }; + A9A9DB612C437C6B00B4ACDC /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CC2C437C6900B4ACDC /* def_use_manager.cpp */; }; + A9A9DB622C437C6B00B4ACDC /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CC2C437C6900B4ACDC /* def_use_manager.cpp */; }; + A9A9DB632C437C6B00B4ACDC /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CC2C437C6900B4ACDC /* def_use_manager.cpp */; }; + A9A9DB642C437C6B00B4ACDC /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CD2C437C6900B4ACDC /* def_use_manager.h */; }; + A9A9DB652C437C6B00B4ACDC /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CD2C437C6900B4ACDC /* def_use_manager.h */; }; + A9A9DB662C437C6B00B4ACDC /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CD2C437C6900B4ACDC /* def_use_manager.h */; }; + A9A9DB672C437C6B00B4ACDC /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CD2C437C6900B4ACDC /* def_use_manager.h */; }; + A9A9DB682C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CE2C437C6900B4ACDC /* desc_sroa_util.cpp */; }; + A9A9DB692C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CE2C437C6900B4ACDC /* desc_sroa_util.cpp */; }; + A9A9DB6A2C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CE2C437C6900B4ACDC /* desc_sroa_util.cpp */; }; + A9A9DB6B2C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2CE2C437C6900B4ACDC /* desc_sroa_util.cpp */; }; + A9A9DB6C2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CF2C437C6900B4ACDC /* desc_sroa_util.h */; }; + A9A9DB6D2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CF2C437C6900B4ACDC /* desc_sroa_util.h */; }; + A9A9DB6E2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CF2C437C6900B4ACDC /* desc_sroa_util.h */; }; + A9A9DB6F2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2CF2C437C6900B4ACDC /* desc_sroa_util.h */; }; + A9A9DB702C437C6B00B4ACDC /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D02C437C6900B4ACDC /* desc_sroa.cpp */; }; + A9A9DB712C437C6B00B4ACDC /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D02C437C6900B4ACDC /* desc_sroa.cpp */; }; + A9A9DB722C437C6B00B4ACDC /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D02C437C6900B4ACDC /* desc_sroa.cpp */; }; + A9A9DB732C437C6B00B4ACDC /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D02C437C6900B4ACDC /* desc_sroa.cpp */; }; + A9A9DB742C437C6B00B4ACDC /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D12C437C6900B4ACDC /* desc_sroa.h */; }; + A9A9DB752C437C6B00B4ACDC /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D12C437C6900B4ACDC /* desc_sroa.h */; }; + A9A9DB762C437C6B00B4ACDC /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D12C437C6900B4ACDC /* desc_sroa.h */; }; + A9A9DB772C437C6B00B4ACDC /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D12C437C6900B4ACDC /* desc_sroa.h */; }; + A9A9DB782C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D22C437C6900B4ACDC /* dominator_analysis.cpp */; }; + A9A9DB792C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D22C437C6900B4ACDC /* dominator_analysis.cpp */; }; + A9A9DB7A2C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D22C437C6900B4ACDC /* dominator_analysis.cpp */; }; + A9A9DB7B2C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D22C437C6900B4ACDC /* dominator_analysis.cpp */; }; + A9A9DB7C2C437C6B00B4ACDC /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D32C437C6900B4ACDC /* dominator_analysis.h */; }; + A9A9DB7D2C437C6B00B4ACDC /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D32C437C6900B4ACDC /* dominator_analysis.h */; }; + A9A9DB7E2C437C6B00B4ACDC /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D32C437C6900B4ACDC /* dominator_analysis.h */; }; + A9A9DB7F2C437C6B00B4ACDC /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D32C437C6900B4ACDC /* dominator_analysis.h */; }; + A9A9DB802C437C6B00B4ACDC /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D42C437C6900B4ACDC /* dominator_tree.cpp */; }; + A9A9DB812C437C6B00B4ACDC /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D42C437C6900B4ACDC /* dominator_tree.cpp */; }; + A9A9DB822C437C6B00B4ACDC /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D42C437C6900B4ACDC /* dominator_tree.cpp */; }; + A9A9DB832C437C6B00B4ACDC /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D42C437C6900B4ACDC /* dominator_tree.cpp */; }; + A9A9DB842C437C6B00B4ACDC /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D52C437C6900B4ACDC /* dominator_tree.h */; }; + A9A9DB852C437C6B00B4ACDC /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D52C437C6900B4ACDC /* dominator_tree.h */; }; + A9A9DB862C437C6B00B4ACDC /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D52C437C6900B4ACDC /* dominator_tree.h */; }; + A9A9DB872C437C6B00B4ACDC /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D52C437C6900B4ACDC /* dominator_tree.h */; }; + A9A9DB882C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D62C437C6900B4ACDC /* eliminate_dead_constant_pass.cpp */; }; + A9A9DB892C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D62C437C6900B4ACDC /* eliminate_dead_constant_pass.cpp */; }; + A9A9DB8A2C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D62C437C6900B4ACDC /* eliminate_dead_constant_pass.cpp */; }; + A9A9DB8B2C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D62C437C6900B4ACDC /* eliminate_dead_constant_pass.cpp */; }; + A9A9DB8C2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D72C437C6900B4ACDC /* eliminate_dead_constant_pass.h */; }; + A9A9DB8D2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D72C437C6900B4ACDC /* eliminate_dead_constant_pass.h */; }; + A9A9DB8E2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D72C437C6900B4ACDC /* eliminate_dead_constant_pass.h */; }; + A9A9DB8F2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D72C437C6900B4ACDC /* eliminate_dead_constant_pass.h */; }; + A9A9DB902C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D82C437C6900B4ACDC /* eliminate_dead_functions_pass.cpp */; }; + A9A9DB912C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D82C437C6900B4ACDC /* eliminate_dead_functions_pass.cpp */; }; + A9A9DB922C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D82C437C6900B4ACDC /* eliminate_dead_functions_pass.cpp */; }; + A9A9DB932C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2D82C437C6900B4ACDC /* eliminate_dead_functions_pass.cpp */; }; + A9A9DB942C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D92C437C6900B4ACDC /* eliminate_dead_functions_pass.h */; }; + A9A9DB952C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D92C437C6900B4ACDC /* eliminate_dead_functions_pass.h */; }; + A9A9DB962C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D92C437C6900B4ACDC /* eliminate_dead_functions_pass.h */; }; + A9A9DB972C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2D92C437C6900B4ACDC /* eliminate_dead_functions_pass.h */; }; + A9A9DB982C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DA2C437C6900B4ACDC /* eliminate_dead_functions_util.cpp */; }; + A9A9DB992C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DA2C437C6900B4ACDC /* eliminate_dead_functions_util.cpp */; }; + A9A9DB9A2C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DA2C437C6900B4ACDC /* eliminate_dead_functions_util.cpp */; }; + A9A9DB9B2C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DA2C437C6900B4ACDC /* eliminate_dead_functions_util.cpp */; }; + A9A9DB9C2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DB2C437C6900B4ACDC /* eliminate_dead_functions_util.h */; }; + A9A9DB9D2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DB2C437C6900B4ACDC /* eliminate_dead_functions_util.h */; }; + A9A9DB9E2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DB2C437C6900B4ACDC /* eliminate_dead_functions_util.h */; }; + A9A9DB9F2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DB2C437C6900B4ACDC /* eliminate_dead_functions_util.h */; }; + A9A9DBA02C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DC2C437C6900B4ACDC /* eliminate_dead_io_components_pass.cpp */; }; + A9A9DBA12C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DC2C437C6900B4ACDC /* eliminate_dead_io_components_pass.cpp */; }; + A9A9DBA22C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DC2C437C6900B4ACDC /* eliminate_dead_io_components_pass.cpp */; }; + A9A9DBA32C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DC2C437C6900B4ACDC /* eliminate_dead_io_components_pass.cpp */; }; + A9A9DBA42C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DD2C437C6900B4ACDC /* eliminate_dead_io_components_pass.h */; }; + A9A9DBA52C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DD2C437C6900B4ACDC /* eliminate_dead_io_components_pass.h */; }; + A9A9DBA62C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DD2C437C6900B4ACDC /* eliminate_dead_io_components_pass.h */; }; + A9A9DBA72C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DD2C437C6900B4ACDC /* eliminate_dead_io_components_pass.h */; }; + A9A9DBA82C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DE2C437C6900B4ACDC /* eliminate_dead_members_pass.cpp */; }; + A9A9DBA92C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DE2C437C6900B4ACDC /* eliminate_dead_members_pass.cpp */; }; + A9A9DBAA2C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DE2C437C6900B4ACDC /* eliminate_dead_members_pass.cpp */; }; + A9A9DBAB2C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2DE2C437C6900B4ACDC /* eliminate_dead_members_pass.cpp */; }; + A9A9DBAC2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DF2C437C6900B4ACDC /* eliminate_dead_members_pass.h */; }; + A9A9DBAD2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DF2C437C6900B4ACDC /* eliminate_dead_members_pass.h */; }; + A9A9DBAE2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DF2C437C6900B4ACDC /* eliminate_dead_members_pass.h */; }; + A9A9DBAF2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2DF2C437C6900B4ACDC /* eliminate_dead_members_pass.h */; }; + A9A9DBB02C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E02C437C6900B4ACDC /* eliminate_dead_output_stores_pass.cpp */; }; + A9A9DBB12C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E02C437C6900B4ACDC /* eliminate_dead_output_stores_pass.cpp */; }; + A9A9DBB22C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E02C437C6900B4ACDC /* eliminate_dead_output_stores_pass.cpp */; }; + A9A9DBB32C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E02C437C6900B4ACDC /* eliminate_dead_output_stores_pass.cpp */; }; + A9A9DBB42C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E12C437C6900B4ACDC /* eliminate_dead_output_stores_pass.h */; }; + A9A9DBB52C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E12C437C6900B4ACDC /* eliminate_dead_output_stores_pass.h */; }; + A9A9DBB62C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E12C437C6900B4ACDC /* eliminate_dead_output_stores_pass.h */; }; + A9A9DBB72C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E12C437C6900B4ACDC /* eliminate_dead_output_stores_pass.h */; }; + A9A9DBB82C437C6B00B4ACDC /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E22C437C6900B4ACDC /* empty_pass.h */; }; + A9A9DBB92C437C6B00B4ACDC /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E22C437C6900B4ACDC /* empty_pass.h */; }; + A9A9DBBA2C437C6B00B4ACDC /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E22C437C6900B4ACDC /* empty_pass.h */; }; + A9A9DBBB2C437C6B00B4ACDC /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E22C437C6900B4ACDC /* empty_pass.h */; }; + A9A9DBBC2C437C6B00B4ACDC /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E32C437C6900B4ACDC /* feature_manager.cpp */; }; + A9A9DBBD2C437C6B00B4ACDC /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E32C437C6900B4ACDC /* feature_manager.cpp */; }; + A9A9DBBE2C437C6B00B4ACDC /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E32C437C6900B4ACDC /* feature_manager.cpp */; }; + A9A9DBBF2C437C6B00B4ACDC /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E32C437C6900B4ACDC /* feature_manager.cpp */; }; + A9A9DBC02C437C6B00B4ACDC /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E42C437C6900B4ACDC /* feature_manager.h */; }; + A9A9DBC12C437C6B00B4ACDC /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E42C437C6900B4ACDC /* feature_manager.h */; }; + A9A9DBC22C437C6B00B4ACDC /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E42C437C6900B4ACDC /* feature_manager.h */; }; + A9A9DBC32C437C6B00B4ACDC /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E42C437C6900B4ACDC /* feature_manager.h */; }; + A9A9DBC42C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E52C437C6900B4ACDC /* fix_func_call_arguments.cpp */; }; + A9A9DBC52C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E52C437C6900B4ACDC /* fix_func_call_arguments.cpp */; }; + A9A9DBC62C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E52C437C6900B4ACDC /* fix_func_call_arguments.cpp */; }; + A9A9DBC72C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E52C437C6900B4ACDC /* fix_func_call_arguments.cpp */; }; + A9A9DBC82C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E62C437C6900B4ACDC /* fix_func_call_arguments.h */; }; + A9A9DBC92C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E62C437C6900B4ACDC /* fix_func_call_arguments.h */; }; + A9A9DBCA2C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E62C437C6900B4ACDC /* fix_func_call_arguments.h */; }; + A9A9DBCB2C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E62C437C6900B4ACDC /* fix_func_call_arguments.h */; }; + A9A9DBCC2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E72C437C6900B4ACDC /* fix_storage_class.cpp */; }; + A9A9DBCD2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E72C437C6900B4ACDC /* fix_storage_class.cpp */; }; + A9A9DBCE2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E72C437C6900B4ACDC /* fix_storage_class.cpp */; }; + A9A9DBCF2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E72C437C6900B4ACDC /* fix_storage_class.cpp */; }; + A9A9DBD02C437C6B00B4ACDC /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E82C437C6900B4ACDC /* fix_storage_class.h */; }; + A9A9DBD12C437C6B00B4ACDC /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E82C437C6900B4ACDC /* fix_storage_class.h */; }; + A9A9DBD22C437C6B00B4ACDC /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E82C437C6900B4ACDC /* fix_storage_class.h */; }; + A9A9DBD32C437C6B00B4ACDC /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2E82C437C6900B4ACDC /* fix_storage_class.h */; }; + A9A9DBD42C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E92C437C6900B4ACDC /* flatten_decoration_pass.cpp */; }; + A9A9DBD52C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E92C437C6900B4ACDC /* flatten_decoration_pass.cpp */; }; + A9A9DBD62C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E92C437C6900B4ACDC /* flatten_decoration_pass.cpp */; }; + A9A9DBD72C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2E92C437C6900B4ACDC /* flatten_decoration_pass.cpp */; }; + A9A9DBD82C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EA2C437C6900B4ACDC /* flatten_decoration_pass.h */; }; + A9A9DBD92C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EA2C437C6900B4ACDC /* flatten_decoration_pass.h */; }; + A9A9DBDA2C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EA2C437C6900B4ACDC /* flatten_decoration_pass.h */; }; + A9A9DBDB2C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EA2C437C6900B4ACDC /* flatten_decoration_pass.h */; }; + A9A9DBDC2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EB2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp */; }; + A9A9DBDD2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EB2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp */; }; + A9A9DBDE2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EB2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp */; }; + A9A9DBDF2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EB2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp */; }; + A9A9DBE02C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EC2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.h */; }; + A9A9DBE12C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EC2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.h */; }; + A9A9DBE22C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EC2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.h */; }; + A9A9DBE32C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EC2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.h */; }; + A9A9DBE42C437C6B00B4ACDC /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2ED2C437C6900B4ACDC /* fold.cpp */; }; + A9A9DBE52C437C6B00B4ACDC /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2ED2C437C6900B4ACDC /* fold.cpp */; }; + A9A9DBE62C437C6B00B4ACDC /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2ED2C437C6900B4ACDC /* fold.cpp */; }; + A9A9DBE72C437C6B00B4ACDC /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2ED2C437C6900B4ACDC /* fold.cpp */; }; + A9A9DBE82C437C6B00B4ACDC /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EE2C437C6900B4ACDC /* fold.h */; }; + A9A9DBE92C437C6B00B4ACDC /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EE2C437C6900B4ACDC /* fold.h */; }; + A9A9DBEA2C437C6B00B4ACDC /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EE2C437C6900B4ACDC /* fold.h */; }; + A9A9DBEB2C437C6B00B4ACDC /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2EE2C437C6900B4ACDC /* fold.h */; }; + A9A9DBEC2C437C6B00B4ACDC /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EF2C437C6900B4ACDC /* folding_rules.cpp */; }; + A9A9DBED2C437C6B00B4ACDC /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EF2C437C6900B4ACDC /* folding_rules.cpp */; }; + A9A9DBEE2C437C6B00B4ACDC /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EF2C437C6900B4ACDC /* folding_rules.cpp */; }; + A9A9DBEF2C437C6B00B4ACDC /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2EF2C437C6900B4ACDC /* folding_rules.cpp */; }; + A9A9DBF02C437C6B00B4ACDC /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F02C437C6900B4ACDC /* folding_rules.h */; }; + A9A9DBF12C437C6B00B4ACDC /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F02C437C6900B4ACDC /* folding_rules.h */; }; + A9A9DBF22C437C6B00B4ACDC /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F02C437C6900B4ACDC /* folding_rules.h */; }; + A9A9DBF32C437C6B00B4ACDC /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F02C437C6900B4ACDC /* folding_rules.h */; }; + A9A9DBF42C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F12C437C6900B4ACDC /* freeze_spec_constant_value_pass.cpp */; }; + A9A9DBF52C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F12C437C6900B4ACDC /* freeze_spec_constant_value_pass.cpp */; }; + A9A9DBF62C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F12C437C6900B4ACDC /* freeze_spec_constant_value_pass.cpp */; }; + A9A9DBF72C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F12C437C6900B4ACDC /* freeze_spec_constant_value_pass.cpp */; }; + A9A9DBF82C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F22C437C6900B4ACDC /* freeze_spec_constant_value_pass.h */; }; + A9A9DBF92C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F22C437C6900B4ACDC /* freeze_spec_constant_value_pass.h */; }; + A9A9DBFA2C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F22C437C6900B4ACDC /* freeze_spec_constant_value_pass.h */; }; + A9A9DBFB2C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F22C437C6900B4ACDC /* freeze_spec_constant_value_pass.h */; }; + A9A9DBFC2C437C6B00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F32C437C6900B4ACDC /* function.cpp */; }; + A9A9DBFD2C437C6B00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F32C437C6900B4ACDC /* function.cpp */; }; + A9A9DBFE2C437C6B00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F32C437C6900B4ACDC /* function.cpp */; }; + A9A9DBFF2C437C6B00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F32C437C6900B4ACDC /* function.cpp */; }; + A9A9DC002C437C6B00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F42C437C6900B4ACDC /* function.h */; }; + A9A9DC012C437C6B00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F42C437C6900B4ACDC /* function.h */; }; + A9A9DC022C437C6B00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F42C437C6900B4ACDC /* function.h */; }; + A9A9DC032C437C6B00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F42C437C6900B4ACDC /* function.h */; }; + A9A9DC042C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F52C437C6900B4ACDC /* graphics_robust_access_pass.cpp */; }; + A9A9DC052C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F52C437C6900B4ACDC /* graphics_robust_access_pass.cpp */; }; + A9A9DC062C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F52C437C6900B4ACDC /* graphics_robust_access_pass.cpp */; }; + A9A9DC072C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F52C437C6900B4ACDC /* graphics_robust_access_pass.cpp */; }; + A9A9DC082C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F62C437C6900B4ACDC /* graphics_robust_access_pass.h */; }; + A9A9DC092C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F62C437C6900B4ACDC /* graphics_robust_access_pass.h */; }; + A9A9DC0A2C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F62C437C6900B4ACDC /* graphics_robust_access_pass.h */; }; + A9A9DC0B2C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F62C437C6900B4ACDC /* graphics_robust_access_pass.h */; }; + A9A9DC0C2C437C6B00B4ACDC /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F72C437C6900B4ACDC /* if_conversion.cpp */; }; + A9A9DC0D2C437C6B00B4ACDC /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F72C437C6900B4ACDC /* if_conversion.cpp */; }; + A9A9DC0E2C437C6B00B4ACDC /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F72C437C6900B4ACDC /* if_conversion.cpp */; }; + A9A9DC0F2C437C6B00B4ACDC /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F72C437C6900B4ACDC /* if_conversion.cpp */; }; + A9A9DC102C437C6B00B4ACDC /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F82C437C6900B4ACDC /* if_conversion.h */; }; + A9A9DC112C437C6B00B4ACDC /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F82C437C6900B4ACDC /* if_conversion.h */; }; + A9A9DC122C437C6B00B4ACDC /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F82C437C6900B4ACDC /* if_conversion.h */; }; + A9A9DC132C437C6B00B4ACDC /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2F82C437C6900B4ACDC /* if_conversion.h */; }; + A9A9DC142C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F92C437C6900B4ACDC /* inline_exhaustive_pass.cpp */; }; + A9A9DC152C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F92C437C6900B4ACDC /* inline_exhaustive_pass.cpp */; }; + A9A9DC162C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F92C437C6900B4ACDC /* inline_exhaustive_pass.cpp */; }; + A9A9DC172C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2F92C437C6900B4ACDC /* inline_exhaustive_pass.cpp */; }; + A9A9DC182C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FA2C437C6900B4ACDC /* inline_exhaustive_pass.h */; }; + A9A9DC192C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FA2C437C6900B4ACDC /* inline_exhaustive_pass.h */; }; + A9A9DC1A2C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FA2C437C6900B4ACDC /* inline_exhaustive_pass.h */; }; + A9A9DC1B2C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FA2C437C6900B4ACDC /* inline_exhaustive_pass.h */; }; + A9A9DC1C2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FB2C437C6900B4ACDC /* inline_opaque_pass.cpp */; }; + A9A9DC1D2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FB2C437C6900B4ACDC /* inline_opaque_pass.cpp */; }; + A9A9DC1E2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FB2C437C6900B4ACDC /* inline_opaque_pass.cpp */; }; + A9A9DC1F2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FB2C437C6900B4ACDC /* inline_opaque_pass.cpp */; }; + A9A9DC202C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FC2C437C6900B4ACDC /* inline_opaque_pass.h */; }; + A9A9DC212C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FC2C437C6900B4ACDC /* inline_opaque_pass.h */; }; + A9A9DC222C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FC2C437C6900B4ACDC /* inline_opaque_pass.h */; }; + A9A9DC232C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FC2C437C6900B4ACDC /* inline_opaque_pass.h */; }; + A9A9DC242C437C6B00B4ACDC /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FD2C437C6900B4ACDC /* inline_pass.cpp */; }; + A9A9DC252C437C6B00B4ACDC /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FD2C437C6900B4ACDC /* inline_pass.cpp */; }; + A9A9DC262C437C6B00B4ACDC /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FD2C437C6900B4ACDC /* inline_pass.cpp */; }; + A9A9DC272C437C6B00B4ACDC /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FD2C437C6900B4ACDC /* inline_pass.cpp */; }; + A9A9DC282C437C6B00B4ACDC /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FE2C437C6900B4ACDC /* inline_pass.h */; }; + A9A9DC292C437C6B00B4ACDC /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FE2C437C6900B4ACDC /* inline_pass.h */; }; + A9A9DC2A2C437C6B00B4ACDC /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FE2C437C6900B4ACDC /* inline_pass.h */; }; + A9A9DC2B2C437C6B00B4ACDC /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D2FE2C437C6900B4ACDC /* inline_pass.h */; }; + A9A9DC2C2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FF2C437C6900B4ACDC /* inst_debug_printf_pass.cpp */; }; + A9A9DC2D2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FF2C437C6900B4ACDC /* inst_debug_printf_pass.cpp */; }; + A9A9DC2E2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FF2C437C6900B4ACDC /* inst_debug_printf_pass.cpp */; }; + A9A9DC2F2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D2FF2C437C6900B4ACDC /* inst_debug_printf_pass.cpp */; }; + A9A9DC302C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3002C437C6900B4ACDC /* inst_debug_printf_pass.h */; }; + A9A9DC312C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3002C437C6900B4ACDC /* inst_debug_printf_pass.h */; }; + A9A9DC322C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3002C437C6900B4ACDC /* inst_debug_printf_pass.h */; }; + A9A9DC332C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3002C437C6900B4ACDC /* inst_debug_printf_pass.h */; }; + A9A9DC342C437C6B00B4ACDC /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3012C437C6900B4ACDC /* instruction_list.cpp */; }; + A9A9DC352C437C6B00B4ACDC /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3012C437C6900B4ACDC /* instruction_list.cpp */; }; + A9A9DC362C437C6B00B4ACDC /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3012C437C6900B4ACDC /* instruction_list.cpp */; }; + A9A9DC372C437C6B00B4ACDC /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3012C437C6900B4ACDC /* instruction_list.cpp */; }; + A9A9DC382C437C6B00B4ACDC /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3022C437C6900B4ACDC /* instruction_list.h */; }; + A9A9DC392C437C6B00B4ACDC /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3022C437C6900B4ACDC /* instruction_list.h */; }; + A9A9DC3A2C437C6B00B4ACDC /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3022C437C6900B4ACDC /* instruction_list.h */; }; + A9A9DC3B2C437C6B00B4ACDC /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3022C437C6900B4ACDC /* instruction_list.h */; }; + A9A9DC3C2C437C6B00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3032C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DC3D2C437C6B00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3032C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DC3E2C437C6B00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3032C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DC3F2C437C6B00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3032C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DC402C437C6B00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3042C437C6900B4ACDC /* instruction.h */; }; + A9A9DC412C437C6B00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3042C437C6900B4ACDC /* instruction.h */; }; + A9A9DC422C437C6B00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3042C437C6900B4ACDC /* instruction.h */; }; + A9A9DC432C437C6B00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3042C437C6900B4ACDC /* instruction.h */; }; + A9A9DC442C437C6B00B4ACDC /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3052C437C6900B4ACDC /* instrument_pass.cpp */; }; + A9A9DC452C437C6B00B4ACDC /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3052C437C6900B4ACDC /* instrument_pass.cpp */; }; + A9A9DC462C437C6B00B4ACDC /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3052C437C6900B4ACDC /* instrument_pass.cpp */; }; + A9A9DC472C437C6B00B4ACDC /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3052C437C6900B4ACDC /* instrument_pass.cpp */; }; + A9A9DC482C437C6B00B4ACDC /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3062C437C6900B4ACDC /* instrument_pass.h */; }; + A9A9DC492C437C6B00B4ACDC /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3062C437C6900B4ACDC /* instrument_pass.h */; }; + A9A9DC4A2C437C6B00B4ACDC /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3062C437C6900B4ACDC /* instrument_pass.h */; }; + A9A9DC4B2C437C6B00B4ACDC /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3062C437C6900B4ACDC /* instrument_pass.h */; }; + A9A9DC4C2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3072C437C6900B4ACDC /* interface_var_sroa.cpp */; }; + A9A9DC4D2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3072C437C6900B4ACDC /* interface_var_sroa.cpp */; }; + A9A9DC4E2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3072C437C6900B4ACDC /* interface_var_sroa.cpp */; }; + A9A9DC4F2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3072C437C6900B4ACDC /* interface_var_sroa.cpp */; }; + A9A9DC502C437C6B00B4ACDC /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3082C437C6900B4ACDC /* interface_var_sroa.h */; }; + A9A9DC512C437C6B00B4ACDC /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3082C437C6900B4ACDC /* interface_var_sroa.h */; }; + A9A9DC522C437C6B00B4ACDC /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3082C437C6900B4ACDC /* interface_var_sroa.h */; }; + A9A9DC532C437C6B00B4ACDC /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3082C437C6900B4ACDC /* interface_var_sroa.h */; }; + A9A9DC542C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3092C437C6900B4ACDC /* interp_fixup_pass.cpp */; }; + A9A9DC552C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3092C437C6900B4ACDC /* interp_fixup_pass.cpp */; }; + A9A9DC562C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3092C437C6900B4ACDC /* interp_fixup_pass.cpp */; }; + A9A9DC572C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3092C437C6900B4ACDC /* interp_fixup_pass.cpp */; }; + A9A9DC582C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30A2C437C6900B4ACDC /* interp_fixup_pass.h */; }; + A9A9DC592C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30A2C437C6900B4ACDC /* interp_fixup_pass.h */; }; + A9A9DC5A2C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30A2C437C6900B4ACDC /* interp_fixup_pass.h */; }; + A9A9DC5B2C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30A2C437C6900B4ACDC /* interp_fixup_pass.h */; }; + A9A9DC5C2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30B2C437C6900B4ACDC /* invocation_interlock_placement_pass.cpp */; }; + A9A9DC5D2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30B2C437C6900B4ACDC /* invocation_interlock_placement_pass.cpp */; }; + A9A9DC5E2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30B2C437C6900B4ACDC /* invocation_interlock_placement_pass.cpp */; }; + A9A9DC5F2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30B2C437C6900B4ACDC /* invocation_interlock_placement_pass.cpp */; }; + A9A9DC602C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30C2C437C6900B4ACDC /* invocation_interlock_placement_pass.h */; }; + A9A9DC612C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30C2C437C6900B4ACDC /* invocation_interlock_placement_pass.h */; }; + A9A9DC622C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30C2C437C6900B4ACDC /* invocation_interlock_placement_pass.h */; }; + A9A9DC632C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30C2C437C6900B4ACDC /* invocation_interlock_placement_pass.h */; }; + A9A9DC642C437C6B00B4ACDC /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30D2C437C6900B4ACDC /* ir_builder.h */; }; + A9A9DC652C437C6B00B4ACDC /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30D2C437C6900B4ACDC /* ir_builder.h */; }; + A9A9DC662C437C6B00B4ACDC /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30D2C437C6900B4ACDC /* ir_builder.h */; }; + A9A9DC672C437C6B00B4ACDC /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30D2C437C6900B4ACDC /* ir_builder.h */; }; + A9A9DC682C437C6B00B4ACDC /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30E2C437C6900B4ACDC /* ir_context.cpp */; }; + A9A9DC692C437C6B00B4ACDC /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30E2C437C6900B4ACDC /* ir_context.cpp */; }; + A9A9DC6A2C437C6B00B4ACDC /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30E2C437C6900B4ACDC /* ir_context.cpp */; }; + A9A9DC6B2C437C6B00B4ACDC /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D30E2C437C6900B4ACDC /* ir_context.cpp */; }; + A9A9DC6C2C437C6B00B4ACDC /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30F2C437C6900B4ACDC /* ir_context.h */; }; + A9A9DC6D2C437C6B00B4ACDC /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30F2C437C6900B4ACDC /* ir_context.h */; }; + A9A9DC6E2C437C6B00B4ACDC /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30F2C437C6900B4ACDC /* ir_context.h */; }; + A9A9DC6F2C437C6B00B4ACDC /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D30F2C437C6900B4ACDC /* ir_context.h */; }; + A9A9DC702C437C6B00B4ACDC /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3102C437C6900B4ACDC /* ir_loader.cpp */; }; + A9A9DC712C437C6B00B4ACDC /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3102C437C6900B4ACDC /* ir_loader.cpp */; }; + A9A9DC722C437C6B00B4ACDC /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3102C437C6900B4ACDC /* ir_loader.cpp */; }; + A9A9DC732C437C6B00B4ACDC /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3102C437C6900B4ACDC /* ir_loader.cpp */; }; + A9A9DC742C437C6B00B4ACDC /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3112C437C6900B4ACDC /* ir_loader.h */; }; + A9A9DC752C437C6B00B4ACDC /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3112C437C6900B4ACDC /* ir_loader.h */; }; + A9A9DC762C437C6B00B4ACDC /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3112C437C6900B4ACDC /* ir_loader.h */; }; + A9A9DC772C437C6B00B4ACDC /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3112C437C6900B4ACDC /* ir_loader.h */; }; + A9A9DC782C437C6B00B4ACDC /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3122C437C6900B4ACDC /* iterator.h */; }; + A9A9DC792C437C6B00B4ACDC /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3122C437C6900B4ACDC /* iterator.h */; }; + A9A9DC7A2C437C6B00B4ACDC /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3122C437C6900B4ACDC /* iterator.h */; }; + A9A9DC7B2C437C6B00B4ACDC /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3122C437C6900B4ACDC /* iterator.h */; }; + A9A9DC7C2C437C6B00B4ACDC /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3132C437C6900B4ACDC /* licm_pass.cpp */; }; + A9A9DC7D2C437C6B00B4ACDC /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3132C437C6900B4ACDC /* licm_pass.cpp */; }; + A9A9DC7E2C437C6B00B4ACDC /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3132C437C6900B4ACDC /* licm_pass.cpp */; }; + A9A9DC7F2C437C6B00B4ACDC /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3132C437C6900B4ACDC /* licm_pass.cpp */; }; + A9A9DC802C437C6B00B4ACDC /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3142C437C6900B4ACDC /* licm_pass.h */; }; + A9A9DC812C437C6B00B4ACDC /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3142C437C6900B4ACDC /* licm_pass.h */; }; + A9A9DC822C437C6B00B4ACDC /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3142C437C6900B4ACDC /* licm_pass.h */; }; + A9A9DC832C437C6B00B4ACDC /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3142C437C6900B4ACDC /* licm_pass.h */; }; + A9A9DC842C437C6B00B4ACDC /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3152C437C6900B4ACDC /* liveness.cpp */; }; + A9A9DC852C437C6B00B4ACDC /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3152C437C6900B4ACDC /* liveness.cpp */; }; + A9A9DC862C437C6B00B4ACDC /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3152C437C6900B4ACDC /* liveness.cpp */; }; + A9A9DC872C437C6B00B4ACDC /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3152C437C6900B4ACDC /* liveness.cpp */; }; + A9A9DC882C437C6B00B4ACDC /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3162C437C6900B4ACDC /* liveness.h */; }; + A9A9DC892C437C6B00B4ACDC /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3162C437C6900B4ACDC /* liveness.h */; }; + A9A9DC8A2C437C6B00B4ACDC /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3162C437C6900B4ACDC /* liveness.h */; }; + A9A9DC8B2C437C6B00B4ACDC /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3162C437C6900B4ACDC /* liveness.h */; }; + A9A9DC8C2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3172C437C6900B4ACDC /* local_access_chain_convert_pass.cpp */; }; + A9A9DC8D2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3172C437C6900B4ACDC /* local_access_chain_convert_pass.cpp */; }; + A9A9DC8E2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3172C437C6900B4ACDC /* local_access_chain_convert_pass.cpp */; }; + A9A9DC8F2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3172C437C6900B4ACDC /* local_access_chain_convert_pass.cpp */; }; + A9A9DC902C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3182C437C6900B4ACDC /* local_access_chain_convert_pass.h */; }; + A9A9DC912C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3182C437C6900B4ACDC /* local_access_chain_convert_pass.h */; }; + A9A9DC922C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3182C437C6900B4ACDC /* local_access_chain_convert_pass.h */; }; + A9A9DC932C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3182C437C6900B4ACDC /* local_access_chain_convert_pass.h */; }; + A9A9DC942C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3192C437C6900B4ACDC /* local_redundancy_elimination.cpp */; }; + A9A9DC952C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3192C437C6900B4ACDC /* local_redundancy_elimination.cpp */; }; + A9A9DC962C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3192C437C6900B4ACDC /* local_redundancy_elimination.cpp */; }; + A9A9DC972C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3192C437C6900B4ACDC /* local_redundancy_elimination.cpp */; }; + A9A9DC982C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31A2C437C6900B4ACDC /* local_redundancy_elimination.h */; }; + A9A9DC992C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31A2C437C6900B4ACDC /* local_redundancy_elimination.h */; }; + A9A9DC9A2C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31A2C437C6900B4ACDC /* local_redundancy_elimination.h */; }; + A9A9DC9B2C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31A2C437C6900B4ACDC /* local_redundancy_elimination.h */; }; + A9A9DC9C2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31B2C437C6900B4ACDC /* local_single_block_elim_pass.cpp */; }; + A9A9DC9D2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31B2C437C6900B4ACDC /* local_single_block_elim_pass.cpp */; }; + A9A9DC9E2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31B2C437C6900B4ACDC /* local_single_block_elim_pass.cpp */; }; + A9A9DC9F2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31B2C437C6900B4ACDC /* local_single_block_elim_pass.cpp */; }; + A9A9DCA02C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31C2C437C6900B4ACDC /* local_single_block_elim_pass.h */; }; + A9A9DCA12C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31C2C437C6900B4ACDC /* local_single_block_elim_pass.h */; }; + A9A9DCA22C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31C2C437C6900B4ACDC /* local_single_block_elim_pass.h */; }; + A9A9DCA32C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31C2C437C6900B4ACDC /* local_single_block_elim_pass.h */; }; + A9A9DCA42C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31D2C437C6900B4ACDC /* local_single_store_elim_pass.cpp */; }; + A9A9DCA52C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31D2C437C6900B4ACDC /* local_single_store_elim_pass.cpp */; }; + A9A9DCA62C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31D2C437C6900B4ACDC /* local_single_store_elim_pass.cpp */; }; + A9A9DCA72C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D31D2C437C6900B4ACDC /* local_single_store_elim_pass.cpp */; }; + A9A9DCA82C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31E2C437C6900B4ACDC /* local_single_store_elim_pass.h */; }; + A9A9DCA92C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31E2C437C6900B4ACDC /* local_single_store_elim_pass.h */; }; + A9A9DCAA2C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31E2C437C6900B4ACDC /* local_single_store_elim_pass.h */; }; + A9A9DCAB2C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31E2C437C6900B4ACDC /* local_single_store_elim_pass.h */; }; + A9A9DCAC2C437C6B00B4ACDC /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31F2C437C6900B4ACDC /* log.h */; }; + A9A9DCAD2C437C6B00B4ACDC /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31F2C437C6900B4ACDC /* log.h */; }; + A9A9DCAE2C437C6B00B4ACDC /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31F2C437C6900B4ACDC /* log.h */; }; + A9A9DCAF2C437C6B00B4ACDC /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D31F2C437C6900B4ACDC /* log.h */; }; + A9A9DCB02C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3202C437C6900B4ACDC /* loop_dependence_helpers.cpp */; }; + A9A9DCB12C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3202C437C6900B4ACDC /* loop_dependence_helpers.cpp */; }; + A9A9DCB22C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3202C437C6900B4ACDC /* loop_dependence_helpers.cpp */; }; + A9A9DCB32C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3202C437C6900B4ACDC /* loop_dependence_helpers.cpp */; }; + A9A9DCB42C437C6B00B4ACDC /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3212C437C6900B4ACDC /* loop_dependence.cpp */; }; + A9A9DCB52C437C6B00B4ACDC /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3212C437C6900B4ACDC /* loop_dependence.cpp */; }; + A9A9DCB62C437C6B00B4ACDC /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3212C437C6900B4ACDC /* loop_dependence.cpp */; }; + A9A9DCB72C437C6B00B4ACDC /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3212C437C6900B4ACDC /* loop_dependence.cpp */; }; + A9A9DCB82C437C6B00B4ACDC /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3222C437C6900B4ACDC /* loop_dependence.h */; }; + A9A9DCB92C437C6B00B4ACDC /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3222C437C6900B4ACDC /* loop_dependence.h */; }; + A9A9DCBA2C437C6B00B4ACDC /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3222C437C6900B4ACDC /* loop_dependence.h */; }; + A9A9DCBB2C437C6B00B4ACDC /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3222C437C6900B4ACDC /* loop_dependence.h */; }; + A9A9DCBC2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3232C437C6900B4ACDC /* loop_descriptor.cpp */; }; + A9A9DCBD2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3232C437C6900B4ACDC /* loop_descriptor.cpp */; }; + A9A9DCBE2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3232C437C6900B4ACDC /* loop_descriptor.cpp */; }; + A9A9DCBF2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3232C437C6900B4ACDC /* loop_descriptor.cpp */; }; + A9A9DCC02C437C6B00B4ACDC /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3242C437C6900B4ACDC /* loop_descriptor.h */; }; + A9A9DCC12C437C6B00B4ACDC /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3242C437C6900B4ACDC /* loop_descriptor.h */; }; + A9A9DCC22C437C6B00B4ACDC /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3242C437C6900B4ACDC /* loop_descriptor.h */; }; + A9A9DCC32C437C6B00B4ACDC /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3242C437C6900B4ACDC /* loop_descriptor.h */; }; + A9A9DCC42C437C6B00B4ACDC /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3252C437C6900B4ACDC /* loop_fission.cpp */; }; + A9A9DCC52C437C6B00B4ACDC /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3252C437C6900B4ACDC /* loop_fission.cpp */; }; + A9A9DCC62C437C6B00B4ACDC /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3252C437C6900B4ACDC /* loop_fission.cpp */; }; + A9A9DCC72C437C6B00B4ACDC /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3252C437C6900B4ACDC /* loop_fission.cpp */; }; + A9A9DCC82C437C6B00B4ACDC /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3262C437C6900B4ACDC /* loop_fission.h */; }; + A9A9DCC92C437C6B00B4ACDC /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3262C437C6900B4ACDC /* loop_fission.h */; }; + A9A9DCCA2C437C6B00B4ACDC /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3262C437C6900B4ACDC /* loop_fission.h */; }; + A9A9DCCB2C437C6B00B4ACDC /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3262C437C6900B4ACDC /* loop_fission.h */; }; + A9A9DCCC2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3272C437C6900B4ACDC /* loop_fusion_pass.cpp */; }; + A9A9DCCD2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3272C437C6900B4ACDC /* loop_fusion_pass.cpp */; }; + A9A9DCCE2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3272C437C6900B4ACDC /* loop_fusion_pass.cpp */; }; + A9A9DCCF2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3272C437C6900B4ACDC /* loop_fusion_pass.cpp */; }; + A9A9DCD02C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3282C437C6900B4ACDC /* loop_fusion_pass.h */; }; + A9A9DCD12C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3282C437C6900B4ACDC /* loop_fusion_pass.h */; }; + A9A9DCD22C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3282C437C6900B4ACDC /* loop_fusion_pass.h */; }; + A9A9DCD32C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3282C437C6900B4ACDC /* loop_fusion_pass.h */; }; + A9A9DCD42C437C6B00B4ACDC /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3292C437C6900B4ACDC /* loop_fusion.cpp */; }; + A9A9DCD52C437C6B00B4ACDC /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3292C437C6900B4ACDC /* loop_fusion.cpp */; }; + A9A9DCD62C437C6B00B4ACDC /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3292C437C6900B4ACDC /* loop_fusion.cpp */; }; + A9A9DCD72C437C6B00B4ACDC /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3292C437C6900B4ACDC /* loop_fusion.cpp */; }; + A9A9DCD82C437C6B00B4ACDC /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32A2C437C6900B4ACDC /* loop_fusion.h */; }; + A9A9DCD92C437C6B00B4ACDC /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32A2C437C6900B4ACDC /* loop_fusion.h */; }; + A9A9DCDA2C437C6B00B4ACDC /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32A2C437C6900B4ACDC /* loop_fusion.h */; }; + A9A9DCDB2C437C6B00B4ACDC /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32A2C437C6900B4ACDC /* loop_fusion.h */; }; + A9A9DCDC2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32B2C437C6900B4ACDC /* loop_peeling.cpp */; }; + A9A9DCDD2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32B2C437C6900B4ACDC /* loop_peeling.cpp */; }; + A9A9DCDE2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32B2C437C6900B4ACDC /* loop_peeling.cpp */; }; + A9A9DCDF2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32B2C437C6900B4ACDC /* loop_peeling.cpp */; }; + A9A9DCE02C437C6B00B4ACDC /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32C2C437C6900B4ACDC /* loop_peeling.h */; }; + A9A9DCE12C437C6B00B4ACDC /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32C2C437C6900B4ACDC /* loop_peeling.h */; }; + A9A9DCE22C437C6B00B4ACDC /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32C2C437C6900B4ACDC /* loop_peeling.h */; }; + A9A9DCE32C437C6B00B4ACDC /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32C2C437C6900B4ACDC /* loop_peeling.h */; }; + A9A9DCE42C437C6B00B4ACDC /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32D2C437C6900B4ACDC /* loop_unroller.cpp */; }; + A9A9DCE52C437C6B00B4ACDC /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32D2C437C6900B4ACDC /* loop_unroller.cpp */; }; + A9A9DCE62C437C6B00B4ACDC /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32D2C437C6900B4ACDC /* loop_unroller.cpp */; }; + A9A9DCE72C437C6B00B4ACDC /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32D2C437C6900B4ACDC /* loop_unroller.cpp */; }; + A9A9DCE82C437C6B00B4ACDC /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32E2C437C6900B4ACDC /* loop_unroller.h */; }; + A9A9DCE92C437C6B00B4ACDC /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32E2C437C6900B4ACDC /* loop_unroller.h */; }; + A9A9DCEA2C437C6B00B4ACDC /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32E2C437C6900B4ACDC /* loop_unroller.h */; }; + A9A9DCEB2C437C6B00B4ACDC /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D32E2C437C6900B4ACDC /* loop_unroller.h */; }; + A9A9DCEC2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32F2C437C6900B4ACDC /* loop_unswitch_pass.cpp */; }; + A9A9DCED2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32F2C437C6900B4ACDC /* loop_unswitch_pass.cpp */; }; + A9A9DCEE2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32F2C437C6900B4ACDC /* loop_unswitch_pass.cpp */; }; + A9A9DCEF2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D32F2C437C6900B4ACDC /* loop_unswitch_pass.cpp */; }; + A9A9DCF02C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3302C437C6900B4ACDC /* loop_unswitch_pass.h */; }; + A9A9DCF12C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3302C437C6900B4ACDC /* loop_unswitch_pass.h */; }; + A9A9DCF22C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3302C437C6900B4ACDC /* loop_unswitch_pass.h */; }; + A9A9DCF32C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3302C437C6900B4ACDC /* loop_unswitch_pass.h */; }; + A9A9DCF42C437C6B00B4ACDC /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3312C437C6900B4ACDC /* loop_utils.cpp */; }; + A9A9DCF52C437C6B00B4ACDC /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3312C437C6900B4ACDC /* loop_utils.cpp */; }; + A9A9DCF62C437C6B00B4ACDC /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3312C437C6900B4ACDC /* loop_utils.cpp */; }; + A9A9DCF72C437C6B00B4ACDC /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3312C437C6900B4ACDC /* loop_utils.cpp */; }; + A9A9DCF82C437C6B00B4ACDC /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3322C437C6900B4ACDC /* loop_utils.h */; }; + A9A9DCF92C437C6B00B4ACDC /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3322C437C6900B4ACDC /* loop_utils.h */; }; + A9A9DCFA2C437C6B00B4ACDC /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3322C437C6900B4ACDC /* loop_utils.h */; }; + A9A9DCFB2C437C6B00B4ACDC /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3322C437C6900B4ACDC /* loop_utils.h */; }; + A9A9DCFC2C437C6B00B4ACDC /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3332C437C6900B4ACDC /* mem_pass.cpp */; }; + A9A9DCFD2C437C6B00B4ACDC /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3332C437C6900B4ACDC /* mem_pass.cpp */; }; + A9A9DCFE2C437C6B00B4ACDC /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3332C437C6900B4ACDC /* mem_pass.cpp */; }; + A9A9DCFF2C437C6B00B4ACDC /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3332C437C6900B4ACDC /* mem_pass.cpp */; }; + A9A9DD002C437C6B00B4ACDC /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3342C437C6900B4ACDC /* mem_pass.h */; }; + A9A9DD012C437C6B00B4ACDC /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3342C437C6900B4ACDC /* mem_pass.h */; }; + A9A9DD022C437C6B00B4ACDC /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3342C437C6900B4ACDC /* mem_pass.h */; }; + A9A9DD032C437C6B00B4ACDC /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3342C437C6900B4ACDC /* mem_pass.h */; }; + A9A9DD042C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3352C437C6900B4ACDC /* merge_return_pass.cpp */; }; + A9A9DD052C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3352C437C6900B4ACDC /* merge_return_pass.cpp */; }; + A9A9DD062C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3352C437C6900B4ACDC /* merge_return_pass.cpp */; }; + A9A9DD072C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3352C437C6900B4ACDC /* merge_return_pass.cpp */; }; + A9A9DD082C437C6B00B4ACDC /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3362C437C6900B4ACDC /* merge_return_pass.h */; }; + A9A9DD092C437C6B00B4ACDC /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3362C437C6900B4ACDC /* merge_return_pass.h */; }; + A9A9DD0A2C437C6B00B4ACDC /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3362C437C6900B4ACDC /* merge_return_pass.h */; }; + A9A9DD0B2C437C6B00B4ACDC /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3362C437C6900B4ACDC /* merge_return_pass.h */; }; + A9A9DD0C2C437C6B00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3372C437C6900B4ACDC /* modify_maximal_reconvergence.cpp */; }; + A9A9DD0D2C437C6B00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3372C437C6900B4ACDC /* modify_maximal_reconvergence.cpp */; }; + A9A9DD0E2C437C6C00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3372C437C6900B4ACDC /* modify_maximal_reconvergence.cpp */; }; + A9A9DD0F2C437C6C00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3372C437C6900B4ACDC /* modify_maximal_reconvergence.cpp */; }; + A9A9DD102C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3382C437C6900B4ACDC /* modify_maximal_reconvergence.h */; }; + A9A9DD112C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3382C437C6900B4ACDC /* modify_maximal_reconvergence.h */; }; + A9A9DD122C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3382C437C6900B4ACDC /* modify_maximal_reconvergence.h */; }; + A9A9DD132C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3382C437C6900B4ACDC /* modify_maximal_reconvergence.h */; }; + A9A9DD142C437C6C00B4ACDC /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3392C437C6900B4ACDC /* module.cpp */; }; + A9A9DD152C437C6C00B4ACDC /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3392C437C6900B4ACDC /* module.cpp */; }; + A9A9DD162C437C6C00B4ACDC /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3392C437C6900B4ACDC /* module.cpp */; }; + A9A9DD172C437C6C00B4ACDC /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3392C437C6900B4ACDC /* module.cpp */; }; + A9A9DD182C437C6C00B4ACDC /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33A2C437C6900B4ACDC /* module.h */; }; + A9A9DD192C437C6C00B4ACDC /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33A2C437C6900B4ACDC /* module.h */; }; + A9A9DD1A2C437C6C00B4ACDC /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33A2C437C6900B4ACDC /* module.h */; }; + A9A9DD1B2C437C6C00B4ACDC /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33A2C437C6900B4ACDC /* module.h */; }; + A9A9DD1C2C437C6C00B4ACDC /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33B2C437C6900B4ACDC /* null_pass.h */; }; + A9A9DD1D2C437C6C00B4ACDC /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33B2C437C6900B4ACDC /* null_pass.h */; }; + A9A9DD1E2C437C6C00B4ACDC /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33B2C437C6900B4ACDC /* null_pass.h */; }; + A9A9DD1F2C437C6C00B4ACDC /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33B2C437C6900B4ACDC /* null_pass.h */; }; + A9A9DD202C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33C2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.cpp */; }; + A9A9DD212C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33C2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.cpp */; }; + A9A9DD222C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33C2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.cpp */; }; + A9A9DD232C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33C2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.cpp */; }; + A9A9DD242C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33D2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.h */; }; + A9A9DD252C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33D2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.h */; }; + A9A9DD262C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33D2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.h */; }; + A9A9DD272C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D33D2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.h */; }; + A9A9DD282C437C6C00B4ACDC /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33E2C437C6900B4ACDC /* optimizer.cpp */; }; + A9A9DD292C437C6C00B4ACDC /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33E2C437C6900B4ACDC /* optimizer.cpp */; }; + A9A9DD2A2C437C6C00B4ACDC /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33E2C437C6900B4ACDC /* optimizer.cpp */; }; + A9A9DD2B2C437C6C00B4ACDC /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33E2C437C6900B4ACDC /* optimizer.cpp */; }; + A9A9DD2C2C437C6C00B4ACDC /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33F2C437C6900B4ACDC /* pass_manager.cpp */; }; + A9A9DD2D2C437C6C00B4ACDC /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33F2C437C6900B4ACDC /* pass_manager.cpp */; }; + A9A9DD2E2C437C6C00B4ACDC /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33F2C437C6900B4ACDC /* pass_manager.cpp */; }; + A9A9DD2F2C437C6C00B4ACDC /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D33F2C437C6900B4ACDC /* pass_manager.cpp */; }; + A9A9DD302C437C6C00B4ACDC /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3402C437C6900B4ACDC /* pass_manager.h */; }; + A9A9DD312C437C6C00B4ACDC /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3402C437C6900B4ACDC /* pass_manager.h */; }; + A9A9DD322C437C6C00B4ACDC /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3402C437C6900B4ACDC /* pass_manager.h */; }; + A9A9DD332C437C6C00B4ACDC /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3402C437C6900B4ACDC /* pass_manager.h */; }; + A9A9DD342C437C6C00B4ACDC /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3412C437C6900B4ACDC /* pass.cpp */; }; + A9A9DD352C437C6C00B4ACDC /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3412C437C6900B4ACDC /* pass.cpp */; }; + A9A9DD362C437C6C00B4ACDC /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3412C437C6900B4ACDC /* pass.cpp */; }; + A9A9DD372C437C6C00B4ACDC /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3412C437C6900B4ACDC /* pass.cpp */; }; + A9A9DD382C437C6C00B4ACDC /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3422C437C6900B4ACDC /* pass.h */; }; + A9A9DD392C437C6C00B4ACDC /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3422C437C6900B4ACDC /* pass.h */; }; + A9A9DD3A2C437C6C00B4ACDC /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3422C437C6900B4ACDC /* pass.h */; }; + A9A9DD3B2C437C6C00B4ACDC /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3422C437C6900B4ACDC /* pass.h */; }; + A9A9DD3C2C437C6C00B4ACDC /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3432C437C6900B4ACDC /* passes.h */; }; + A9A9DD3D2C437C6C00B4ACDC /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3432C437C6900B4ACDC /* passes.h */; }; + A9A9DD3E2C437C6C00B4ACDC /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3432C437C6900B4ACDC /* passes.h */; }; + A9A9DD3F2C437C6C00B4ACDC /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3432C437C6900B4ACDC /* passes.h */; }; + A9A9DD402C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3442C437C6900B4ACDC /* pch_source_opt.cpp */; }; + A9A9DD412C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3442C437C6900B4ACDC /* pch_source_opt.cpp */; }; + A9A9DD422C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3442C437C6900B4ACDC /* pch_source_opt.cpp */; }; + A9A9DD432C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3442C437C6900B4ACDC /* pch_source_opt.cpp */; }; + A9A9DD442C437C6C00B4ACDC /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3452C437C6900B4ACDC /* pch_source_opt.h */; }; + A9A9DD452C437C6C00B4ACDC /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3452C437C6900B4ACDC /* pch_source_opt.h */; }; + A9A9DD462C437C6C00B4ACDC /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3452C437C6900B4ACDC /* pch_source_opt.h */; }; + A9A9DD472C437C6C00B4ACDC /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3452C437C6900B4ACDC /* pch_source_opt.h */; }; + A9A9DD482C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3462C437C6900B4ACDC /* private_to_local_pass.cpp */; }; + A9A9DD492C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3462C437C6900B4ACDC /* private_to_local_pass.cpp */; }; + A9A9DD4A2C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3462C437C6900B4ACDC /* private_to_local_pass.cpp */; }; + A9A9DD4B2C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3462C437C6900B4ACDC /* private_to_local_pass.cpp */; }; + A9A9DD4C2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3472C437C6900B4ACDC /* private_to_local_pass.h */; }; + A9A9DD4D2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3472C437C6900B4ACDC /* private_to_local_pass.h */; }; + A9A9DD4E2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3472C437C6900B4ACDC /* private_to_local_pass.h */; }; + A9A9DD4F2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3472C437C6900B4ACDC /* private_to_local_pass.h */; }; + A9A9DD502C437C6C00B4ACDC /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3482C437C6900B4ACDC /* propagator.cpp */; }; + A9A9DD512C437C6C00B4ACDC /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3482C437C6900B4ACDC /* propagator.cpp */; }; + A9A9DD522C437C6C00B4ACDC /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3482C437C6900B4ACDC /* propagator.cpp */; }; + A9A9DD532C437C6C00B4ACDC /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3482C437C6900B4ACDC /* propagator.cpp */; }; + A9A9DD542C437C6C00B4ACDC /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3492C437C6900B4ACDC /* propagator.h */; }; + A9A9DD552C437C6C00B4ACDC /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3492C437C6900B4ACDC /* propagator.h */; }; + A9A9DD562C437C6C00B4ACDC /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3492C437C6900B4ACDC /* propagator.h */; }; + A9A9DD572C437C6C00B4ACDC /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3492C437C6900B4ACDC /* propagator.h */; }; + A9A9DD582C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34A2C437C6900B4ACDC /* reduce_load_size.cpp */; }; + A9A9DD592C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34A2C437C6900B4ACDC /* reduce_load_size.cpp */; }; + A9A9DD5A2C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34A2C437C6900B4ACDC /* reduce_load_size.cpp */; }; + A9A9DD5B2C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34A2C437C6900B4ACDC /* reduce_load_size.cpp */; }; + A9A9DD5C2C437C6C00B4ACDC /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34B2C437C6900B4ACDC /* reduce_load_size.h */; }; + A9A9DD5D2C437C6C00B4ACDC /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34B2C437C6900B4ACDC /* reduce_load_size.h */; }; + A9A9DD5E2C437C6C00B4ACDC /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34B2C437C6900B4ACDC /* reduce_load_size.h */; }; + A9A9DD5F2C437C6C00B4ACDC /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34B2C437C6900B4ACDC /* reduce_load_size.h */; }; + A9A9DD602C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34C2C437C6900B4ACDC /* redundancy_elimination.cpp */; }; + A9A9DD612C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34C2C437C6900B4ACDC /* redundancy_elimination.cpp */; }; + A9A9DD622C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34C2C437C6900B4ACDC /* redundancy_elimination.cpp */; }; + A9A9DD632C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34C2C437C6900B4ACDC /* redundancy_elimination.cpp */; }; + A9A9DD642C437C6C00B4ACDC /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34D2C437C6900B4ACDC /* redundancy_elimination.h */; }; + A9A9DD652C437C6C00B4ACDC /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34D2C437C6900B4ACDC /* redundancy_elimination.h */; }; + A9A9DD662C437C6C00B4ACDC /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34D2C437C6900B4ACDC /* redundancy_elimination.h */; }; + A9A9DD672C437C6C00B4ACDC /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34D2C437C6900B4ACDC /* redundancy_elimination.h */; }; + A9A9DD682C437C6C00B4ACDC /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34E2C437C6900B4ACDC /* reflect.h */; }; + A9A9DD692C437C6C00B4ACDC /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34E2C437C6900B4ACDC /* reflect.h */; }; + A9A9DD6A2C437C6C00B4ACDC /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34E2C437C6900B4ACDC /* reflect.h */; }; + A9A9DD6B2C437C6C00B4ACDC /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D34E2C437C6900B4ACDC /* reflect.h */; }; + A9A9DD6C2C437C6C00B4ACDC /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34F2C437C6900B4ACDC /* register_pressure.cpp */; }; + A9A9DD6D2C437C6C00B4ACDC /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34F2C437C6900B4ACDC /* register_pressure.cpp */; }; + A9A9DD6E2C437C6C00B4ACDC /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34F2C437C6900B4ACDC /* register_pressure.cpp */; }; + A9A9DD6F2C437C6C00B4ACDC /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D34F2C437C6900B4ACDC /* register_pressure.cpp */; }; + A9A9DD702C437C6C00B4ACDC /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3502C437C6900B4ACDC /* register_pressure.h */; }; + A9A9DD712C437C6C00B4ACDC /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3502C437C6900B4ACDC /* register_pressure.h */; }; + A9A9DD722C437C6C00B4ACDC /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3502C437C6900B4ACDC /* register_pressure.h */; }; + A9A9DD732C437C6C00B4ACDC /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3502C437C6900B4ACDC /* register_pressure.h */; }; + A9A9DD742C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3512C437C6900B4ACDC /* relax_float_ops_pass.cpp */; }; + A9A9DD752C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3512C437C6900B4ACDC /* relax_float_ops_pass.cpp */; }; + A9A9DD762C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3512C437C6900B4ACDC /* relax_float_ops_pass.cpp */; }; + A9A9DD772C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3512C437C6900B4ACDC /* relax_float_ops_pass.cpp */; }; + A9A9DD782C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3522C437C6900B4ACDC /* relax_float_ops_pass.h */; }; + A9A9DD792C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3522C437C6900B4ACDC /* relax_float_ops_pass.h */; }; + A9A9DD7A2C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3522C437C6900B4ACDC /* relax_float_ops_pass.h */; }; + A9A9DD7B2C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3522C437C6900B4ACDC /* relax_float_ops_pass.h */; }; + A9A9DD7C2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3532C437C6900B4ACDC /* remove_dontinline_pass.cpp */; }; + A9A9DD7D2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3532C437C6900B4ACDC /* remove_dontinline_pass.cpp */; }; + A9A9DD7E2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3532C437C6900B4ACDC /* remove_dontinline_pass.cpp */; }; + A9A9DD7F2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3532C437C6900B4ACDC /* remove_dontinline_pass.cpp */; }; + A9A9DD802C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3542C437C6900B4ACDC /* remove_dontinline_pass.h */; }; + A9A9DD812C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3542C437C6900B4ACDC /* remove_dontinline_pass.h */; }; + A9A9DD822C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3542C437C6900B4ACDC /* remove_dontinline_pass.h */; }; + A9A9DD832C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3542C437C6900B4ACDC /* remove_dontinline_pass.h */; }; + A9A9DD842C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3552C437C6900B4ACDC /* remove_duplicates_pass.cpp */; }; + A9A9DD852C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3552C437C6900B4ACDC /* remove_duplicates_pass.cpp */; }; + A9A9DD862C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3552C437C6900B4ACDC /* remove_duplicates_pass.cpp */; }; + A9A9DD872C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3552C437C6900B4ACDC /* remove_duplicates_pass.cpp */; }; + A9A9DD882C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3562C437C6900B4ACDC /* remove_duplicates_pass.h */; }; + A9A9DD892C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3562C437C6900B4ACDC /* remove_duplicates_pass.h */; }; + A9A9DD8A2C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3562C437C6900B4ACDC /* remove_duplicates_pass.h */; }; + A9A9DD8B2C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3562C437C6900B4ACDC /* remove_duplicates_pass.h */; }; + A9A9DD8C2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3572C437C6900B4ACDC /* remove_unused_interface_variables_pass.cpp */; }; + A9A9DD8D2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3572C437C6900B4ACDC /* remove_unused_interface_variables_pass.cpp */; }; + A9A9DD8E2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3572C437C6900B4ACDC /* remove_unused_interface_variables_pass.cpp */; }; + A9A9DD8F2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3572C437C6900B4ACDC /* remove_unused_interface_variables_pass.cpp */; }; + A9A9DD902C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3582C437C6900B4ACDC /* remove_unused_interface_variables_pass.h */; }; + A9A9DD912C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3582C437C6900B4ACDC /* remove_unused_interface_variables_pass.h */; }; + A9A9DD922C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3582C437C6900B4ACDC /* remove_unused_interface_variables_pass.h */; }; + A9A9DD932C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3582C437C6900B4ACDC /* remove_unused_interface_variables_pass.h */; }; + A9A9DD942C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3592C437C6900B4ACDC /* replace_desc_array_access_using_var_index.cpp */; }; + A9A9DD952C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3592C437C6900B4ACDC /* replace_desc_array_access_using_var_index.cpp */; }; + A9A9DD962C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3592C437C6900B4ACDC /* replace_desc_array_access_using_var_index.cpp */; }; + A9A9DD972C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3592C437C6900B4ACDC /* replace_desc_array_access_using_var_index.cpp */; }; + A9A9DD982C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35A2C437C6900B4ACDC /* replace_desc_array_access_using_var_index.h */; }; + A9A9DD992C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35A2C437C6900B4ACDC /* replace_desc_array_access_using_var_index.h */; }; + A9A9DD9A2C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35A2C437C6900B4ACDC /* replace_desc_array_access_using_var_index.h */; }; + A9A9DD9B2C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35A2C437C6900B4ACDC /* replace_desc_array_access_using_var_index.h */; }; + A9A9DD9C2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35B2C437C6900B4ACDC /* replace_invalid_opc.cpp */; }; + A9A9DD9D2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35B2C437C6900B4ACDC /* replace_invalid_opc.cpp */; }; + A9A9DD9E2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35B2C437C6900B4ACDC /* replace_invalid_opc.cpp */; }; + A9A9DD9F2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35B2C437C6900B4ACDC /* replace_invalid_opc.cpp */; }; + A9A9DDA02C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35C2C437C6900B4ACDC /* replace_invalid_opc.h */; }; + A9A9DDA12C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35C2C437C6900B4ACDC /* replace_invalid_opc.h */; }; + A9A9DDA22C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35C2C437C6900B4ACDC /* replace_invalid_opc.h */; }; + A9A9DDA32C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35C2C437C6900B4ACDC /* replace_invalid_opc.h */; }; + A9A9DDA42C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35D2C437C6900B4ACDC /* scalar_analysis_nodes.h */; }; + A9A9DDA52C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35D2C437C6900B4ACDC /* scalar_analysis_nodes.h */; }; + A9A9DDA62C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35D2C437C6900B4ACDC /* scalar_analysis_nodes.h */; }; + A9A9DDA72C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D35D2C437C6900B4ACDC /* scalar_analysis_nodes.h */; }; + A9A9DDA82C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35E2C437C6900B4ACDC /* scalar_analysis_simplification.cpp */; }; + A9A9DDA92C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35E2C437C6900B4ACDC /* scalar_analysis_simplification.cpp */; }; + A9A9DDAA2C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35E2C437C6900B4ACDC /* scalar_analysis_simplification.cpp */; }; + A9A9DDAB2C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35E2C437C6900B4ACDC /* scalar_analysis_simplification.cpp */; }; + A9A9DDAC2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35F2C437C6900B4ACDC /* scalar_analysis.cpp */; }; + A9A9DDAD2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35F2C437C6900B4ACDC /* scalar_analysis.cpp */; }; + A9A9DDAE2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35F2C437C6900B4ACDC /* scalar_analysis.cpp */; }; + A9A9DDAF2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D35F2C437C6900B4ACDC /* scalar_analysis.cpp */; }; + A9A9DDB02C437C6C00B4ACDC /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3602C437C6900B4ACDC /* scalar_analysis.h */; }; + A9A9DDB12C437C6C00B4ACDC /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3602C437C6900B4ACDC /* scalar_analysis.h */; }; + A9A9DDB22C437C6C00B4ACDC /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3602C437C6900B4ACDC /* scalar_analysis.h */; }; + A9A9DDB32C437C6C00B4ACDC /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3602C437C6900B4ACDC /* scalar_analysis.h */; }; + A9A9DDB42C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3612C437C6900B4ACDC /* scalar_replacement_pass.cpp */; }; + A9A9DDB52C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3612C437C6900B4ACDC /* scalar_replacement_pass.cpp */; }; + A9A9DDB62C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3612C437C6900B4ACDC /* scalar_replacement_pass.cpp */; }; + A9A9DDB72C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3612C437C6900B4ACDC /* scalar_replacement_pass.cpp */; }; + A9A9DDB82C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3622C437C6900B4ACDC /* scalar_replacement_pass.h */; }; + A9A9DDB92C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3622C437C6900B4ACDC /* scalar_replacement_pass.h */; }; + A9A9DDBA2C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3622C437C6900B4ACDC /* scalar_replacement_pass.h */; }; + A9A9DDBB2C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3622C437C6900B4ACDC /* scalar_replacement_pass.h */; }; + A9A9DDBC2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3632C437C6900B4ACDC /* set_spec_constant_default_value_pass.cpp */; }; + A9A9DDBD2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3632C437C6900B4ACDC /* set_spec_constant_default_value_pass.cpp */; }; + A9A9DDBE2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3632C437C6900B4ACDC /* set_spec_constant_default_value_pass.cpp */; }; + A9A9DDBF2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3632C437C6900B4ACDC /* set_spec_constant_default_value_pass.cpp */; }; + A9A9DDC02C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3642C437C6900B4ACDC /* set_spec_constant_default_value_pass.h */; }; + A9A9DDC12C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3642C437C6900B4ACDC /* set_spec_constant_default_value_pass.h */; }; + A9A9DDC22C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3642C437C6900B4ACDC /* set_spec_constant_default_value_pass.h */; }; + A9A9DDC32C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3642C437C6900B4ACDC /* set_spec_constant_default_value_pass.h */; }; + A9A9DDC42C437C6C00B4ACDC /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3652C437C6900B4ACDC /* simplification_pass.cpp */; }; + A9A9DDC52C437C6C00B4ACDC /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3652C437C6900B4ACDC /* simplification_pass.cpp */; }; + A9A9DDC62C437C6C00B4ACDC /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3652C437C6900B4ACDC /* simplification_pass.cpp */; }; + A9A9DDC72C437C6C00B4ACDC /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3652C437C6900B4ACDC /* simplification_pass.cpp */; }; + A9A9DDC82C437C6C00B4ACDC /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3662C437C6900B4ACDC /* simplification_pass.h */; }; + A9A9DDC92C437C6C00B4ACDC /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3662C437C6900B4ACDC /* simplification_pass.h */; }; + A9A9DDCA2C437C6C00B4ACDC /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3662C437C6900B4ACDC /* simplification_pass.h */; }; + A9A9DDCB2C437C6C00B4ACDC /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3662C437C6900B4ACDC /* simplification_pass.h */; }; + A9A9DDCC2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3672C437C6900B4ACDC /* spread_volatile_semantics.cpp */; }; + A9A9DDCD2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3672C437C6900B4ACDC /* spread_volatile_semantics.cpp */; }; + A9A9DDCE2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3672C437C6900B4ACDC /* spread_volatile_semantics.cpp */; }; + A9A9DDCF2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3672C437C6900B4ACDC /* spread_volatile_semantics.cpp */; }; + A9A9DDD02C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3682C437C6900B4ACDC /* spread_volatile_semantics.h */; }; + A9A9DDD12C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3682C437C6900B4ACDC /* spread_volatile_semantics.h */; }; + A9A9DDD22C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3682C437C6900B4ACDC /* spread_volatile_semantics.h */; }; + A9A9DDD32C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3682C437C6900B4ACDC /* spread_volatile_semantics.h */; }; + A9A9DDD42C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3692C437C6900B4ACDC /* ssa_rewrite_pass.cpp */; }; + A9A9DDD52C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3692C437C6900B4ACDC /* ssa_rewrite_pass.cpp */; }; + A9A9DDD62C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3692C437C6900B4ACDC /* ssa_rewrite_pass.cpp */; }; + A9A9DDD72C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3692C437C6900B4ACDC /* ssa_rewrite_pass.cpp */; }; + A9A9DDD82C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36A2C437C6900B4ACDC /* ssa_rewrite_pass.h */; }; + A9A9DDD92C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36A2C437C6900B4ACDC /* ssa_rewrite_pass.h */; }; + A9A9DDDA2C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36A2C437C6900B4ACDC /* ssa_rewrite_pass.h */; }; + A9A9DDDB2C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36A2C437C6900B4ACDC /* ssa_rewrite_pass.h */; }; + A9A9DDDC2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36B2C437C6900B4ACDC /* strength_reduction_pass.cpp */; }; + A9A9DDDD2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36B2C437C6900B4ACDC /* strength_reduction_pass.cpp */; }; + A9A9DDDE2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36B2C437C6900B4ACDC /* strength_reduction_pass.cpp */; }; + A9A9DDDF2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36B2C437C6900B4ACDC /* strength_reduction_pass.cpp */; }; + A9A9DDE02C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36C2C437C6900B4ACDC /* strength_reduction_pass.h */; }; + A9A9DDE12C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36C2C437C6900B4ACDC /* strength_reduction_pass.h */; }; + A9A9DDE22C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36C2C437C6900B4ACDC /* strength_reduction_pass.h */; }; + A9A9DDE32C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36C2C437C6900B4ACDC /* strength_reduction_pass.h */; }; + A9A9DDE42C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36D2C437C6900B4ACDC /* strip_debug_info_pass.cpp */; }; + A9A9DDE52C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36D2C437C6900B4ACDC /* strip_debug_info_pass.cpp */; }; + A9A9DDE62C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36D2C437C6900B4ACDC /* strip_debug_info_pass.cpp */; }; + A9A9DDE72C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36D2C437C6900B4ACDC /* strip_debug_info_pass.cpp */; }; + A9A9DDE82C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36E2C437C6900B4ACDC /* strip_debug_info_pass.h */; }; + A9A9DDE92C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36E2C437C6900B4ACDC /* strip_debug_info_pass.h */; }; + A9A9DDEA2C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36E2C437C6900B4ACDC /* strip_debug_info_pass.h */; }; + A9A9DDEB2C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D36E2C437C6900B4ACDC /* strip_debug_info_pass.h */; }; + A9A9DDEC2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36F2C437C6900B4ACDC /* strip_nonsemantic_info_pass.cpp */; }; + A9A9DDED2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36F2C437C6900B4ACDC /* strip_nonsemantic_info_pass.cpp */; }; + A9A9DDEE2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36F2C437C6900B4ACDC /* strip_nonsemantic_info_pass.cpp */; }; + A9A9DDEF2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D36F2C437C6900B4ACDC /* strip_nonsemantic_info_pass.cpp */; }; + A9A9DDF02C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3702C437C6900B4ACDC /* strip_nonsemantic_info_pass.h */; }; + A9A9DDF12C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3702C437C6900B4ACDC /* strip_nonsemantic_info_pass.h */; }; + A9A9DDF22C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3702C437C6900B4ACDC /* strip_nonsemantic_info_pass.h */; }; + A9A9DDF32C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3702C437C6900B4ACDC /* strip_nonsemantic_info_pass.h */; }; + A9A9DDF42C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3712C437C6900B4ACDC /* struct_cfg_analysis.cpp */; }; + A9A9DDF52C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3712C437C6900B4ACDC /* struct_cfg_analysis.cpp */; }; + A9A9DDF62C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3712C437C6900B4ACDC /* struct_cfg_analysis.cpp */; }; + A9A9DDF72C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3712C437C6900B4ACDC /* struct_cfg_analysis.cpp */; }; + A9A9DDF82C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3722C437C6900B4ACDC /* struct_cfg_analysis.h */; }; + A9A9DDF92C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3722C437C6900B4ACDC /* struct_cfg_analysis.h */; }; + A9A9DDFA2C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3722C437C6900B4ACDC /* struct_cfg_analysis.h */; }; + A9A9DDFB2C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3722C437C6900B4ACDC /* struct_cfg_analysis.h */; }; + A9A9DDFC2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3732C437C6900B4ACDC /* switch_descriptorset_pass.cpp */; }; + A9A9DDFD2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3732C437C6900B4ACDC /* switch_descriptorset_pass.cpp */; }; + A9A9DDFE2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3732C437C6900B4ACDC /* switch_descriptorset_pass.cpp */; }; + A9A9DDFF2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3732C437C6900B4ACDC /* switch_descriptorset_pass.cpp */; }; + A9A9DE002C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3742C437C6900B4ACDC /* switch_descriptorset_pass.h */; }; + A9A9DE012C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3742C437C6900B4ACDC /* switch_descriptorset_pass.h */; }; + A9A9DE022C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3742C437C6900B4ACDC /* switch_descriptorset_pass.h */; }; + A9A9DE032C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3742C437C6900B4ACDC /* switch_descriptorset_pass.h */; }; + A9A9DE042C437C6C00B4ACDC /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3752C437C6900B4ACDC /* tree_iterator.h */; }; + A9A9DE052C437C6C00B4ACDC /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3752C437C6900B4ACDC /* tree_iterator.h */; }; + A9A9DE062C437C6C00B4ACDC /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3752C437C6900B4ACDC /* tree_iterator.h */; }; + A9A9DE072C437C6C00B4ACDC /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3752C437C6900B4ACDC /* tree_iterator.h */; }; + A9A9DE082C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3762C437C6900B4ACDC /* trim_capabilities_pass.cpp */; }; + A9A9DE092C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3762C437C6900B4ACDC /* trim_capabilities_pass.cpp */; }; + A9A9DE0A2C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3762C437C6900B4ACDC /* trim_capabilities_pass.cpp */; }; + A9A9DE0B2C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3762C437C6900B4ACDC /* trim_capabilities_pass.cpp */; }; + A9A9DE0C2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3772C437C6900B4ACDC /* trim_capabilities_pass.h */; }; + A9A9DE0D2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3772C437C6900B4ACDC /* trim_capabilities_pass.h */; }; + A9A9DE0E2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3772C437C6900B4ACDC /* trim_capabilities_pass.h */; }; + A9A9DE0F2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3772C437C6900B4ACDC /* trim_capabilities_pass.h */; }; + A9A9DE102C437C6C00B4ACDC /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3782C437C6900B4ACDC /* type_manager.cpp */; }; + A9A9DE112C437C6C00B4ACDC /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3782C437C6900B4ACDC /* type_manager.cpp */; }; + A9A9DE122C437C6C00B4ACDC /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3782C437C6900B4ACDC /* type_manager.cpp */; }; + A9A9DE132C437C6C00B4ACDC /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3782C437C6900B4ACDC /* type_manager.cpp */; }; + A9A9DE142C437C6C00B4ACDC /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3792C437C6900B4ACDC /* type_manager.h */; }; + A9A9DE152C437C6C00B4ACDC /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3792C437C6900B4ACDC /* type_manager.h */; }; + A9A9DE162C437C6C00B4ACDC /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3792C437C6900B4ACDC /* type_manager.h */; }; + A9A9DE172C437C6C00B4ACDC /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3792C437C6900B4ACDC /* type_manager.h */; }; + A9A9DE182C437C6C00B4ACDC /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37A2C437C6900B4ACDC /* types.cpp */; }; + A9A9DE192C437C6C00B4ACDC /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37A2C437C6900B4ACDC /* types.cpp */; }; + A9A9DE1A2C437C6C00B4ACDC /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37A2C437C6900B4ACDC /* types.cpp */; }; + A9A9DE1B2C437C6C00B4ACDC /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37A2C437C6900B4ACDC /* types.cpp */; }; + A9A9DE1C2C437C6C00B4ACDC /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37B2C437C6900B4ACDC /* types.h */; }; + A9A9DE1D2C437C6C00B4ACDC /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37B2C437C6900B4ACDC /* types.h */; }; + A9A9DE1E2C437C6C00B4ACDC /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37B2C437C6900B4ACDC /* types.h */; }; + A9A9DE1F2C437C6C00B4ACDC /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37B2C437C6900B4ACDC /* types.h */; }; + A9A9DE202C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37C2C437C6900B4ACDC /* unify_const_pass.cpp */; }; + A9A9DE212C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37C2C437C6900B4ACDC /* unify_const_pass.cpp */; }; + A9A9DE222C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37C2C437C6900B4ACDC /* unify_const_pass.cpp */; }; + A9A9DE232C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37C2C437C6900B4ACDC /* unify_const_pass.cpp */; }; + A9A9DE242C437C6C00B4ACDC /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37D2C437C6900B4ACDC /* unify_const_pass.h */; }; + A9A9DE252C437C6C00B4ACDC /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37D2C437C6900B4ACDC /* unify_const_pass.h */; }; + A9A9DE262C437C6C00B4ACDC /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37D2C437C6900B4ACDC /* unify_const_pass.h */; }; + A9A9DE272C437C6C00B4ACDC /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37D2C437C6900B4ACDC /* unify_const_pass.h */; }; + A9A9DE282C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37E2C437C6900B4ACDC /* upgrade_memory_model.cpp */; }; + A9A9DE292C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37E2C437C6900B4ACDC /* upgrade_memory_model.cpp */; }; + A9A9DE2A2C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37E2C437C6900B4ACDC /* upgrade_memory_model.cpp */; }; + A9A9DE2B2C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D37E2C437C6900B4ACDC /* upgrade_memory_model.cpp */; }; + A9A9DE2C2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37F2C437C6900B4ACDC /* upgrade_memory_model.h */; }; + A9A9DE2D2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37F2C437C6900B4ACDC /* upgrade_memory_model.h */; }; + A9A9DE2E2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37F2C437C6900B4ACDC /* upgrade_memory_model.h */; }; + A9A9DE2F2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D37F2C437C6900B4ACDC /* upgrade_memory_model.h */; }; + A9A9DE302C437C6C00B4ACDC /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3802C437C6900B4ACDC /* value_number_table.cpp */; }; + A9A9DE312C437C6C00B4ACDC /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3802C437C6900B4ACDC /* value_number_table.cpp */; }; + A9A9DE322C437C6C00B4ACDC /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3802C437C6900B4ACDC /* value_number_table.cpp */; }; + A9A9DE332C437C6C00B4ACDC /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3802C437C6900B4ACDC /* value_number_table.cpp */; }; + A9A9DE342C437C6C00B4ACDC /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3812C437C6900B4ACDC /* value_number_table.h */; }; + A9A9DE352C437C6C00B4ACDC /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3812C437C6900B4ACDC /* value_number_table.h */; }; + A9A9DE362C437C6C00B4ACDC /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3812C437C6900B4ACDC /* value_number_table.h */; }; + A9A9DE372C437C6C00B4ACDC /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3812C437C6900B4ACDC /* value_number_table.h */; }; + A9A9DE382C437C6C00B4ACDC /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3822C437C6900B4ACDC /* vector_dce.cpp */; }; + A9A9DE392C437C6C00B4ACDC /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3822C437C6900B4ACDC /* vector_dce.cpp */; }; + A9A9DE3A2C437C6C00B4ACDC /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3822C437C6900B4ACDC /* vector_dce.cpp */; }; + A9A9DE3B2C437C6C00B4ACDC /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3822C437C6900B4ACDC /* vector_dce.cpp */; }; + A9A9DE3C2C437C6C00B4ACDC /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3832C437C6900B4ACDC /* vector_dce.h */; }; + A9A9DE3D2C437C6C00B4ACDC /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3832C437C6900B4ACDC /* vector_dce.h */; }; + A9A9DE3E2C437C6C00B4ACDC /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3832C437C6900B4ACDC /* vector_dce.h */; }; + A9A9DE3F2C437C6C00B4ACDC /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3832C437C6900B4ACDC /* vector_dce.h */; }; + A9A9DE402C437C6C00B4ACDC /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3842C437C6900B4ACDC /* workaround1209.cpp */; }; + A9A9DE412C437C6C00B4ACDC /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3842C437C6900B4ACDC /* workaround1209.cpp */; }; + A9A9DE422C437C6C00B4ACDC /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3842C437C6900B4ACDC /* workaround1209.cpp */; }; + A9A9DE432C437C6C00B4ACDC /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3842C437C6900B4ACDC /* workaround1209.cpp */; }; + A9A9DE442C437C6C00B4ACDC /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3852C437C6900B4ACDC /* workaround1209.h */; }; + A9A9DE452C437C6C00B4ACDC /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3852C437C6900B4ACDC /* workaround1209.h */; }; + A9A9DE462C437C6C00B4ACDC /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3852C437C6900B4ACDC /* workaround1209.h */; }; + A9A9DE472C437C6C00B4ACDC /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3852C437C6900B4ACDC /* workaround1209.h */; }; + A9A9DE482C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3862C437C6900B4ACDC /* wrap_opkill.cpp */; }; + A9A9DE492C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3862C437C6900B4ACDC /* wrap_opkill.cpp */; }; + A9A9DE4A2C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3862C437C6900B4ACDC /* wrap_opkill.cpp */; }; + A9A9DE4B2C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3862C437C6900B4ACDC /* wrap_opkill.cpp */; }; + A9A9DE4C2C437C6C00B4ACDC /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3872C437C6900B4ACDC /* wrap_opkill.h */; }; + A9A9DE4D2C437C6C00B4ACDC /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3872C437C6900B4ACDC /* wrap_opkill.h */; }; + A9A9DE4E2C437C6C00B4ACDC /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3872C437C6900B4ACDC /* wrap_opkill.h */; }; + A9A9DE4F2C437C6C00B4ACDC /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3872C437C6900B4ACDC /* wrap_opkill.h */; }; + A9A9DE502C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3892C437C6900B4ACDC /* change_operand_reduction_opportunity.cpp */; }; + A9A9DE512C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3892C437C6900B4ACDC /* change_operand_reduction_opportunity.cpp */; }; + A9A9DE522C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3892C437C6900B4ACDC /* change_operand_reduction_opportunity.cpp */; }; + A9A9DE532C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3892C437C6900B4ACDC /* change_operand_reduction_opportunity.cpp */; }; + A9A9DE542C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38A2C437C6900B4ACDC /* change_operand_reduction_opportunity.h */; }; + A9A9DE552C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38A2C437C6900B4ACDC /* change_operand_reduction_opportunity.h */; }; + A9A9DE562C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38A2C437C6900B4ACDC /* change_operand_reduction_opportunity.h */; }; + A9A9DE572C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38A2C437C6900B4ACDC /* change_operand_reduction_opportunity.h */; }; + A9A9DE582C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38B2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp */; }; + A9A9DE592C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38B2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp */; }; + A9A9DE5A2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38B2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp */; }; + A9A9DE5B2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38B2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp */; }; + A9A9DE5C2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38C2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.h */; }; + A9A9DE5D2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38C2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.h */; }; + A9A9DE5E2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38C2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.h */; }; + A9A9DE5F2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38C2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.h */; }; + A9A9DE602C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38E2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; + A9A9DE612C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38E2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; + A9A9DE622C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38E2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; + A9A9DE632C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D38E2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; + A9A9DE642C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38F2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; + A9A9DE652C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38F2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; + A9A9DE662C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38F2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; + A9A9DE672C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D38F2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; + A9A9DE682C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3902C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; + A9A9DE692C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3902C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; + A9A9DE6A2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3902C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; + A9A9DE6B2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3902C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; + A9A9DE6C2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3912C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; + A9A9DE6D2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3912C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; + A9A9DE6E2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3912C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; + A9A9DE6F2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3912C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; + A9A9DE702C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3922C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp */; }; + A9A9DE712C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3922C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp */; }; + A9A9DE722C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3922C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp */; }; + A9A9DE732C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3922C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp */; }; + A9A9DE742C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3932C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.h */; }; + A9A9DE752C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3932C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.h */; }; + A9A9DE762C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3932C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.h */; }; + A9A9DE772C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3932C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.h */; }; + A9A9DE782C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3942C437C6900B4ACDC /* merge_blocks_reduction_opportunity.cpp */; }; + A9A9DE792C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3942C437C6900B4ACDC /* merge_blocks_reduction_opportunity.cpp */; }; + A9A9DE7A2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3942C437C6900B4ACDC /* merge_blocks_reduction_opportunity.cpp */; }; + A9A9DE7B2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3942C437C6900B4ACDC /* merge_blocks_reduction_opportunity.cpp */; }; + A9A9DE7C2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3952C437C6900B4ACDC /* merge_blocks_reduction_opportunity.h */; }; + A9A9DE7D2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3952C437C6900B4ACDC /* merge_blocks_reduction_opportunity.h */; }; + A9A9DE7E2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3952C437C6900B4ACDC /* merge_blocks_reduction_opportunity.h */; }; + A9A9DE7F2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3952C437C6900B4ACDC /* merge_blocks_reduction_opportunity.h */; }; + A9A9DE802C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3962C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp */; }; + A9A9DE812C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3962C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp */; }; + A9A9DE822C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3962C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp */; }; + A9A9DE832C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3962C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp */; }; + A9A9DE842C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3972C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.h */; }; + A9A9DE852C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3972C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.h */; }; + A9A9DE862C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3972C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.h */; }; + A9A9DE872C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3972C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.h */; }; + A9A9DE882C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3982C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; + A9A9DE892C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3982C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; + A9A9DE8A2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3982C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; + A9A9DE8B2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3982C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; + A9A9DE8C2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3992C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; + A9A9DE8D2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3992C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; + A9A9DE8E2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3992C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; + A9A9DE8F2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3992C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; + A9A9DE902C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39A2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp */; }; + A9A9DE912C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39A2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp */; }; + A9A9DE922C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39A2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp */; }; + A9A9DE932C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39A2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp */; }; + A9A9DE942C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39B2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.h */; }; + A9A9DE952C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39B2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.h */; }; + A9A9DE962C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39B2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.h */; }; + A9A9DE972C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39B2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.h */; }; + A9A9DE982C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39C2C437C6900B4ACDC /* pch_source_reduce.cpp */; }; + A9A9DE992C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39C2C437C6900B4ACDC /* pch_source_reduce.cpp */; }; + A9A9DE9A2C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39C2C437C6900B4ACDC /* pch_source_reduce.cpp */; }; + A9A9DE9B2C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39C2C437C6900B4ACDC /* pch_source_reduce.cpp */; }; + A9A9DE9C2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39D2C437C6900B4ACDC /* pch_source_reduce.h */; }; + A9A9DE9D2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39D2C437C6900B4ACDC /* pch_source_reduce.h */; }; + A9A9DE9E2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39D2C437C6900B4ACDC /* pch_source_reduce.h */; }; + A9A9DE9F2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39D2C437C6900B4ACDC /* pch_source_reduce.h */; }; + A9A9DEA02C437C6C00B4ACDC /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39E2C437C6900B4ACDC /* reducer.cpp */; }; + A9A9DEA12C437C6C00B4ACDC /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39E2C437C6900B4ACDC /* reducer.cpp */; }; + A9A9DEA22C437C6C00B4ACDC /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39E2C437C6900B4ACDC /* reducer.cpp */; }; + A9A9DEA32C437C6C00B4ACDC /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D39E2C437C6900B4ACDC /* reducer.cpp */; }; + A9A9DEA42C437C6C00B4ACDC /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39F2C437C6900B4ACDC /* reducer.h */; }; + A9A9DEA52C437C6C00B4ACDC /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39F2C437C6900B4ACDC /* reducer.h */; }; + A9A9DEA62C437C6C00B4ACDC /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39F2C437C6900B4ACDC /* reducer.h */; }; + A9A9DEA72C437C6C00B4ACDC /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D39F2C437C6900B4ACDC /* reducer.h */; }; + A9A9DEA82C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A02C437C6900B4ACDC /* reduction_opportunity_finder.cpp */; }; + A9A9DEA92C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A02C437C6900B4ACDC /* reduction_opportunity_finder.cpp */; }; + A9A9DEAA2C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A02C437C6900B4ACDC /* reduction_opportunity_finder.cpp */; }; + A9A9DEAB2C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A02C437C6900B4ACDC /* reduction_opportunity_finder.cpp */; }; + A9A9DEAC2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A12C437C6900B4ACDC /* reduction_opportunity_finder.h */; }; + A9A9DEAD2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A12C437C6900B4ACDC /* reduction_opportunity_finder.h */; }; + A9A9DEAE2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A12C437C6900B4ACDC /* reduction_opportunity_finder.h */; }; + A9A9DEAF2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A12C437C6900B4ACDC /* reduction_opportunity_finder.h */; }; + A9A9DEB02C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A22C437C6900B4ACDC /* reduction_opportunity.cpp */; }; + A9A9DEB12C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A22C437C6900B4ACDC /* reduction_opportunity.cpp */; }; + A9A9DEB22C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A22C437C6900B4ACDC /* reduction_opportunity.cpp */; }; + A9A9DEB32C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A22C437C6900B4ACDC /* reduction_opportunity.cpp */; }; + A9A9DEB42C437C6C00B4ACDC /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A32C437C6900B4ACDC /* reduction_opportunity.h */; }; + A9A9DEB52C437C6C00B4ACDC /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A32C437C6900B4ACDC /* reduction_opportunity.h */; }; + A9A9DEB62C437C6C00B4ACDC /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A32C437C6900B4ACDC /* reduction_opportunity.h */; }; + A9A9DEB72C437C6C00B4ACDC /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A32C437C6900B4ACDC /* reduction_opportunity.h */; }; + A9A9DEB82C437C6C00B4ACDC /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A42C437C6900B4ACDC /* reduction_pass.cpp */; }; + A9A9DEB92C437C6C00B4ACDC /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A42C437C6900B4ACDC /* reduction_pass.cpp */; }; + A9A9DEBA2C437C6C00B4ACDC /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A42C437C6900B4ACDC /* reduction_pass.cpp */; }; + A9A9DEBB2C437C6C00B4ACDC /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A42C437C6900B4ACDC /* reduction_pass.cpp */; }; + A9A9DEBC2C437C6C00B4ACDC /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A52C437C6900B4ACDC /* reduction_pass.h */; }; + A9A9DEBD2C437C6C00B4ACDC /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A52C437C6900B4ACDC /* reduction_pass.h */; }; + A9A9DEBE2C437C6C00B4ACDC /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A52C437C6900B4ACDC /* reduction_pass.h */; }; + A9A9DEBF2C437C6C00B4ACDC /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A52C437C6900B4ACDC /* reduction_pass.h */; }; + A9A9DEC02C437C6C00B4ACDC /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A62C437C6900B4ACDC /* reduction_util.cpp */; }; + A9A9DEC12C437C6C00B4ACDC /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A62C437C6900B4ACDC /* reduction_util.cpp */; }; + A9A9DEC22C437C6C00B4ACDC /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A62C437C6900B4ACDC /* reduction_util.cpp */; }; + A9A9DEC32C437C6C00B4ACDC /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A62C437C6900B4ACDC /* reduction_util.cpp */; }; + A9A9DEC42C437C6C00B4ACDC /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A72C437C6900B4ACDC /* reduction_util.h */; }; + A9A9DEC52C437C6C00B4ACDC /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A72C437C6900B4ACDC /* reduction_util.h */; }; + A9A9DEC62C437C6C00B4ACDC /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A72C437C6900B4ACDC /* reduction_util.h */; }; + A9A9DEC72C437C6C00B4ACDC /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A72C437C6900B4ACDC /* reduction_util.h */; }; + A9A9DEC82C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A82C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.cpp */; }; + A9A9DEC92C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A82C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.cpp */; }; + A9A9DECA2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A82C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.cpp */; }; + A9A9DECB2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3A82C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.cpp */; }; + A9A9DECC2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A92C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.h */; }; + A9A9DECD2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A92C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.h */; }; + A9A9DECE2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A92C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.h */; }; + A9A9DECF2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3A92C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.h */; }; + A9A9DED02C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AA2C437C6900B4ACDC /* remove_block_reduction_opportunity.cpp */; }; + A9A9DED12C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AA2C437C6900B4ACDC /* remove_block_reduction_opportunity.cpp */; }; + A9A9DED22C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AA2C437C6900B4ACDC /* remove_block_reduction_opportunity.cpp */; }; + A9A9DED32C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AA2C437C6900B4ACDC /* remove_block_reduction_opportunity.cpp */; }; + A9A9DED42C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AB2C437C6900B4ACDC /* remove_block_reduction_opportunity.h */; }; + A9A9DED52C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AB2C437C6900B4ACDC /* remove_block_reduction_opportunity.h */; }; + A9A9DED62C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AB2C437C6900B4ACDC /* remove_block_reduction_opportunity.h */; }; + A9A9DED72C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AB2C437C6900B4ACDC /* remove_block_reduction_opportunity.h */; }; + A9A9DED82C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AC2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.cpp */; }; + A9A9DED92C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AC2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.cpp */; }; + A9A9DEDA2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AC2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.cpp */; }; + A9A9DEDB2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AC2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.cpp */; }; + A9A9DEDC2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AD2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.h */; }; + A9A9DEDD2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AD2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.h */; }; + A9A9DEDE2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AD2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.h */; }; + A9A9DEDF2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AD2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.h */; }; + A9A9DEE02C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AE2C437C6900B4ACDC /* remove_function_reduction_opportunity.cpp */; }; + A9A9DEE12C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AE2C437C6900B4ACDC /* remove_function_reduction_opportunity.cpp */; }; + A9A9DEE22C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AE2C437C6900B4ACDC /* remove_function_reduction_opportunity.cpp */; }; + A9A9DEE32C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3AE2C437C6900B4ACDC /* remove_function_reduction_opportunity.cpp */; }; + A9A9DEE42C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AF2C437C6900B4ACDC /* remove_function_reduction_opportunity.h */; }; + A9A9DEE52C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AF2C437C6900B4ACDC /* remove_function_reduction_opportunity.h */; }; + A9A9DEE62C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AF2C437C6900B4ACDC /* remove_function_reduction_opportunity.h */; }; + A9A9DEE72C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3AF2C437C6900B4ACDC /* remove_function_reduction_opportunity.h */; }; + A9A9DEE82C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B02C437C6900B4ACDC /* remove_instruction_reduction_opportunity.cpp */; }; + A9A9DEE92C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B02C437C6900B4ACDC /* remove_instruction_reduction_opportunity.cpp */; }; + A9A9DEEA2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B02C437C6900B4ACDC /* remove_instruction_reduction_opportunity.cpp */; }; + A9A9DEEB2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B02C437C6900B4ACDC /* remove_instruction_reduction_opportunity.cpp */; }; + A9A9DEEC2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B12C437C6900B4ACDC /* remove_instruction_reduction_opportunity.h */; }; + A9A9DEED2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B12C437C6900B4ACDC /* remove_instruction_reduction_opportunity.h */; }; + A9A9DEEE2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B12C437C6900B4ACDC /* remove_instruction_reduction_opportunity.h */; }; + A9A9DEEF2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B12C437C6900B4ACDC /* remove_instruction_reduction_opportunity.h */; }; + A9A9DEF02C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B22C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.cpp */; }; + A9A9DEF12C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B22C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.cpp */; }; + A9A9DEF22C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B22C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.cpp */; }; + A9A9DEF32C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B22C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.cpp */; }; + A9A9DEF42C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B32C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.h */; }; + A9A9DEF52C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B32C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.h */; }; + A9A9DEF62C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B32C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.h */; }; + A9A9DEF72C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B32C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.h */; }; + A9A9DEF82C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B42C437C6900B4ACDC /* remove_selection_reduction_opportunity.cpp */; }; + A9A9DEF92C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B42C437C6900B4ACDC /* remove_selection_reduction_opportunity.cpp */; }; + A9A9DEFA2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B42C437C6900B4ACDC /* remove_selection_reduction_opportunity.cpp */; }; + A9A9DEFB2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B42C437C6900B4ACDC /* remove_selection_reduction_opportunity.cpp */; }; + A9A9DEFC2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B52C437C6900B4ACDC /* remove_selection_reduction_opportunity.h */; }; + A9A9DEFD2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B52C437C6900B4ACDC /* remove_selection_reduction_opportunity.h */; }; + A9A9DEFE2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B52C437C6900B4ACDC /* remove_selection_reduction_opportunity.h */; }; + A9A9DEFF2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B52C437C6900B4ACDC /* remove_selection_reduction_opportunity.h */; }; + A9A9DF002C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B62C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.cpp */; }; + A9A9DF012C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B62C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.cpp */; }; + A9A9DF022C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B62C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.cpp */; }; + A9A9DF032C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B62C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.cpp */; }; + A9A9DF042C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B72C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.h */; }; + A9A9DF052C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B72C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.h */; }; + A9A9DF062C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B72C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.h */; }; + A9A9DF072C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B72C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.h */; }; + A9A9DF082C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B82C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; + A9A9DF092C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B82C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; + A9A9DF0A2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B82C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; + A9A9DF0B2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3B82C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; + A9A9DF0C2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B92C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h */; }; + A9A9DF0D2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B92C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h */; }; + A9A9DF0E2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B92C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h */; }; + A9A9DF0F2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3B92C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h */; }; + A9A9DF102C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BA2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; + A9A9DF112C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BA2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; + A9A9DF122C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BA2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; + A9A9DF132C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BA2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; + A9A9DF142C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BB2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; + A9A9DF152C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BB2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; + A9A9DF162C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BB2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; + A9A9DF172C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BB2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; + A9A9DF182C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BC2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; + A9A9DF192C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BC2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; + A9A9DF1A2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BC2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; + A9A9DF1B2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BC2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; + A9A9DF1C2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BD2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; + A9A9DF1D2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BD2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; + A9A9DF1E2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BD2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; + A9A9DF1F2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BD2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; + A9A9DF202C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BE2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; + A9A9DF212C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BE2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; + A9A9DF222C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BE2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; + A9A9DF232C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3BE2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; + A9A9DF242C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BF2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; + A9A9DF252C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BF2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; + A9A9DF262C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BF2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; + A9A9DF272C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3BF2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; + A9A9DF282C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C02C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; + A9A9DF292C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C02C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; + A9A9DF2A2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C02C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; + A9A9DF2B2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C02C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; + A9A9DF2C2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C12C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h */; }; + A9A9DF2D2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C12C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h */; }; + A9A9DF2E2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C12C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h */; }; + A9A9DF2F2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C12C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h */; }; + A9A9DF302C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C22C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp */; }; + A9A9DF312C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C22C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp */; }; + A9A9DF322C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C22C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp */; }; + A9A9DF332C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C22C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp */; }; + A9A9DF342C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C32C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.h */; }; + A9A9DF352C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C32C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.h */; }; + A9A9DF362C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C32C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.h */; }; + A9A9DF372C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C32C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.h */; }; + A9A9DF382C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C42C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; + A9A9DF392C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C42C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; + A9A9DF3A2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C42C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; + A9A9DF3B2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C42C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; + A9A9DF3C2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C52C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; + A9A9DF3D2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C52C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; + A9A9DF3E2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C52C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; + A9A9DF3F2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C52C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; + A9A9DF402C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C62C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp */; }; + A9A9DF412C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C62C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp */; }; + A9A9DF422C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C62C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp */; }; + A9A9DF432C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C62C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp */; }; + A9A9DF442C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C72C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.h */; }; + A9A9DF452C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C72C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.h */; }; + A9A9DF462C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C72C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.h */; }; + A9A9DF472C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3C72C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.h */; }; + A9A9DF482C437C6C00B4ACDC /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C92C437C6900B4ACDC /* bit_vector.cpp */; }; + A9A9DF492C437C6C00B4ACDC /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C92C437C6900B4ACDC /* bit_vector.cpp */; }; + A9A9DF4A2C437C6C00B4ACDC /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C92C437C6900B4ACDC /* bit_vector.cpp */; }; + A9A9DF4B2C437C6C00B4ACDC /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3C92C437C6900B4ACDC /* bit_vector.cpp */; }; + A9A9DF4C2C437C6C00B4ACDC /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CA2C437C6900B4ACDC /* bit_vector.h */; }; + A9A9DF4D2C437C6C00B4ACDC /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CA2C437C6900B4ACDC /* bit_vector.h */; }; + A9A9DF4E2C437C6C00B4ACDC /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CA2C437C6900B4ACDC /* bit_vector.h */; }; + A9A9DF4F2C437C6C00B4ACDC /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CA2C437C6900B4ACDC /* bit_vector.h */; }; + A9A9DF502C437C6C00B4ACDC /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CB2C437C6900B4ACDC /* bitutils.h */; }; + A9A9DF512C437C6C00B4ACDC /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CB2C437C6900B4ACDC /* bitutils.h */; }; + A9A9DF522C437C6C00B4ACDC /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CB2C437C6900B4ACDC /* bitutils.h */; }; + A9A9DF532C437C6C00B4ACDC /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CB2C437C6900B4ACDC /* bitutils.h */; }; + A9A9DF542C437C6C00B4ACDC /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CC2C437C6900B4ACDC /* hash_combine.h */; }; + A9A9DF552C437C6C00B4ACDC /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CC2C437C6900B4ACDC /* hash_combine.h */; }; + A9A9DF562C437C6C00B4ACDC /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CC2C437C6900B4ACDC /* hash_combine.h */; }; + A9A9DF572C437C6C00B4ACDC /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CC2C437C6900B4ACDC /* hash_combine.h */; }; + A9A9DF582C437C6C00B4ACDC /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CD2C437C6900B4ACDC /* hex_float.h */; }; + A9A9DF592C437C6C00B4ACDC /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CD2C437C6900B4ACDC /* hex_float.h */; }; + A9A9DF5A2C437C6C00B4ACDC /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CD2C437C6900B4ACDC /* hex_float.h */; }; + A9A9DF5B2C437C6C00B4ACDC /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CD2C437C6900B4ACDC /* hex_float.h */; }; + A9A9DF5C2C437C6C00B4ACDC /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CE2C437C6900B4ACDC /* ilist_node.h */; }; + A9A9DF5D2C437C6C00B4ACDC /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CE2C437C6900B4ACDC /* ilist_node.h */; }; + A9A9DF5E2C437C6C00B4ACDC /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CE2C437C6900B4ACDC /* ilist_node.h */; }; + A9A9DF5F2C437C6C00B4ACDC /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CE2C437C6900B4ACDC /* ilist_node.h */; }; + A9A9DF602C437C6C00B4ACDC /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CF2C437C6900B4ACDC /* ilist.h */; }; + A9A9DF612C437C6C00B4ACDC /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CF2C437C6900B4ACDC /* ilist.h */; }; + A9A9DF622C437C6C00B4ACDC /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CF2C437C6900B4ACDC /* ilist.h */; }; + A9A9DF632C437C6C00B4ACDC /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3CF2C437C6900B4ACDC /* ilist.h */; }; + A9A9DF642C437C6C00B4ACDC /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D02C437C6900B4ACDC /* make_unique.h */; }; + A9A9DF652C437C6C00B4ACDC /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D02C437C6900B4ACDC /* make_unique.h */; }; + A9A9DF662C437C6C00B4ACDC /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D02C437C6900B4ACDC /* make_unique.h */; }; + A9A9DF672C437C6C00B4ACDC /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D02C437C6900B4ACDC /* make_unique.h */; }; + A9A9DF682C437C6C00B4ACDC /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D12C437C6900B4ACDC /* parse_number.cpp */; }; + A9A9DF692C437C6C00B4ACDC /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D12C437C6900B4ACDC /* parse_number.cpp */; }; + A9A9DF6A2C437C6C00B4ACDC /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D12C437C6900B4ACDC /* parse_number.cpp */; }; + A9A9DF6B2C437C6C00B4ACDC /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D12C437C6900B4ACDC /* parse_number.cpp */; }; + A9A9DF6C2C437C6C00B4ACDC /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D22C437C6900B4ACDC /* parse_number.h */; }; + A9A9DF6D2C437C6C00B4ACDC /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D22C437C6900B4ACDC /* parse_number.h */; }; + A9A9DF6E2C437C6C00B4ACDC /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D22C437C6900B4ACDC /* parse_number.h */; }; + A9A9DF6F2C437C6C00B4ACDC /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D22C437C6900B4ACDC /* parse_number.h */; }; + A9A9DF702C437C6C00B4ACDC /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D32C437C6900B4ACDC /* small_vector.h */; }; + A9A9DF712C437C6C00B4ACDC /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D32C437C6900B4ACDC /* small_vector.h */; }; + A9A9DF722C437C6C00B4ACDC /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D32C437C6900B4ACDC /* small_vector.h */; }; + A9A9DF732C437C6C00B4ACDC /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D32C437C6900B4ACDC /* small_vector.h */; }; + A9A9DF742C437C6C00B4ACDC /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D42C437C6900B4ACDC /* string_utils.cpp */; }; + A9A9DF752C437C6C00B4ACDC /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D42C437C6900B4ACDC /* string_utils.cpp */; }; + A9A9DF762C437C6C00B4ACDC /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D42C437C6900B4ACDC /* string_utils.cpp */; }; + A9A9DF772C437C6C00B4ACDC /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D42C437C6900B4ACDC /* string_utils.cpp */; }; + A9A9DF782C437C6C00B4ACDC /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D52C437C6900B4ACDC /* string_utils.h */; }; + A9A9DF792C437C6C00B4ACDC /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D52C437C6900B4ACDC /* string_utils.h */; }; + A9A9DF7A2C437C6C00B4ACDC /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D52C437C6900B4ACDC /* string_utils.h */; }; + A9A9DF7B2C437C6C00B4ACDC /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D52C437C6900B4ACDC /* string_utils.h */; }; + A9A9DF7C2C437C6C00B4ACDC /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D62C437C6900B4ACDC /* timer.cpp */; }; + A9A9DF7D2C437C6C00B4ACDC /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D62C437C6900B4ACDC /* timer.cpp */; }; + A9A9DF7E2C437C6C00B4ACDC /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D62C437C6900B4ACDC /* timer.cpp */; }; + A9A9DF7F2C437C6C00B4ACDC /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D62C437C6900B4ACDC /* timer.cpp */; }; + A9A9DF802C437C6C00B4ACDC /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D72C437C6900B4ACDC /* timer.h */; }; + A9A9DF812C437C6C00B4ACDC /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D72C437C6900B4ACDC /* timer.h */; }; + A9A9DF822C437C6C00B4ACDC /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D72C437C6900B4ACDC /* timer.h */; }; + A9A9DF832C437C6C00B4ACDC /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3D72C437C6900B4ACDC /* timer.h */; }; + A9A9DF842C437C6C00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D92C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DF852C437C6C00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D92C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DF862C437C6C00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D92C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DF872C437C6C00B4ACDC /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3D92C437C6900B4ACDC /* basic_block.cpp */; }; + A9A9DF882C437C6C00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DA2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DF892C437C6C00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DA2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DF8A2C437C6C00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DA2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DF8B2C437C6C00B4ACDC /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DA2C437C6900B4ACDC /* basic_block.h */; }; + A9A9DF8C2C437C6C00B4ACDC /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DB2C437C6900B4ACDC /* construct.cpp */; }; + A9A9DF8D2C437C6C00B4ACDC /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DB2C437C6900B4ACDC /* construct.cpp */; }; + A9A9DF8E2C437C6C00B4ACDC /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DB2C437C6900B4ACDC /* construct.cpp */; }; + A9A9DF8F2C437C6C00B4ACDC /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DB2C437C6900B4ACDC /* construct.cpp */; }; + A9A9DF902C437C6C00B4ACDC /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DC2C437C6900B4ACDC /* construct.h */; }; + A9A9DF912C437C6C00B4ACDC /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DC2C437C6900B4ACDC /* construct.h */; }; + A9A9DF922C437C6C00B4ACDC /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DC2C437C6900B4ACDC /* construct.h */; }; + A9A9DF932C437C6C00B4ACDC /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DC2C437C6900B4ACDC /* construct.h */; }; + A9A9DF942C437C6C00B4ACDC /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DD2C437C6900B4ACDC /* decoration.h */; }; + A9A9DF952C437C6C00B4ACDC /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DD2C437C6900B4ACDC /* decoration.h */; }; + A9A9DF962C437C6C00B4ACDC /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DD2C437C6900B4ACDC /* decoration.h */; }; + A9A9DF972C437C6C00B4ACDC /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DD2C437C6900B4ACDC /* decoration.h */; }; + A9A9DF982C437C6C00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DE2C437C6900B4ACDC /* function.cpp */; }; + A9A9DF992C437C6C00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DE2C437C6900B4ACDC /* function.cpp */; }; + A9A9DF9A2C437C6C00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DE2C437C6900B4ACDC /* function.cpp */; }; + A9A9DF9B2C437C6C00B4ACDC /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3DE2C437C6900B4ACDC /* function.cpp */; }; + A9A9DF9C2C437C6C00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DF2C437C6900B4ACDC /* function.h */; }; + A9A9DF9D2C437C6C00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DF2C437C6900B4ACDC /* function.h */; }; + A9A9DF9E2C437C6C00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DF2C437C6900B4ACDC /* function.h */; }; + A9A9DF9F2C437C6C00B4ACDC /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3DF2C437C6900B4ACDC /* function.h */; }; + A9A9DFA02C437C6C00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E02C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DFA12C437C6C00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E02C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DFA22C437C6C00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E02C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DFA32C437C6C00B4ACDC /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E02C437C6900B4ACDC /* instruction.cpp */; }; + A9A9DFA42C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3E12C437C6900B4ACDC /* instruction.h */; }; + A9A9DFA52C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3E12C437C6900B4ACDC /* instruction.h */; }; + A9A9DFA62C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3E12C437C6900B4ACDC /* instruction.h */; }; + A9A9DFA72C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3E12C437C6900B4ACDC /* instruction.h */; }; + A9A9DFA82C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E22C437C6900B4ACDC /* validate_adjacency.cpp */; }; + A9A9DFA92C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E22C437C6900B4ACDC /* validate_adjacency.cpp */; }; + A9A9DFAA2C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E22C437C6900B4ACDC /* validate_adjacency.cpp */; }; + A9A9DFAB2C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E22C437C6900B4ACDC /* validate_adjacency.cpp */; }; + A9A9DFAC2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E32C437C6900B4ACDC /* validate_annotation.cpp */; }; + A9A9DFAD2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E32C437C6900B4ACDC /* validate_annotation.cpp */; }; + A9A9DFAE2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E32C437C6900B4ACDC /* validate_annotation.cpp */; }; + A9A9DFAF2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E32C437C6900B4ACDC /* validate_annotation.cpp */; }; + A9A9DFB02C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E42C437C6900B4ACDC /* validate_arithmetics.cpp */; }; + A9A9DFB12C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E42C437C6900B4ACDC /* validate_arithmetics.cpp */; }; + A9A9DFB22C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E42C437C6900B4ACDC /* validate_arithmetics.cpp */; }; + A9A9DFB32C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E42C437C6900B4ACDC /* validate_arithmetics.cpp */; }; + A9A9DFB42C437C6C00B4ACDC /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E52C437C6900B4ACDC /* validate_atomics.cpp */; }; + A9A9DFB52C437C6C00B4ACDC /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E52C437C6900B4ACDC /* validate_atomics.cpp */; }; + A9A9DFB62C437C6C00B4ACDC /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E52C437C6900B4ACDC /* validate_atomics.cpp */; }; + A9A9DFB72C437C6C00B4ACDC /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E52C437C6900B4ACDC /* validate_atomics.cpp */; }; + A9A9DFB82C437C6C00B4ACDC /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E62C437C6900B4ACDC /* validate_barriers.cpp */; }; + A9A9DFB92C437C6C00B4ACDC /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E62C437C6900B4ACDC /* validate_barriers.cpp */; }; + A9A9DFBA2C437C6C00B4ACDC /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E62C437C6900B4ACDC /* validate_barriers.cpp */; }; + A9A9DFBB2C437C6C00B4ACDC /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E62C437C6900B4ACDC /* validate_barriers.cpp */; }; + A9A9DFBC2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E72C437C6900B4ACDC /* validate_bitwise.cpp */; }; + A9A9DFBD2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E72C437C6900B4ACDC /* validate_bitwise.cpp */; }; + A9A9DFBE2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E72C437C6900B4ACDC /* validate_bitwise.cpp */; }; + A9A9DFBF2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E72C437C6900B4ACDC /* validate_bitwise.cpp */; }; + A9A9DFC02C437C6C00B4ACDC /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E82C437C6900B4ACDC /* validate_builtins.cpp */; }; + A9A9DFC12C437C6C00B4ACDC /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E82C437C6900B4ACDC /* validate_builtins.cpp */; }; + A9A9DFC22C437C6C00B4ACDC /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E82C437C6900B4ACDC /* validate_builtins.cpp */; }; + A9A9DFC32C437C6C00B4ACDC /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E82C437C6900B4ACDC /* validate_builtins.cpp */; }; + A9A9DFC42C437C6C00B4ACDC /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E92C437C6900B4ACDC /* validate_capability.cpp */; }; + A9A9DFC52C437C6C00B4ACDC /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E92C437C6900B4ACDC /* validate_capability.cpp */; }; + A9A9DFC62C437C6C00B4ACDC /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E92C437C6900B4ACDC /* validate_capability.cpp */; }; + A9A9DFC72C437C6C00B4ACDC /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3E92C437C6900B4ACDC /* validate_capability.cpp */; }; + A9A9DFC82C437C6C00B4ACDC /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EA2C437C6900B4ACDC /* validate_cfg.cpp */; }; + A9A9DFC92C437C6C00B4ACDC /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EA2C437C6900B4ACDC /* validate_cfg.cpp */; }; + A9A9DFCA2C437C6C00B4ACDC /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EA2C437C6900B4ACDC /* validate_cfg.cpp */; }; + A9A9DFCB2C437C6C00B4ACDC /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EA2C437C6900B4ACDC /* validate_cfg.cpp */; }; + A9A9DFCC2C437C6C00B4ACDC /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EB2C437C6900B4ACDC /* validate_composites.cpp */; }; + A9A9DFCD2C437C6C00B4ACDC /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EB2C437C6900B4ACDC /* validate_composites.cpp */; }; + A9A9DFCE2C437C6C00B4ACDC /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EB2C437C6900B4ACDC /* validate_composites.cpp */; }; + A9A9DFCF2C437C6C00B4ACDC /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EB2C437C6900B4ACDC /* validate_composites.cpp */; }; + A9A9DFD02C437C6C00B4ACDC /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EC2C437C6900B4ACDC /* validate_constants.cpp */; }; + A9A9DFD12C437C6C00B4ACDC /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EC2C437C6900B4ACDC /* validate_constants.cpp */; }; + A9A9DFD22C437C6C00B4ACDC /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EC2C437C6900B4ACDC /* validate_constants.cpp */; }; + A9A9DFD32C437C6C00B4ACDC /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EC2C437C6900B4ACDC /* validate_constants.cpp */; }; + A9A9DFD42C437C6C00B4ACDC /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3ED2C437C6900B4ACDC /* validate_conversion.cpp */; }; + A9A9DFD52C437C6C00B4ACDC /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3ED2C437C6900B4ACDC /* validate_conversion.cpp */; }; + A9A9DFD62C437C6C00B4ACDC /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3ED2C437C6900B4ACDC /* validate_conversion.cpp */; }; + A9A9DFD72C437C6C00B4ACDC /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3ED2C437C6900B4ACDC /* validate_conversion.cpp */; }; + A9A9DFD82C437C6C00B4ACDC /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EE2C437C6900B4ACDC /* validate_debug.cpp */; }; + A9A9DFD92C437C6C00B4ACDC /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EE2C437C6900B4ACDC /* validate_debug.cpp */; }; + A9A9DFDA2C437C6C00B4ACDC /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EE2C437C6900B4ACDC /* validate_debug.cpp */; }; + A9A9DFDB2C437C6C00B4ACDC /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EE2C437C6900B4ACDC /* validate_debug.cpp */; }; + A9A9DFDC2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EF2C437C6900B4ACDC /* validate_decorations.cpp */; }; + A9A9DFDD2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EF2C437C6900B4ACDC /* validate_decorations.cpp */; }; + A9A9DFDE2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EF2C437C6900B4ACDC /* validate_decorations.cpp */; }; + A9A9DFDF2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3EF2C437C6900B4ACDC /* validate_decorations.cpp */; }; + A9A9DFE02C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F02C437C6900B4ACDC /* validate_derivatives.cpp */; }; + A9A9DFE12C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F02C437C6900B4ACDC /* validate_derivatives.cpp */; }; + A9A9DFE22C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F02C437C6900B4ACDC /* validate_derivatives.cpp */; }; + A9A9DFE32C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F02C437C6900B4ACDC /* validate_derivatives.cpp */; }; + A9A9DFE42C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F12C437C6900B4ACDC /* validate_execution_limitations.cpp */; }; + A9A9DFE52C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F12C437C6900B4ACDC /* validate_execution_limitations.cpp */; }; + A9A9DFE62C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F12C437C6900B4ACDC /* validate_execution_limitations.cpp */; }; + A9A9DFE72C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F12C437C6900B4ACDC /* validate_execution_limitations.cpp */; }; + A9A9DFE82C437C6C00B4ACDC /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F22C437C6900B4ACDC /* validate_extensions.cpp */; }; + A9A9DFE92C437C6C00B4ACDC /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F22C437C6900B4ACDC /* validate_extensions.cpp */; }; + A9A9DFEA2C437C6C00B4ACDC /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F22C437C6900B4ACDC /* validate_extensions.cpp */; }; + A9A9DFEB2C437C6C00B4ACDC /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F22C437C6900B4ACDC /* validate_extensions.cpp */; }; + A9A9DFEC2C437C6C00B4ACDC /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F32C437C6900B4ACDC /* validate_function.cpp */; }; + A9A9DFED2C437C6C00B4ACDC /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F32C437C6900B4ACDC /* validate_function.cpp */; }; + A9A9DFEE2C437C6C00B4ACDC /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F32C437C6900B4ACDC /* validate_function.cpp */; }; + A9A9DFEF2C437C6C00B4ACDC /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F32C437C6900B4ACDC /* validate_function.cpp */; }; + A9A9DFF02C437C6C00B4ACDC /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F42C437C6900B4ACDC /* validate_id.cpp */; }; + A9A9DFF12C437C6C00B4ACDC /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F42C437C6900B4ACDC /* validate_id.cpp */; }; + A9A9DFF22C437C6C00B4ACDC /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F42C437C6900B4ACDC /* validate_id.cpp */; }; + A9A9DFF32C437C6C00B4ACDC /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F42C437C6900B4ACDC /* validate_id.cpp */; }; + A9A9DFF42C437C6C00B4ACDC /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F52C437C6900B4ACDC /* validate_image.cpp */; }; + A9A9DFF52C437C6C00B4ACDC /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F52C437C6900B4ACDC /* validate_image.cpp */; }; + A9A9DFF62C437C6C00B4ACDC /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F52C437C6900B4ACDC /* validate_image.cpp */; }; + A9A9DFF72C437C6C00B4ACDC /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F52C437C6900B4ACDC /* validate_image.cpp */; }; + A9A9DFF82C437C6C00B4ACDC /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F62C437C6900B4ACDC /* validate_instruction.cpp */; }; + A9A9DFF92C437C6C00B4ACDC /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F62C437C6900B4ACDC /* validate_instruction.cpp */; }; + A9A9DFFA2C437C6C00B4ACDC /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F62C437C6900B4ACDC /* validate_instruction.cpp */; }; + A9A9DFFB2C437C6C00B4ACDC /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F62C437C6900B4ACDC /* validate_instruction.cpp */; }; + A9A9DFFC2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F72C437C6900B4ACDC /* validate_interfaces.cpp */; }; + A9A9DFFD2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F72C437C6900B4ACDC /* validate_interfaces.cpp */; }; + A9A9DFFE2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F72C437C6900B4ACDC /* validate_interfaces.cpp */; }; + A9A9DFFF2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F72C437C6900B4ACDC /* validate_interfaces.cpp */; }; + A9A9E0002C437C6C00B4ACDC /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F82C437C6900B4ACDC /* validate_layout.cpp */; }; + A9A9E0012C437C6C00B4ACDC /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F82C437C6900B4ACDC /* validate_layout.cpp */; }; + A9A9E0022C437C6C00B4ACDC /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F82C437C6900B4ACDC /* validate_layout.cpp */; }; + A9A9E0032C437C6C00B4ACDC /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F82C437C6900B4ACDC /* validate_layout.cpp */; }; + A9A9E0042C437C6C00B4ACDC /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F92C437C6900B4ACDC /* validate_literals.cpp */; }; + A9A9E0052C437C6C00B4ACDC /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F92C437C6900B4ACDC /* validate_literals.cpp */; }; + A9A9E0062C437C6C00B4ACDC /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F92C437C6900B4ACDC /* validate_literals.cpp */; }; + A9A9E0072C437C6C00B4ACDC /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3F92C437C6900B4ACDC /* validate_literals.cpp */; }; + A9A9E0082C437C6C00B4ACDC /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FA2C437C6900B4ACDC /* validate_logicals.cpp */; }; + A9A9E0092C437C6C00B4ACDC /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FA2C437C6900B4ACDC /* validate_logicals.cpp */; }; + A9A9E00A2C437C6C00B4ACDC /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FA2C437C6900B4ACDC /* validate_logicals.cpp */; }; + A9A9E00B2C437C6C00B4ACDC /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FA2C437C6900B4ACDC /* validate_logicals.cpp */; }; + A9A9E00C2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FB2C437C6900B4ACDC /* validate_memory_semantics.cpp */; }; + A9A9E00D2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FB2C437C6900B4ACDC /* validate_memory_semantics.cpp */; }; + A9A9E00E2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FB2C437C6900B4ACDC /* validate_memory_semantics.cpp */; }; + A9A9E00F2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FB2C437C6900B4ACDC /* validate_memory_semantics.cpp */; }; + A9A9E0102C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3FC2C437C6900B4ACDC /* validate_memory_semantics.h */; }; + A9A9E0112C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3FC2C437C6900B4ACDC /* validate_memory_semantics.h */; }; + A9A9E0122C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3FC2C437C6900B4ACDC /* validate_memory_semantics.h */; }; + A9A9E0132C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D3FC2C437C6900B4ACDC /* validate_memory_semantics.h */; }; + A9A9E0142C437C6C00B4ACDC /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FD2C437C6900B4ACDC /* validate_memory.cpp */; }; + A9A9E0152C437C6C00B4ACDC /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FD2C437C6900B4ACDC /* validate_memory.cpp */; }; + A9A9E0162C437C6C00B4ACDC /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FD2C437C6900B4ACDC /* validate_memory.cpp */; }; + A9A9E0172C437C6C00B4ACDC /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FD2C437C6900B4ACDC /* validate_memory.cpp */; }; + A9A9E0182C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FE2C437C6900B4ACDC /* validate_mesh_shading.cpp */; }; + A9A9E0192C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FE2C437C6900B4ACDC /* validate_mesh_shading.cpp */; }; + A9A9E01A2C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FE2C437C6900B4ACDC /* validate_mesh_shading.cpp */; }; + A9A9E01B2C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FE2C437C6900B4ACDC /* validate_mesh_shading.cpp */; }; + A9A9E01C2C437C6C00B4ACDC /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FF2C437C6900B4ACDC /* validate_misc.cpp */; }; + A9A9E01D2C437C6C00B4ACDC /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FF2C437C6900B4ACDC /* validate_misc.cpp */; }; + A9A9E01E2C437C6C00B4ACDC /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FF2C437C6900B4ACDC /* validate_misc.cpp */; }; + A9A9E01F2C437C6C00B4ACDC /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D3FF2C437C6900B4ACDC /* validate_misc.cpp */; }; + A9A9E0202C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4002C437C6900B4ACDC /* validate_mode_setting.cpp */; }; + A9A9E0212C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4002C437C6900B4ACDC /* validate_mode_setting.cpp */; }; + A9A9E0222C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4002C437C6900B4ACDC /* validate_mode_setting.cpp */; }; + A9A9E0232C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4002C437C6900B4ACDC /* validate_mode_setting.cpp */; }; + A9A9E0242C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4012C437C6900B4ACDC /* validate_non_uniform.cpp */; }; + A9A9E0252C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4012C437C6900B4ACDC /* validate_non_uniform.cpp */; }; + A9A9E0262C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4012C437C6900B4ACDC /* validate_non_uniform.cpp */; }; + A9A9E0272C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4012C437C6900B4ACDC /* validate_non_uniform.cpp */; }; + A9A9E0282C437C6C00B4ACDC /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4022C437C6900B4ACDC /* validate_primitives.cpp */; }; + A9A9E0292C437C6C00B4ACDC /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4022C437C6900B4ACDC /* validate_primitives.cpp */; }; + A9A9E02A2C437C6C00B4ACDC /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4022C437C6900B4ACDC /* validate_primitives.cpp */; }; + A9A9E02B2C437C6C00B4ACDC /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4022C437C6900B4ACDC /* validate_primitives.cpp */; }; + A9A9E02C2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4032C437C6900B4ACDC /* validate_ray_query.cpp */; }; + A9A9E02D2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4032C437C6900B4ACDC /* validate_ray_query.cpp */; }; + A9A9E02E2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4032C437C6900B4ACDC /* validate_ray_query.cpp */; }; + A9A9E02F2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4032C437C6900B4ACDC /* validate_ray_query.cpp */; }; + A9A9E0302C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4042C437C6900B4ACDC /* validate_ray_tracing_reorder.cpp */; }; + A9A9E0312C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4042C437C6900B4ACDC /* validate_ray_tracing_reorder.cpp */; }; + A9A9E0322C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4042C437C6900B4ACDC /* validate_ray_tracing_reorder.cpp */; }; + A9A9E0332C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4042C437C6900B4ACDC /* validate_ray_tracing_reorder.cpp */; }; + A9A9E0342C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4052C437C6900B4ACDC /* validate_ray_tracing.cpp */; }; + A9A9E0352C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4052C437C6900B4ACDC /* validate_ray_tracing.cpp */; }; + A9A9E0362C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4052C437C6900B4ACDC /* validate_ray_tracing.cpp */; }; + A9A9E0372C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4052C437C6900B4ACDC /* validate_ray_tracing.cpp */; }; + A9A9E0382C437C6C00B4ACDC /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4062C437C6900B4ACDC /* validate_scopes.cpp */; }; + A9A9E0392C437C6C00B4ACDC /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4062C437C6900B4ACDC /* validate_scopes.cpp */; }; + A9A9E03A2C437C6C00B4ACDC /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4062C437C6900B4ACDC /* validate_scopes.cpp */; }; + A9A9E03B2C437C6C00B4ACDC /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4062C437C6900B4ACDC /* validate_scopes.cpp */; }; + A9A9E03C2C437C6C00B4ACDC /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4072C437C6900B4ACDC /* validate_scopes.h */; }; + A9A9E03D2C437C6C00B4ACDC /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4072C437C6900B4ACDC /* validate_scopes.h */; }; + A9A9E03E2C437C6C00B4ACDC /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4072C437C6900B4ACDC /* validate_scopes.h */; }; + A9A9E03F2C437C6C00B4ACDC /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4072C437C6900B4ACDC /* validate_scopes.h */; }; + A9A9E0402C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4082C437C6900B4ACDC /* validate_small_type_uses.cpp */; }; + A9A9E0412C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4082C437C6900B4ACDC /* validate_small_type_uses.cpp */; }; + A9A9E0422C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4082C437C6900B4ACDC /* validate_small_type_uses.cpp */; }; + A9A9E0432C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4082C437C6900B4ACDC /* validate_small_type_uses.cpp */; }; + A9A9E0442C437C6C00B4ACDC /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4092C437C6900B4ACDC /* validate_type.cpp */; }; + A9A9E0452C437C6C00B4ACDC /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4092C437C6900B4ACDC /* validate_type.cpp */; }; + A9A9E0462C437C6C00B4ACDC /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4092C437C6900B4ACDC /* validate_type.cpp */; }; + A9A9E0472C437C6C00B4ACDC /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4092C437C6900B4ACDC /* validate_type.cpp */; }; + A9A9E0482C437C6C00B4ACDC /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40A2C437C6900B4ACDC /* validate.cpp */; }; + A9A9E0492C437C6C00B4ACDC /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40A2C437C6900B4ACDC /* validate.cpp */; }; + A9A9E04A2C437C6C00B4ACDC /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40A2C437C6900B4ACDC /* validate.cpp */; }; + A9A9E04B2C437C6C00B4ACDC /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40A2C437C6900B4ACDC /* validate.cpp */; }; + A9A9E04C2C437C6C00B4ACDC /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40B2C437C6900B4ACDC /* validate.h */; }; + A9A9E04D2C437C6C00B4ACDC /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40B2C437C6900B4ACDC /* validate.h */; }; + A9A9E04E2C437C6C00B4ACDC /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40B2C437C6900B4ACDC /* validate.h */; }; + A9A9E04F2C437C6C00B4ACDC /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40B2C437C6900B4ACDC /* validate.h */; }; + A9A9E0502C437C6C00B4ACDC /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40C2C437C6900B4ACDC /* validation_state.cpp */; }; + A9A9E0512C437C6C00B4ACDC /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40C2C437C6900B4ACDC /* validation_state.cpp */; }; + A9A9E0522C437C6C00B4ACDC /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40C2C437C6900B4ACDC /* validation_state.cpp */; }; + A9A9E0532C437C6C00B4ACDC /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D40C2C437C6900B4ACDC /* validation_state.cpp */; }; + A9A9E0542C437C6C00B4ACDC /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40D2C437C6900B4ACDC /* validation_state.h */; }; + A9A9E0552C437C6C00B4ACDC /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40D2C437C6900B4ACDC /* validation_state.h */; }; + A9A9E0562C437C6C00B4ACDC /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40D2C437C6900B4ACDC /* validation_state.h */; }; + A9A9E0572C437C6C00B4ACDC /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D40D2C437C6900B4ACDC /* validation_state.h */; }; + A9A9E05C2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4162C437C6900B4ACDC /* assembly_grammar.cpp */; }; + A9A9E05D2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4162C437C6900B4ACDC /* assembly_grammar.cpp */; }; + A9A9E05E2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4162C437C6900B4ACDC /* assembly_grammar.cpp */; }; + A9A9E05F2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4162C437C6900B4ACDC /* assembly_grammar.cpp */; }; + A9A9E0602C437C6C00B4ACDC /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4172C437C6900B4ACDC /* assembly_grammar.h */; }; + A9A9E0612C437C6C00B4ACDC /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4172C437C6900B4ACDC /* assembly_grammar.h */; }; + A9A9E0622C437C6C00B4ACDC /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4172C437C6900B4ACDC /* assembly_grammar.h */; }; + A9A9E0632C437C6C00B4ACDC /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4172C437C6900B4ACDC /* assembly_grammar.h */; }; + A9A9E0642C437C6C00B4ACDC /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4182C437C6900B4ACDC /* binary.cpp */; }; + A9A9E0652C437C6C00B4ACDC /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4182C437C6900B4ACDC /* binary.cpp */; }; + A9A9E0662C437C6C00B4ACDC /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4182C437C6900B4ACDC /* binary.cpp */; }; + A9A9E0672C437C6C00B4ACDC /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4182C437C6900B4ACDC /* binary.cpp */; }; + A9A9E0682C437C6C00B4ACDC /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4192C437C6900B4ACDC /* binary.h */; }; + A9A9E0692C437C6C00B4ACDC /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4192C437C6900B4ACDC /* binary.h */; }; + A9A9E06A2C437C6C00B4ACDC /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4192C437C6900B4ACDC /* binary.h */; }; + A9A9E06B2C437C6C00B4ACDC /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4192C437C6900B4ACDC /* binary.h */; }; + A9A9E06C2C437C6C00B4ACDC /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41A2C437C6900B4ACDC /* cfa.h */; }; + A9A9E06D2C437C6C00B4ACDC /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41A2C437C6900B4ACDC /* cfa.h */; }; + A9A9E06E2C437C6C00B4ACDC /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41A2C437C6900B4ACDC /* cfa.h */; }; + A9A9E06F2C437C6C00B4ACDC /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41A2C437C6900B4ACDC /* cfa.h */; }; + A9A9E0702C437C6C00B4ACDC /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41C2C437C6900B4ACDC /* common_debug_info.h */; }; + A9A9E0712C437C6C00B4ACDC /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41C2C437C6900B4ACDC /* common_debug_info.h */; }; + A9A9E0722C437C6C00B4ACDC /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41C2C437C6900B4ACDC /* common_debug_info.h */; }; + A9A9E0732C437C6C00B4ACDC /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41C2C437C6900B4ACDC /* common_debug_info.h */; }; + A9A9E0742C437C6C00B4ACDC /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41D2C437C6900B4ACDC /* diagnostic.cpp */; }; + A9A9E0752C437C6C00B4ACDC /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41D2C437C6900B4ACDC /* diagnostic.cpp */; }; + A9A9E0762C437C6C00B4ACDC /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41D2C437C6900B4ACDC /* diagnostic.cpp */; }; + A9A9E0772C437C6C00B4ACDC /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41D2C437C6900B4ACDC /* diagnostic.cpp */; }; + A9A9E0782C437C6C00B4ACDC /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41E2C437C6900B4ACDC /* diagnostic.h */; }; + A9A9E0792C437C6C00B4ACDC /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41E2C437C6900B4ACDC /* diagnostic.h */; }; + A9A9E07A2C437C6C00B4ACDC /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41E2C437C6900B4ACDC /* diagnostic.h */; }; + A9A9E07B2C437C6C00B4ACDC /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D41E2C437C6900B4ACDC /* diagnostic.h */; }; + A9A9E07C2C437C6C00B4ACDC /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41F2C437C6900B4ACDC /* disassemble.cpp */; }; + A9A9E07D2C437C6C00B4ACDC /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41F2C437C6900B4ACDC /* disassemble.cpp */; }; + A9A9E07E2C437C6C00B4ACDC /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41F2C437C6900B4ACDC /* disassemble.cpp */; }; + A9A9E07F2C437C6C00B4ACDC /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D41F2C437C6900B4ACDC /* disassemble.cpp */; }; + A9A9E0802C437C6C00B4ACDC /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4202C437C6900B4ACDC /* disassemble.h */; }; + A9A9E0812C437C6C00B4ACDC /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4202C437C6900B4ACDC /* disassemble.h */; }; + A9A9E0822C437C6C00B4ACDC /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4202C437C6900B4ACDC /* disassemble.h */; }; + A9A9E0832C437C6C00B4ACDC /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4202C437C6900B4ACDC /* disassemble.h */; }; + A9A9E0842C437C6C00B4ACDC /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4212C437C6900B4ACDC /* enum_set.h */; }; + A9A9E0852C437C6C00B4ACDC /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4212C437C6900B4ACDC /* enum_set.h */; }; + A9A9E0862C437C6C00B4ACDC /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4212C437C6900B4ACDC /* enum_set.h */; }; + A9A9E0872C437C6C00B4ACDC /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4212C437C6900B4ACDC /* enum_set.h */; }; + A9A9E0882C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4222C437C6900B4ACDC /* enum_string_mapping.cpp */; }; + A9A9E0892C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4222C437C6900B4ACDC /* enum_string_mapping.cpp */; }; + A9A9E08A2C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4222C437C6900B4ACDC /* enum_string_mapping.cpp */; }; + A9A9E08B2C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4222C437C6900B4ACDC /* enum_string_mapping.cpp */; }; + A9A9E08C2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4232C437C6900B4ACDC /* enum_string_mapping.h */; }; + A9A9E08D2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4232C437C6900B4ACDC /* enum_string_mapping.h */; }; + A9A9E08E2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4232C437C6900B4ACDC /* enum_string_mapping.h */; }; + A9A9E08F2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4232C437C6900B4ACDC /* enum_string_mapping.h */; }; + A9A9E0902C437C6C00B4ACDC /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4242C437C6900B4ACDC /* ext_inst.cpp */; }; + A9A9E0912C437C6C00B4ACDC /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4242C437C6900B4ACDC /* ext_inst.cpp */; }; + A9A9E0922C437C6C00B4ACDC /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4242C437C6900B4ACDC /* ext_inst.cpp */; }; + A9A9E0932C437C6C00B4ACDC /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4242C437C6900B4ACDC /* ext_inst.cpp */; }; + A9A9E0942C437C6C00B4ACDC /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4252C437C6900B4ACDC /* ext_inst.h */; }; + A9A9E0952C437C6C00B4ACDC /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4252C437C6900B4ACDC /* ext_inst.h */; }; + A9A9E0962C437C6C00B4ACDC /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4252C437C6900B4ACDC /* ext_inst.h */; }; + A9A9E0972C437C6C00B4ACDC /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4252C437C6900B4ACDC /* ext_inst.h */; }; + A9A9E0982C437C6C00B4ACDC /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4262C437C6900B4ACDC /* extensions.cpp */; }; + A9A9E0992C437C6C00B4ACDC /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4262C437C6900B4ACDC /* extensions.cpp */; }; + A9A9E09A2C437C6C00B4ACDC /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4262C437C6900B4ACDC /* extensions.cpp */; }; + A9A9E09B2C437C6C00B4ACDC /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4262C437C6900B4ACDC /* extensions.cpp */; }; + A9A9E09C2C437C6C00B4ACDC /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4272C437C6900B4ACDC /* extensions.h */; }; + A9A9E09D2C437C6C00B4ACDC /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4272C437C6900B4ACDC /* extensions.h */; }; + A9A9E09E2C437C6C00B4ACDC /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4272C437C6900B4ACDC /* extensions.h */; }; + A9A9E09F2C437C6C00B4ACDC /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4272C437C6900B4ACDC /* extensions.h */; }; + A9A9E0A02C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4282C437C6900B4ACDC /* instruction.h */; }; + A9A9E0A12C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4282C437C6900B4ACDC /* instruction.h */; }; + A9A9E0A22C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4282C437C6900B4ACDC /* instruction.h */; }; + A9A9E0A32C437C6C00B4ACDC /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4282C437C6900B4ACDC /* instruction.h */; }; + A9A9E0A42C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4292C437C6900B4ACDC /* latest_version_glsl_std_450_header.h */; }; + A9A9E0A52C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4292C437C6900B4ACDC /* latest_version_glsl_std_450_header.h */; }; + A9A9E0A62C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4292C437C6900B4ACDC /* latest_version_glsl_std_450_header.h */; }; + A9A9E0A72C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4292C437C6900B4ACDC /* latest_version_glsl_std_450_header.h */; }; + A9A9E0A82C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42A2C437C6900B4ACDC /* latest_version_opencl_std_header.h */; }; + A9A9E0A92C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42A2C437C6900B4ACDC /* latest_version_opencl_std_header.h */; }; + A9A9E0AA2C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42A2C437C6900B4ACDC /* latest_version_opencl_std_header.h */; }; + A9A9E0AB2C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42A2C437C6900B4ACDC /* latest_version_opencl_std_header.h */; }; + A9A9E0AC2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42B2C437C6900B4ACDC /* latest_version_spirv_header.h */; }; + A9A9E0AD2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42B2C437C6900B4ACDC /* latest_version_spirv_header.h */; }; + A9A9E0AE2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42B2C437C6900B4ACDC /* latest_version_spirv_header.h */; }; + A9A9E0AF2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42B2C437C6900B4ACDC /* latest_version_spirv_header.h */; }; + A9A9E0B02C437C6C00B4ACDC /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42C2C437C6900B4ACDC /* libspirv.cpp */; }; + A9A9E0B12C437C6C00B4ACDC /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42C2C437C6900B4ACDC /* libspirv.cpp */; }; + A9A9E0B22C437C6C00B4ACDC /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42C2C437C6900B4ACDC /* libspirv.cpp */; }; + A9A9E0B32C437C6C00B4ACDC /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42C2C437C6900B4ACDC /* libspirv.cpp */; }; + A9A9E0B42C437C6C00B4ACDC /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42D2C437C6900B4ACDC /* macro.h */; }; + A9A9E0B52C437C6C00B4ACDC /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42D2C437C6900B4ACDC /* macro.h */; }; + A9A9E0B62C437C6C00B4ACDC /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42D2C437C6900B4ACDC /* macro.h */; }; + A9A9E0B72C437C6C00B4ACDC /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42D2C437C6900B4ACDC /* macro.h */; }; + A9A9E0B82C437C6C00B4ACDC /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42E2C437C6900B4ACDC /* name_mapper.cpp */; }; + A9A9E0B92C437C6C00B4ACDC /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42E2C437C6900B4ACDC /* name_mapper.cpp */; }; + A9A9E0BA2C437C6C00B4ACDC /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42E2C437C6900B4ACDC /* name_mapper.cpp */; }; + A9A9E0BB2C437C6C00B4ACDC /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D42E2C437C6900B4ACDC /* name_mapper.cpp */; }; + A9A9E0BC2C437C6C00B4ACDC /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42F2C437C6900B4ACDC /* name_mapper.h */; }; + A9A9E0BD2C437C6C00B4ACDC /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42F2C437C6900B4ACDC /* name_mapper.h */; }; + A9A9E0BE2C437C6C00B4ACDC /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42F2C437C6900B4ACDC /* name_mapper.h */; }; + A9A9E0BF2C437C6C00B4ACDC /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D42F2C437C6900B4ACDC /* name_mapper.h */; }; + A9A9E0C02C437C6C00B4ACDC /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4302C437C6900B4ACDC /* opcode.cpp */; }; + A9A9E0C12C437C6C00B4ACDC /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4302C437C6900B4ACDC /* opcode.cpp */; }; + A9A9E0C22C437C6C00B4ACDC /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4302C437C6900B4ACDC /* opcode.cpp */; }; + A9A9E0C32C437C6C00B4ACDC /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4302C437C6900B4ACDC /* opcode.cpp */; }; + A9A9E0C42C437C6C00B4ACDC /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4312C437C6900B4ACDC /* opcode.h */; }; + A9A9E0C52C437C6C00B4ACDC /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4312C437C6900B4ACDC /* opcode.h */; }; + A9A9E0C62C437C6C00B4ACDC /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4312C437C6900B4ACDC /* opcode.h */; }; + A9A9E0C72C437C6C00B4ACDC /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4312C437C6900B4ACDC /* opcode.h */; }; + A9A9E0C82C437C6C00B4ACDC /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4322C437C6900B4ACDC /* operand.cpp */; }; + A9A9E0C92C437C6C00B4ACDC /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4322C437C6900B4ACDC /* operand.cpp */; }; + A9A9E0CA2C437C6C00B4ACDC /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4322C437C6900B4ACDC /* operand.cpp */; }; + A9A9E0CB2C437C6C00B4ACDC /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4322C437C6900B4ACDC /* operand.cpp */; }; + A9A9E0CC2C437C6C00B4ACDC /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4332C437C6900B4ACDC /* operand.h */; }; + A9A9E0CD2C437C6C00B4ACDC /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4332C437C6900B4ACDC /* operand.h */; }; + A9A9E0CE2C437C6C00B4ACDC /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4332C437C6900B4ACDC /* operand.h */; }; + A9A9E0CF2C437C6C00B4ACDC /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4332C437C6900B4ACDC /* operand.h */; }; + A9A9E0D02C437C6C00B4ACDC /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4342C437C6900B4ACDC /* parsed_operand.cpp */; }; + A9A9E0D12C437C6C00B4ACDC /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4342C437C6900B4ACDC /* parsed_operand.cpp */; }; + A9A9E0D22C437C6C00B4ACDC /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4342C437C6900B4ACDC /* parsed_operand.cpp */; }; + A9A9E0D32C437C6C00B4ACDC /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4342C437C6900B4ACDC /* parsed_operand.cpp */; }; + A9A9E0D42C437C6C00B4ACDC /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4352C437C6900B4ACDC /* parsed_operand.h */; }; + A9A9E0D52C437C6C00B4ACDC /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4352C437C6900B4ACDC /* parsed_operand.h */; }; + A9A9E0D62C437C6C00B4ACDC /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4352C437C6900B4ACDC /* parsed_operand.h */; }; + A9A9E0D72C437C6C00B4ACDC /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4352C437C6900B4ACDC /* parsed_operand.h */; }; + A9A9E0D82C437C6C00B4ACDC /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4362C437C6900B4ACDC /* pch_source.cpp */; }; + A9A9E0D92C437C6C00B4ACDC /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4362C437C6900B4ACDC /* pch_source.cpp */; }; + A9A9E0DA2C437C6C00B4ACDC /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4362C437C6900B4ACDC /* pch_source.cpp */; }; + A9A9E0DB2C437C6C00B4ACDC /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4362C437C6900B4ACDC /* pch_source.cpp */; }; + A9A9E0DC2C437C6C00B4ACDC /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4372C437C6900B4ACDC /* pch_source.h */; }; + A9A9E0DD2C437C6C00B4ACDC /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4372C437C6900B4ACDC /* pch_source.h */; }; + A9A9E0DE2C437C6C00B4ACDC /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4372C437C6900B4ACDC /* pch_source.h */; }; + A9A9E0DF2C437C6C00B4ACDC /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4372C437C6900B4ACDC /* pch_source.h */; }; + A9A9E0E02C437C6C00B4ACDC /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4382C437C6900B4ACDC /* print.cpp */; }; + A9A9E0E12C437C6C00B4ACDC /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4382C437C6900B4ACDC /* print.cpp */; }; + A9A9E0E22C437C6C00B4ACDC /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4382C437C6900B4ACDC /* print.cpp */; }; + A9A9E0E32C437C6C00B4ACDC /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4382C437C6900B4ACDC /* print.cpp */; }; + A9A9E0E42C437C6C00B4ACDC /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4392C437C6900B4ACDC /* print.h */; }; + A9A9E0E52C437C6C00B4ACDC /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4392C437C6900B4ACDC /* print.h */; }; + A9A9E0E62C437C6C00B4ACDC /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4392C437C6900B4ACDC /* print.h */; }; + A9A9E0E72C437C6C00B4ACDC /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4392C437C6900B4ACDC /* print.h */; }; + A9A9E0E82C437C6C00B4ACDC /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43A2C437C6900B4ACDC /* software_version.cpp */; }; + A9A9E0E92C437C6C00B4ACDC /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43A2C437C6900B4ACDC /* software_version.cpp */; }; + A9A9E0EA2C437C6C00B4ACDC /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43A2C437C6900B4ACDC /* software_version.cpp */; }; + A9A9E0EB2C437C6C00B4ACDC /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43A2C437C6900B4ACDC /* software_version.cpp */; }; + A9A9E0EC2C437C6C00B4ACDC /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43B2C437C6900B4ACDC /* spirv_constant.h */; }; + A9A9E0ED2C437C6C00B4ACDC /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43B2C437C6900B4ACDC /* spirv_constant.h */; }; + A9A9E0EE2C437C6C00B4ACDC /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43B2C437C6900B4ACDC /* spirv_constant.h */; }; + A9A9E0EF2C437C6C00B4ACDC /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43B2C437C6900B4ACDC /* spirv_constant.h */; }; + A9A9E0F02C437C6C00B4ACDC /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43C2C437C6900B4ACDC /* spirv_definition.h */; }; + A9A9E0F12C437C6C00B4ACDC /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43C2C437C6900B4ACDC /* spirv_definition.h */; }; + A9A9E0F22C437C6C00B4ACDC /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43C2C437C6900B4ACDC /* spirv_definition.h */; }; + A9A9E0F32C437C6C00B4ACDC /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43C2C437C6900B4ACDC /* spirv_definition.h */; }; + A9A9E0F42C437C6C00B4ACDC /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43D2C437C6900B4ACDC /* spirv_endian.cpp */; }; + A9A9E0F52C437C6C00B4ACDC /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43D2C437C6900B4ACDC /* spirv_endian.cpp */; }; + A9A9E0F62C437C6C00B4ACDC /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43D2C437C6900B4ACDC /* spirv_endian.cpp */; }; + A9A9E0F72C437C6C00B4ACDC /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43D2C437C6900B4ACDC /* spirv_endian.cpp */; }; + A9A9E0F82C437C6C00B4ACDC /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43E2C437C6900B4ACDC /* spirv_endian.h */; }; + A9A9E0F92C437C6C00B4ACDC /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43E2C437C6900B4ACDC /* spirv_endian.h */; }; + A9A9E0FA2C437C6C00B4ACDC /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43E2C437C6900B4ACDC /* spirv_endian.h */; }; + A9A9E0FB2C437C6C00B4ACDC /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D43E2C437C6900B4ACDC /* spirv_endian.h */; }; + A9A9E0FC2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43F2C437C6900B4ACDC /* spirv_fuzzer_options.cpp */; }; + A9A9E0FD2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43F2C437C6900B4ACDC /* spirv_fuzzer_options.cpp */; }; + A9A9E0FE2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43F2C437C6900B4ACDC /* spirv_fuzzer_options.cpp */; }; + A9A9E0FF2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D43F2C437C6900B4ACDC /* spirv_fuzzer_options.cpp */; }; + A9A9E1002C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4402C437C6900B4ACDC /* spirv_fuzzer_options.h */; }; + A9A9E1012C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4402C437C6900B4ACDC /* spirv_fuzzer_options.h */; }; + A9A9E1022C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4402C437C6900B4ACDC /* spirv_fuzzer_options.h */; }; + A9A9E1032C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4402C437C6900B4ACDC /* spirv_fuzzer_options.h */; }; + A9A9E1042C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4412C437C6900B4ACDC /* spirv_optimizer_options.cpp */; }; + A9A9E1052C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4412C437C6900B4ACDC /* spirv_optimizer_options.cpp */; }; + A9A9E1062C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4412C437C6900B4ACDC /* spirv_optimizer_options.cpp */; }; + A9A9E1072C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4412C437C6900B4ACDC /* spirv_optimizer_options.cpp */; }; + A9A9E1082C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4422C437C6900B4ACDC /* spirv_optimizer_options.h */; }; + A9A9E1092C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4422C437C6900B4ACDC /* spirv_optimizer_options.h */; }; + A9A9E10A2C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4422C437C6900B4ACDC /* spirv_optimizer_options.h */; }; + A9A9E10B2C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4422C437C6900B4ACDC /* spirv_optimizer_options.h */; }; + A9A9E10C2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4432C437C6900B4ACDC /* spirv_reducer_options.cpp */; }; + A9A9E10D2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4432C437C6900B4ACDC /* spirv_reducer_options.cpp */; }; + A9A9E10E2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4432C437C6900B4ACDC /* spirv_reducer_options.cpp */; }; + A9A9E10F2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4432C437C6900B4ACDC /* spirv_reducer_options.cpp */; }; + A9A9E1102C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4442C437C6900B4ACDC /* spirv_reducer_options.h */; }; + A9A9E1112C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4442C437C6900B4ACDC /* spirv_reducer_options.h */; }; + A9A9E1122C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4442C437C6900B4ACDC /* spirv_reducer_options.h */; }; + A9A9E1132C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4442C437C6900B4ACDC /* spirv_reducer_options.h */; }; + A9A9E1142C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4452C437C6900B4ACDC /* spirv_target_env.cpp */; }; + A9A9E1152C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4452C437C6900B4ACDC /* spirv_target_env.cpp */; }; + A9A9E1162C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4452C437C6900B4ACDC /* spirv_target_env.cpp */; }; + A9A9E1172C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4452C437C6900B4ACDC /* spirv_target_env.cpp */; }; + A9A9E1182C437C6D00B4ACDC /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4462C437C6900B4ACDC /* spirv_target_env.h */; }; + A9A9E1192C437C6D00B4ACDC /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4462C437C6900B4ACDC /* spirv_target_env.h */; }; + A9A9E11A2C437C6D00B4ACDC /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4462C437C6900B4ACDC /* spirv_target_env.h */; }; + A9A9E11B2C437C6D00B4ACDC /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4462C437C6900B4ACDC /* spirv_target_env.h */; }; + A9A9E11C2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4472C437C6900B4ACDC /* spirv_validator_options.cpp */; }; + A9A9E11D2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4472C437C6900B4ACDC /* spirv_validator_options.cpp */; }; + A9A9E11E2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4472C437C6900B4ACDC /* spirv_validator_options.cpp */; }; + A9A9E11F2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4472C437C6900B4ACDC /* spirv_validator_options.cpp */; }; + A9A9E1202C437C6D00B4ACDC /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4482C437C6900B4ACDC /* spirv_validator_options.h */; }; + A9A9E1212C437C6D00B4ACDC /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4482C437C6900B4ACDC /* spirv_validator_options.h */; }; + A9A9E1222C437C6D00B4ACDC /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4482C437C6900B4ACDC /* spirv_validator_options.h */; }; + A9A9E1232C437C6D00B4ACDC /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D4482C437C6900B4ACDC /* spirv_validator_options.h */; }; + A9A9E1242C437C6D00B4ACDC /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4492C437C6900B4ACDC /* table.cpp */; }; + A9A9E1252C437C6D00B4ACDC /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4492C437C6900B4ACDC /* table.cpp */; }; + A9A9E1262C437C6D00B4ACDC /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4492C437C6900B4ACDC /* table.cpp */; }; + A9A9E1272C437C6D00B4ACDC /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D4492C437C6900B4ACDC /* table.cpp */; }; + A9A9E1282C437C6D00B4ACDC /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44A2C437C6900B4ACDC /* table.h */; }; + A9A9E1292C437C6D00B4ACDC /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44A2C437C6900B4ACDC /* table.h */; }; + A9A9E12A2C437C6D00B4ACDC /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44A2C437C6900B4ACDC /* table.h */; }; + A9A9E12B2C437C6D00B4ACDC /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44A2C437C6900B4ACDC /* table.h */; }; + A9A9E12C2C437C6D00B4ACDC /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44B2C437C6900B4ACDC /* text_handler.cpp */; }; + A9A9E12D2C437C6D00B4ACDC /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44B2C437C6900B4ACDC /* text_handler.cpp */; }; + A9A9E12E2C437C6D00B4ACDC /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44B2C437C6900B4ACDC /* text_handler.cpp */; }; + A9A9E12F2C437C6D00B4ACDC /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44B2C437C6900B4ACDC /* text_handler.cpp */; }; + A9A9E1302C437C6D00B4ACDC /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44C2C437C6900B4ACDC /* text_handler.h */; }; + A9A9E1312C437C6D00B4ACDC /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44C2C437C6900B4ACDC /* text_handler.h */; }; + A9A9E1322C437C6D00B4ACDC /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44C2C437C6900B4ACDC /* text_handler.h */; }; + A9A9E1332C437C6D00B4ACDC /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44C2C437C6900B4ACDC /* text_handler.h */; }; + A9A9E1342C437C6D00B4ACDC /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44D2C437C6900B4ACDC /* text.cpp */; }; + A9A9E1352C437C6D00B4ACDC /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44D2C437C6900B4ACDC /* text.cpp */; }; + A9A9E1362C437C6D00B4ACDC /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44D2C437C6900B4ACDC /* text.cpp */; }; + A9A9E1372C437C6D00B4ACDC /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9A9D44D2C437C6900B4ACDC /* text.cpp */; }; + A9A9E1382C437C6D00B4ACDC /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44E2C437C6900B4ACDC /* text.h */; }; + A9A9E1392C437C6D00B4ACDC /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44E2C437C6900B4ACDC /* text.h */; }; + A9A9E13A2C437C6D00B4ACDC /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44E2C437C6900B4ACDC /* text.h */; }; + A9A9E13B2C437C6D00B4ACDC /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A9D44E2C437C6900B4ACDC /* text.h */; }; DCFD7C8B2A45BA7D007BBBF7 /* spirv_cfg.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A976290921CC60BC00B52A68 /* spirv_cfg.hpp */; }; DCFD7C8C2A45BA7D007BBBF7 /* spirv_cross_parsed_ir.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A976290821CC60BC00B52A68 /* spirv_cross_parsed_ir.hpp */; }; DCFD7C8D2A45BA7D007BBBF7 /* spirv_common.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A976290721CC60BC00B52A68 /* spirv_common.hpp */; }; @@ -1819,435 +2272,6 @@ DCFD7D042A45BA92007BBBF7 /* CodeGen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A997F9CC26865A550006F71B /* CodeGen.cpp */; }; DCFD7D052A45BA92007BBBF7 /* SymbolTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A997F9A026865A550006F71B /* SymbolTable.cpp */; }; DCFD7D062A45BA92007BBBF7 /* Pp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A997F9B026865A550006F71B /* Pp.cpp */; }; - DCFD7D0E2A45BA9C007BBBF7 /* replace_invalid_opc.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BC29425A1700B30DA7 /* replace_invalid_opc.h */; }; - DCFD7D0F2A45BA9C007BBBF7 /* convert_to_sampled_image_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EE29425A1700B30DA7 /* convert_to_sampled_image_pass.h */; }; - DCFD7D102A45BA9C007BBBF7 /* text_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08C29425A1700B30DA7 /* text_handler.h */; }; - DCFD7D112A45BA9C007BBBF7 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DA29425A1700B30DA7 /* types.h */; }; - DCFD7D122A45BA9C007BBBF7 /* dead_insert_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10E29425A1800B30DA7 /* dead_insert_elim_pass.h */; }; - DCFD7D132A45BA9C007BBBF7 /* parse_number.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01F29425A1700B30DA7 /* parse_number.h */; }; - DCFD7D142A45BA9C007BBBF7 /* make_unique.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02129425A1700B30DA7 /* make_unique.h */; }; - DCFD7D152A45BA9C007BBBF7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17A29425A1800B30DA7 /* function.h */; }; - DCFD7D162A45BA9C007BBBF7 /* inst_debug_printf_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10A29425A1800B30DA7 /* inst_debug_printf_pass.h */; }; - DCFD7D172A45BA9C007BBBF7 /* block_merge_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E029425A1700B30DA7 /* block_merge_pass.h */; }; - DCFD7D182A45BA9C007BBBF7 /* scalar_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B529425A1700B30DA7 /* scalar_analysis.h */; }; - DCFD7D192A45BA9C007BBBF7 /* composite.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AA29425A1700B30DA7 /* composite.h */; }; - DCFD7D1A2A45BA9C007BBBF7 /* enum_set.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01729425A1700B30DA7 /* enum_set.h */; }; - DCFD7D1B2A45BA9C007BBBF7 /* lints.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01529425A1700B30DA7 /* lints.h */; }; - DCFD7D1C2A45BA9C007BBBF7 /* freeze_spec_constant_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11029425A1800B30DA7 /* freeze_spec_constant_value_pass.h */; }; - DCFD7D1D2A45BA9C007BBBF7 /* reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05F29425A1700B30DA7 /* reduction_opportunity.h */; }; - DCFD7D1E2A45BA9C007BBBF7 /* ir_context.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CB29425A1700B30DA7 /* ir_context.h */; }; - DCFD7D1F2A45BA9C007BBBF7 /* loop_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16029425A1800B30DA7 /* loop_utils.h */; }; - DCFD7D202A45BA9C007BBBF7 /* relax_float_ops_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EA29425A1700B30DA7 /* relax_float_ops_pass.h */; }; - DCFD7D212A45BA9C007BBBF7 /* pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13B29425A1800B30DA7 /* pass.h */; }; - DCFD7D222A45BA9C007BBBF7 /* inline_opaque_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A529425A1700B30DA7 /* inline_opaque_pass.h */; }; - DCFD7D232A45BA9C007BBBF7 /* strength_reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10729425A1800B30DA7 /* strength_reduction_pass.h */; }; - DCFD7D242A45BA9C007BBBF7 /* pch_source.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07329425A1700B30DA7 /* pch_source.h */; }; - DCFD7D252A45BA9C007BBBF7 /* graphics_robust_access_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B029425A1700B30DA7 /* graphics_robust_access_pass.h */; }; - DCFD7D262A45BA9C007BBBF7 /* scalar_analysis_nodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14329425A1800B30DA7 /* scalar_analysis_nodes.h */; }; - DCFD7D272A45BA9C007BBBF7 /* operand_to_const_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03829425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.h */; }; - DCFD7D282A45BA9C007BBBF7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DD29425A1700B30DA7 /* basic_block.h */; }; - DCFD7D292A45BA9C007BBBF7 /* strip_nonsemantic_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A229425A1700B30DA7 /* strip_nonsemantic_info_pass.h */; }; - DCFD7D2A2A45BA9C007BBBF7 /* fold.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13F29425A1800B30DA7 /* fold.h */; }; - DCFD7D2B2A45BA9C007BBBF7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34E29425A1800B30DA7 /* instruction.h */; }; - DCFD7D2C2A45BA9C007BBBF7 /* unify_const_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D729425A1700B30DA7 /* unify_const_pass.h */; }; - DCFD7D2D2A45BA9C007BBBF7 /* vector_dce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16E29425A1800B30DA7 /* vector_dce.h */; }; - DCFD7D2E2A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03629425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.h */; }; - DCFD7D2F2A45BA9C007BBBF7 /* spirv_target_env.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02E29425A1700B30DA7 /* spirv_target_env.h */; }; - DCFD7D302A45BA9C007BBBF7 /* loop_fusion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A629425A1700B30DA7 /* loop_fusion.h */; }; - DCFD7D312A45BA9C007BBBF7 /* print.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09A29425A1700B30DA7 /* print.h */; }; - DCFD7D322A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04A29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.h */; }; - DCFD7D332A45BA9C007BBBF7 /* dominator_tree.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18429425A1800B30DA7 /* dominator_tree.h */; }; - DCFD7D342A45BA9C007BBBF7 /* dead_branch_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14129425A1800B30DA7 /* dead_branch_elim_pass.h */; }; - DCFD7D352A45BA9C007BBBF7 /* ccp_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17829425A1800B30DA7 /* ccp_pass.h */; }; - DCFD7D362A45BA9C007BBBF7 /* validate.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33D29425A1800B30DA7 /* validate.h */; }; - DCFD7D372A45BA9C007BBBF7 /* construct.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32829425A1800B30DA7 /* construct.h */; }; - DCFD7D382A45BA9C007BBBF7 /* null_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15329425A1800B30DA7 /* null_pass.h */; }; - DCFD7D392A45BA9C007BBBF7 /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12429425A1800B30DA7 /* constants.h */; }; - DCFD7D3A2A45BA9C007BBBF7 /* validation_state.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B33729425A1800B30DA7 /* validation_state.h */; }; - DCFD7D3B2A45BA9C007BBBF7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16A29425A1800B30DA7 /* instruction.h */; }; - DCFD7D3C2A45BA9C007BBBF7 /* loop_unswitch_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16529425A1800B30DA7 /* loop_unswitch_pass.h */; }; - DCFD7D3D2A45BA9C007BBBF7 /* tree_iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AE29425A1700B30DA7 /* tree_iterator.h */; }; - DCFD7D3E2A45BA9C007BBBF7 /* remove_struct_member_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04629425A1700B30DA7 /* remove_struct_member_reduction_opportunity.h */; }; - DCFD7D3F2A45BA9C007BBBF7 /* validate_scopes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34129425A1800B30DA7 /* validate_scopes.h */; }; - DCFD7D402A45BA9C007BBBF7 /* passes.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14829425A1800B30DA7 /* passes.h */; }; - DCFD7D412A45BA9C007BBBF7 /* interp_fixup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10329425A1800B30DA7 /* interp_fixup_pass.h */; }; - DCFD7D422A45BA9C007BBBF7 /* validate_memory_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B34329425A1800B30DA7 /* validate_memory_semantics.h */; }; - DCFD7D432A45BA9C007BBBF7 /* hash_combine.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02429425A1700B30DA7 /* hash_combine.h */; }; - DCFD7D442A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */; }; - DCFD7D452A45BA9C007BBBF7 /* strip_debug_info_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B629425A1700B30DA7 /* strip_debug_info_pass.h */; }; - DCFD7D462A45BA9C007BBBF7 /* pch_source_opt.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15829425A1800B30DA7 /* pch_source_opt.h */; }; - DCFD7D472A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05229425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.h */; }; - DCFD7D482A45BA9C007BBBF7 /* reduction_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06F29425A1700B30DA7 /* reduction_pass.h */; }; - DCFD7D492A45BA9C007BBBF7 /* local_single_store_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B129425A1700B30DA7 /* local_single_store_elim_pass.h */; }; - DCFD7D4A2A45BA9C007BBBF7 /* latest_version_opencl_std_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07029425A1700B30DA7 /* latest_version_opencl_std_header.h */; }; - DCFD7D4B2A45BA9C007BBBF7 /* remove_block_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03329425A1700B30DA7 /* remove_block_reduction_opportunity.h */; }; - DCFD7D4C2A45BA9C007BBBF7 /* remove_function_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05929425A1700B30DA7 /* remove_function_reduction_opportunity_finder.h */; }; - DCFD7D4D2A45BA9C007BBBF7 /* instruction.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31A29425A1800B30DA7 /* instruction.h */; }; - DCFD7D4E2A45BA9C007BBBF7 /* eliminate_dead_functions_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13D29425A1800B30DA7 /* eliminate_dead_functions_pass.h */; }; - DCFD7D4F2A45BA9C007BBBF7 /* bit_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02829425A1700B30DA7 /* bit_vector.h */; }; - DCFD7D502A45BA9C007BBBF7 /* assembly_grammar.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00F29425A1700B30DA7 /* assembly_grammar.h */; }; - DCFD7D512A45BA9C007BBBF7 /* loop_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11C29425A1800B30DA7 /* loop_dependence.h */; }; - DCFD7D522A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03D29425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h */; }; - DCFD7D532A45BA9C007BBBF7 /* folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13C29425A1800B30DA7 /* folding_rules.h */; }; - DCFD7D542A45BA9C007BBBF7 /* eliminate_dead_members_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11529425A1800B30DA7 /* eliminate_dead_members_pass.h */; }; - DCFD7D552A45BA9C007BBBF7 /* reduction_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06629425A1700B30DA7 /* reduction_util.h */; }; - DCFD7D562A45BA9C007BBBF7 /* table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18929425A1800B30DA7 /* table.h */; }; - DCFD7D572A45BA9C007BBBF7 /* basic_block.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32F29425A1800B30DA7 /* basic_block.h */; }; - DCFD7D582A45BA9C007BBBF7 /* remove_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06429425A1700B30DA7 /* remove_block_reduction_opportunity_finder.h */; }; - DCFD7D592A45BA9C007BBBF7 /* remove_dontinline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E929425A1700B30DA7 /* remove_dontinline_pass.h */; }; - DCFD7D5A2A45BA9C007BBBF7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03429425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h */; }; - DCFD7D5B2A45BA9C007BBBF7 /* operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08029425A1700B30DA7 /* operand.h */; }; - DCFD7D5C2A45BA9C007BBBF7 /* disassemble.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09C29425A1700B30DA7 /* disassemble.h */; }; - DCFD7D5D2A45BA9C007BBBF7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04C29425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h */; }; - DCFD7D5E2A45BA9C007BBBF7 /* value_number_table.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11D29425A1800B30DA7 /* value_number_table.h */; }; - DCFD7D5F2A45BA9C007BBBF7 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02329425A1700B30DA7 /* small_vector.h */; }; - DCFD7D602A45BA9C007BBBF7 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13129425A1800B30DA7 /* log.h */; }; - DCFD7D612A45BA9C007BBBF7 /* ilist_node.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02029425A1700B30DA7 /* ilist_node.h */; }; - DCFD7D622A45BA9C007BBBF7 /* feature_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17F29425A1800B30DA7 /* feature_manager.h */; }; - DCFD7D632A45BA9C007BBBF7 /* loop_fission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12E29425A1800B30DA7 /* loop_fission.h */; }; - DCFD7D642A45BA9C007BBBF7 /* interface_var_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AF29425A1700B30DA7 /* interface_var_sroa.h */; }; - DCFD7D652A45BA9C007BBBF7 /* licm_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17629425A1800B30DA7 /* licm_pass.h */; }; - DCFD7D662A45BA9C007BBBF7 /* convert_to_half_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E829425A1700B30DA7 /* convert_to_half_pass.h */; }; - DCFD7D672A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03B29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h */; }; - DCFD7D682A45BA9C007BBBF7 /* fold_spec_constant_op_and_composite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0DB29425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.h */; }; - DCFD7D692A45BA9C007BBBF7 /* cfg.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16629425A1800B30DA7 /* cfg.h */; }; - DCFD7D6A2A45BA9C007BBBF7 /* remove_selection_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04F29425A1700B30DA7 /* remove_selection_reduction_opportunity.h */; }; - DCFD7D6B2A45BA9C007BBBF7 /* opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31C29425A1800B30DA7 /* opcode.h */; }; - DCFD7D6C2A45BA9C007BBBF7 /* flatten_decoration_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11F29425A1800B30DA7 /* flatten_decoration_pass.h */; }; - DCFD7D6D2A45BA9C007BBBF7 /* private_to_local_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E729425A1700B30DA7 /* private_to_local_pass.h */; }; - DCFD7D6E2A45BA9C007BBBF7 /* wrap_opkill.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FE29425A1700B30DA7 /* wrap_opkill.h */; }; - DCFD7D6F2A45BA9C007BBBF7 /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01B29425A1700B30DA7 /* text.h */; }; - DCFD7D702A45BA9C007BBBF7 /* string_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02229425A1700B30DA7 /* string_utils.h */; }; - DCFD7D712A45BA9C007BBBF7 /* debug_info_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0E229425A1700B30DA7 /* debug_info_manager.h */; }; - DCFD7D722A45BA9C007BBBF7 /* fix_storage_class.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14529425A1800B30DA7 /* fix_storage_class.h */; }; - DCFD7D732A45BA9C007BBBF7 /* copy_prop_arrays.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13229425A1800B30DA7 /* copy_prop_arrays.h */; }; - DCFD7D742A45BA9C007BBBF7 /* change_operand_to_undef_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04D29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.h */; }; - DCFD7D752A45BA9C007BBBF7 /* lcs.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08829425A1700B30DA7 /* lcs.h */; }; - DCFD7D762A45BA9C007BBBF7 /* ilist.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02D29425A1700B30DA7 /* ilist.h */; }; - DCFD7D772A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04E29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h */; }; - DCFD7D782A45BA9C007BBBF7 /* function.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35429425A1800B30DA7 /* function.h */; }; - DCFD7D792A45BA9C007BBBF7 /* eliminate_dead_constant_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13329425A1800B30DA7 /* eliminate_dead_constant_pass.h */; }; - DCFD7D7A2A45BA9C007BBBF7 /* reduce_load_size.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B229425A1700B30DA7 /* reduce_load_size.h */; }; - DCFD7D7B2A45BA9C007BBBF7 /* set_spec_constant_default_value_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18329425A1800B30DA7 /* set_spec_constant_default_value_pass.h */; }; - DCFD7D7C2A45BA9C007BBBF7 /* diagnostic.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09129425A1700B30DA7 /* diagnostic.h */; }; - DCFD7D7D2A45BA9C007BBBF7 /* dataflow.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18029425A1800B30DA7 /* dataflow.h */; }; - DCFD7D7E2A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06729425A1700B30DA7 /* merge_blocks_reduction_opportunity.h */; }; - DCFD7D7F2A45BA9C007BBBF7 /* module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16129425A1800B30DA7 /* module.h */; }; - DCFD7D802A45BA9C007BBBF7 /* spirv_optimizer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31B29425A1800B30DA7 /* spirv_optimizer_options.h */; }; - DCFD7D812A45BA9C007BBBF7 /* ext_inst.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31629425A1800B30DA7 /* ext_inst.h */; }; - DCFD7D822A45BA9C007BBBF7 /* spirv_reducer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07629425A1700B30DA7 /* spirv_reducer_options.h */; }; - DCFD7D832A45BA9C007BBBF7 /* decoration.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B35829425A1800B30DA7 /* decoration.h */; }; - DCFD7D842A45BA9C007BBBF7 /* inst_buff_addr_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10629425A1800B30DA7 /* inst_buff_addr_check_pass.h */; }; - DCFD7D852A45BA9C007BBBF7 /* iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17529425A1800B30DA7 /* iterator.h */; }; - DCFD7D862A45BA9C007BBBF7 /* latest_version_glsl_std_450_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31E29425A1800B30DA7 /* latest_version_glsl_std_450_header.h */; }; - DCFD7D872A45BA9C007BBBF7 /* pch_source_reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05A29425A1700B30DA7 /* pch_source_reduce.h */; }; - DCFD7D882A45BA9C007BBBF7 /* name_mapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08E29425A1700B30DA7 /* name_mapper.h */; }; - DCFD7D892A45BA9C007BBBF7 /* liveness.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D229425A1700B30DA7 /* liveness.h */; }; - DCFD7D8A2A45BA9C007BBBF7 /* local_redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F229425A1700B30DA7 /* local_redundancy_elimination.h */; }; - DCFD7D8B2A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04729425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h */; }; - DCFD7D8C2A45BA9C007BBBF7 /* instruction_list.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C429425A1700B30DA7 /* instruction_list.h */; }; - DCFD7D8D2A45BA9C007BBBF7 /* diff.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08729425A1700B30DA7 /* diff.h */; }; - DCFD7D8E2A45BA9C007BBBF7 /* instrument_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11229425A1800B30DA7 /* instrument_pass.h */; }; - DCFD7D8F2A45BA9C007BBBF7 /* binary.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B32129425A1800B30DA7 /* binary.h */; }; - DCFD7D902A45BA9C007BBBF7 /* inline_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11B29425A1800B30DA7 /* inline_pass.h */; }; - DCFD7D912A45BA9C007BBBF7 /* loop_fusion_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F929425A1700B30DA7 /* loop_fusion_pass.h */; }; - DCFD7D922A45BA9C007BBBF7 /* dead_variable_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13729425A1800B30DA7 /* dead_variable_elimination.h */; }; - DCFD7D932A45BA9C007BBBF7 /* remove_unused_interface_variables_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18529425A1800B30DA7 /* remove_unused_interface_variables_pass.h */; }; - DCFD7D942A45BA9C007BBBF7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05529425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h */; }; - DCFD7D952A45BA9C007BBBF7 /* simplification_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14C29425A1800B30DA7 /* simplification_pass.h */; }; - DCFD7D962A45BA9C007BBBF7 /* remove_duplicates_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14E29425A1800B30DA7 /* remove_duplicates_pass.h */; }; - DCFD7D972A45BA9C007BBBF7 /* eliminate_dead_io_components_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10429425A1800B30DA7 /* eliminate_dead_io_components_pass.h */; }; - DCFD7D982A45BA9C007BBBF7 /* enum_string_mapping.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07429425A1700B30DA7 /* enum_string_mapping.h */; }; - DCFD7D992A45BA9C007BBBF7 /* hex_float.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02A29425A1700B30DA7 /* hex_float.h */; }; - DCFD7D9A2A45BA9C007BBBF7 /* spirv_validator_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08A29425A1700B30DA7 /* spirv_validator_options.h */; }; - DCFD7D9B2A45BA9C007BBBF7 /* desc_sroa_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B14F29425A1800B30DA7 /* desc_sroa_util.h */; }; - DCFD7D9C2A45BA9C007BBBF7 /* remove_selection_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05129425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.h */; }; - DCFD7D9D2A45BA9C007BBBF7 /* pass_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17029425A1800B30DA7 /* pass_manager.h */; }; - DCFD7D9E2A45BA9C007BBBF7 /* dominator_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13929425A1800B30DA7 /* dominator_analysis.h */; }; - DCFD7D9F2A45BA9C007BBBF7 /* spirv_definition.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07F29425A1700B30DA7 /* spirv_definition.h */; }; - DCFD7DA02A45BA9C007BBBF7 /* block_merge_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F529425A1700B30DA7 /* block_merge_util.h */; }; - DCFD7DA12A45BA9C007BBBF7 /* remove_function_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04B29425A1700B30DA7 /* remove_function_reduction_opportunity.h */; }; - DCFD7DA22A45BA9C007BBBF7 /* reducer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B05D29425A1700B30DA7 /* reducer.h */; }; - DCFD7DA32A45BA9C007BBBF7 /* def_use_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EC29425A1700B30DA7 /* def_use_manager.h */; }; - DCFD7DA42A45BA9C007BBBF7 /* type_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18629425A1800B30DA7 /* type_manager.h */; }; - DCFD7DA52A45BA9C007BBBF7 /* common_debug_info.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09729425A1700B30DA7 /* common_debug_info.h */; }; - DCFD7DA62A45BA9C007BBBF7 /* cfg_cleanup_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0EF29425A1700B30DA7 /* cfg_cleanup_pass.h */; }; - DCFD7DA72A45BA9C007BBBF7 /* desc_sroa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F729425A1700B30DA7 /* desc_sroa.h */; }; - DCFD7DA82A45BA9C007BBBF7 /* local_single_block_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10229425A1800B30DA7 /* local_single_block_elim_pass.h */; }; - DCFD7DA92A45BA9C007BBBF7 /* spirv_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09229425A1700B30DA7 /* spirv_endian.h */; }; - DCFD7DAA2A45BA9C007BBBF7 /* redundancy_elimination.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15A29425A1800B30DA7 /* redundancy_elimination.h */; }; - DCFD7DAB2A45BA9C007BBBF7 /* combine_access_chains.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16F29425A1800B30DA7 /* combine_access_chains.h */; }; - DCFD7DAC2A45BA9C007BBBF7 /* latest_version_spirv_header.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31829425A1800B30DA7 /* latest_version_spirv_header.h */; }; - DCFD7DAD2A45BA9C007BBBF7 /* eliminate_dead_output_stores_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BD29425A1700B30DA7 /* eliminate_dead_output_stores_pass.h */; }; - DCFD7DAE2A45BA9C007BBBF7 /* spread_volatile_semantics.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17129425A1800B30DA7 /* spread_volatile_semantics.h */; }; - DCFD7DAF2A45BA9C007BBBF7 /* ir_builder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16329425A1800B30DA7 /* ir_builder.h */; }; - DCFD7DB02A45BA9C007BBBF7 /* build_module.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17729425A1800B30DA7 /* build_module.h */; }; - DCFD7DB12A45BA9C007BBBF7 /* inline_exhaustive_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12329425A1800B30DA7 /* inline_exhaustive_pass.h */; }; - DCFD7DB22A45BA9C007BBBF7 /* reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06229425A1700B30DA7 /* reduction_opportunity_finder.h */; }; - DCFD7DB32A45BA9C007BBBF7 /* divergence_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B01629425A1700B30DA7 /* divergence_analysis.h */; }; - DCFD7DB42A45BA9C007BBBF7 /* upgrade_memory_model.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12929425A1800B30DA7 /* upgrade_memory_model.h */; }; - DCFD7DB52A45BA9C007BBBF7 /* bitutils.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02929425A1700B30DA7 /* bitutils.h */; }; - DCFD7DB62A45BA9C007BBBF7 /* parsed_operand.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08D29425A1700B30DA7 /* parsed_operand.h */; }; - DCFD7DB72A45BA9C007BBBF7 /* spirv_constant.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08329425A1700B30DA7 /* spirv_constant.h */; }; - DCFD7DB82A45BA9C007BBBF7 /* fix_func_call_arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B17B29425A1800B30DA7 /* fix_func_call_arguments.h */; }; - DCFD7DB92A45BA9C007BBBF7 /* eliminate_dead_functions_util.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13E29425A1800B30DA7 /* eliminate_dead_functions_util.h */; }; - DCFD7DBA2A45BA9C007BBBF7 /* loop_unroller.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D329425A1700B30DA7 /* loop_unroller.h */; }; - DCFD7DBB2A45BA9C007BBBF7 /* ssa_rewrite_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B13529425A1800B30DA7 /* ssa_rewrite_pass.h */; }; - DCFD7DBC2A45BA9C007BBBF7 /* propagator.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C329425A1700B30DA7 /* propagator.h */; }; - DCFD7DBD2A45BA9C007BBBF7 /* loop_descriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16929425A1800B30DA7 /* loop_descriptor.h */; }; - DCFD7DBE2A45BA9C007BBBF7 /* merge_return_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0A429425A1700B30DA7 /* merge_return_pass.h */; }; - DCFD7DBF2A45BA9C007BBBF7 /* empty_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FF29425A1800B30DA7 /* empty_pass.h */; }; - DCFD7DC02A45BA9C007BBBF7 /* scalar_replacement_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15629425A1800B30DA7 /* scalar_replacement_pass.h */; }; - DCFD7DC12A45BA9C007BBBF7 /* code_sink.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16729425A1800B30DA7 /* code_sink.h */; }; - DCFD7DC22A45BA9C007BBBF7 /* change_operand_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B06329425A1700B30DA7 /* change_operand_reduction_opportunity.h */; }; - DCFD7DC32A45BA9C007BBBF7 /* analyze_live_input_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12B29425A1800B30DA7 /* analyze_live_input_pass.h */; }; - DCFD7DC42A45BA9C007BBBF7 /* cfa.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B07229425A1700B30DA7 /* cfa.h */; }; - DCFD7DC52A45BA9C007BBBF7 /* amd_ext_to_khr.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0C929425A1700B30DA7 /* amd_ext_to_khr.h */; }; - DCFD7DC62A45BA9C007BBBF7 /* decoration_manager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B10029425A1800B30DA7 /* decoration_manager.h */; }; - DCFD7DC72A45BA9C007BBBF7 /* loop_peeling.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0F329425A1700B30DA7 /* loop_peeling.h */; }; - DCFD7DC82A45BA9C007BBBF7 /* replace_desc_array_access_using_var_index.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0B729425A1700B30DA7 /* replace_desc_array_access_using_var_index.h */; }; - DCFD7DC92A45BA9C007BBBF7 /* reflect.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15129425A1800B30DA7 /* reflect.h */; }; - DCFD7DCA2A45BA9C007BBBF7 /* compact_ids_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AC29425A1700B30DA7 /* compact_ids_pass.h */; }; - DCFD7DCB2A45BA9C007BBBF7 /* macro.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B08229425A1700B30DA7 /* macro.h */; }; - DCFD7DCC2A45BA9C007BBBF7 /* timer.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B02629425A1700B30DA7 /* timer.h */; }; - DCFD7DCD2A45BA9C007BBBF7 /* extensions.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B31F29425A1800B30DA7 /* extensions.h */; }; - DCFD7DCE2A45BA9C007BBBF7 /* mem_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B11329425A1800B30DA7 /* mem_pass.h */; }; - DCFD7DCF2A45BA9C007BBBF7 /* local_access_chain_convert_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0BE29425A1700B30DA7 /* local_access_chain_convert_pass.h */; }; - DCFD7DD02A45BA9C007BBBF7 /* remove_instruction_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03F29425A1700B30DA7 /* remove_instruction_reduction_opportunity.h */; }; - DCFD7DD12A45BA9C007BBBF7 /* control_dependence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0CD29425A1700B30DA7 /* control_dependence.h */; }; - DCFD7DD22A45BA9C007BBBF7 /* ir_loader.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0D829425A1700B30DA7 /* ir_loader.h */; }; - DCFD7DD32A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B04029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */; }; - DCFD7DD42A45BA9C007BBBF7 /* workaround1209.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B12F29425A1800B30DA7 /* workaround1209.h */; }; - DCFD7DD52A45BA9C007BBBF7 /* register_pressure.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0AD29425A1700B30DA7 /* register_pressure.h */; }; - DCFD7DD62A45BA9C007BBBF7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B03129425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.h */; }; - DCFD7DD72A45BA9C007BBBF7 /* struct_cfg_analysis.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B0FA29425A1700B30DA7 /* struct_cfg_analysis.h */; }; - DCFD7DD82A45BA9C007BBBF7 /* spirv_fuzzer_options.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B00E29425A1700B30DA7 /* spirv_fuzzer_options.h */; }; - DCFD7DD92A45BA9C007BBBF7 /* const_folding_rules.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B15529425A1800B30DA7 /* const_folding_rules.h */; }; - DCFD7DDA2A45BA9C007BBBF7 /* inst_bindless_check_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B18129425A1800B30DA7 /* inst_bindless_check_pass.h */; }; - DCFD7DDB2A45BA9C007BBBF7 /* aggressive_dead_code_elim_pass.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B16B29425A1800B30DA7 /* aggressive_dead_code_elim_pass.h */; }; - DCFD7DDC2A45BA9C007BBBF7 /* if_conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F7B09F29425A1700B30DA7 /* if_conversion.h */; }; - DCFD7DDE2A45BA9C007BBBF7 /* spirv_reducer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08F29425A1700B30DA7 /* spirv_reducer_options.cpp */; }; - DCFD7DDF2A45BA9C007BBBF7 /* register_pressure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A029425A1700B30DA7 /* register_pressure.cpp */; }; - DCFD7DE02A45BA9C007BBBF7 /* loop_peeling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18829425A1800B30DA7 /* loop_peeling.cpp */; }; - DCFD7DE12A45BA9C007BBBF7 /* block_merge_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13829425A1800B30DA7 /* block_merge_pass.cpp */; }; - DCFD7DE22A45BA9C007BBBF7 /* opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09929425A1700B30DA7 /* opcode.cpp */; }; - DCFD7DE32A45BA9C007BBBF7 /* validate_builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33429425A1800B30DA7 /* validate_builtins.cpp */; }; - DCFD7DE42A45BA9C007BBBF7 /* validate_non_uniform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32A29425A1800B30DA7 /* validate_non_uniform.cpp */; }; - DCFD7DE52A45BA9C007BBBF7 /* table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02F29425A1700B30DA7 /* table.cpp */; }; - DCFD7DE62A45BA9C007BBBF7 /* validate_logicals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34729425A1800B30DA7 /* validate_logicals.cpp */; }; - DCFD7DE72A45BA9C007BBBF7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05E29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp */; }; - DCFD7DE82A45BA9C007BBBF7 /* bit_vector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02C29425A1700B30DA7 /* bit_vector.cpp */; }; - DCFD7DE92A45BA9C007BBBF7 /* ir_context.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11129425A1800B30DA7 /* ir_context.cpp */; }; - DCFD7DEA2A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03C29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp */; }; - DCFD7DEB2A45BA9C007BBBF7 /* if_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12029425A1800B30DA7 /* if_conversion.cpp */; }; - DCFD7DEC2A45BA9C007BBBF7 /* remove_dontinline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16D29425A1800B30DA7 /* remove_dontinline_pass.cpp */; }; - DCFD7DED2A45BA9C007BBBF7 /* convert_to_sampled_image_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13A29425A1800B30DA7 /* convert_to_sampled_image_pass.cpp */; }; - DCFD7DEE2A45BA9C007BBBF7 /* merge_return_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CA29425A1700B30DA7 /* merge_return_pass.cpp */; }; - DCFD7DEF2A45BA9C007BBBF7 /* reducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05729425A1700B30DA7 /* reducer.cpp */; }; - DCFD7DF02A45BA9C007BBBF7 /* remove_function_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04229425A1700B30DA7 /* remove_function_reduction_opportunity.cpp */; }; - DCFD7DF12A45BA9C007BBBF7 /* disassemble.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32029425A1800B30DA7 /* disassemble.cpp */; }; - DCFD7DF22A45BA9C007BBBF7 /* composite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11929425A1800B30DA7 /* composite.cpp */; }; - DCFD7DF32A45BA9C007BBBF7 /* validate_conversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33F29425A1800B30DA7 /* validate_conversion.cpp */; }; - DCFD7DF42A45BA9C007BBBF7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34C29425A1800B30DA7 /* instruction.cpp */; }; - DCFD7DF52A45BA9C007BBBF7 /* validate_ray_query.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32B29425A1800B30DA7 /* validate_ray_query.cpp */; }; - DCFD7DF62A45BA9C007BBBF7 /* operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31D29425A1800B30DA7 /* operand.cpp */; }; - DCFD7DF72A45BA9C007BBBF7 /* unify_const_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E529425A1700B30DA7 /* unify_const_pass.cpp */; }; - DCFD7DF82A45BA9C007BBBF7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03729425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp */; }; - DCFD7DF92A45BA9C007BBBF7 /* enum_string_mapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08B29425A1700B30DA7 /* enum_string_mapping.cpp */; }; - DCFD7DFA2A45BA9C007BBBF7 /* validate_mode_setting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34529425A1800B30DA7 /* validate_mode_setting.cpp */; }; - DCFD7DFB2A45BA9C007BBBF7 /* binary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08429425A1700B30DA7 /* binary.cpp */; }; - DCFD7DFC2A45BA9C007BBBF7 /* struct_cfg_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16C29425A1800B30DA7 /* struct_cfg_analysis.cpp */; }; - DCFD7DFD2A45BA9C007BBBF7 /* validate_capability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32729425A1800B30DA7 /* validate_capability.cpp */; }; - DCFD7DFE2A45BA9C007BBBF7 /* diagnostic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31729425A1800B30DA7 /* diagnostic.cpp */; }; - DCFD7DFF2A45BA9C007BBBF7 /* libspirv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B31929425A1800B30DA7 /* libspirv.cpp */; }; - DCFD7E002A45BA9C007BBBF7 /* validate_mesh_shading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34F29425A1800B30DA7 /* validate_mesh_shading.cpp */; }; - DCFD7E012A45BA9C007BBBF7 /* build_module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A829425A1700B30DA7 /* build_module.cpp */; }; - DCFD7E022A45BA9C007BBBF7 /* cfg_cleanup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CE29425A1700B30DA7 /* cfg_cleanup_pass.cpp */; }; - DCFD7E032A45BA9C007BBBF7 /* spirv_fuzzer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07529425A1700B30DA7 /* spirv_fuzzer_options.cpp */; }; - DCFD7E042A45BA9C007BBBF7 /* validate_adjacency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33E29425A1800B30DA7 /* validate_adjacency.cpp */; }; - DCFD7E052A45BA9C007BBBF7 /* validate_id.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34229425A1800B30DA7 /* validate_id.cpp */; }; - DCFD7E062A45BA9C007BBBF7 /* parse_number.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02B29425A1700B30DA7 /* parse_number.cpp */; }; - DCFD7E072A45BA9C007BBBF7 /* scalar_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13629425A1800B30DA7 /* scalar_analysis.cpp */; }; - DCFD7E082A45BA9C007BBBF7 /* lint_divergent_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01229425A1700B30DA7 /* lint_divergent_derivatives.cpp */; }; - DCFD7E092A45BA9C007BBBF7 /* remove_struct_member_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05429425A1700B30DA7 /* remove_struct_member_reduction_opportunity.cpp */; }; - DCFD7E0A2A45BA9C007BBBF7 /* validate_scopes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32D29425A1800B30DA7 /* validate_scopes.cpp */; }; - DCFD7E0B2A45BA9C007BBBF7 /* strip_debug_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D429425A1700B30DA7 /* strip_debug_info_pass.cpp */; }; - DCFD7E0C2A45BA9C007BBBF7 /* eliminate_dead_functions_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10929425A1800B30DA7 /* eliminate_dead_functions_util.cpp */; }; - DCFD7E0D2A45BA9C007BBBF7 /* remove_function_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03E29425A1700B30DA7 /* remove_function_reduction_opportunity_finder.cpp */; }; - DCFD7E0E2A45BA9C007BBBF7 /* ssa_rewrite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D529425A1700B30DA7 /* ssa_rewrite_pass.cpp */; }; - DCFD7E0F2A45BA9C007BBBF7 /* validate_image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34A29425A1800B30DA7 /* validate_image.cpp */; }; - DCFD7E102A45BA9C007BBBF7 /* module.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E129425A1700B30DA7 /* module.cpp */; }; - DCFD7E112A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04829425A1700B30DA7 /* merge_blocks_reduction_opportunity.cpp */; }; - DCFD7E122A45BA9C007BBBF7 /* constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F829425A1700B30DA7 /* constants.cpp */; }; - DCFD7E132A45BA9C007BBBF7 /* remove_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06B29425A1700B30DA7 /* remove_block_reduction_opportunity.cpp */; }; - DCFD7E142A45BA9C007BBBF7 /* spirv_target_env.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B00D29425A1700B30DA7 /* spirv_target_env.cpp */; }; - DCFD7E152A45BA9C007BBBF7 /* loop_fission.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C729425A1700B30DA7 /* loop_fission.cpp */; }; - DCFD7E162A45BA9C007BBBF7 /* remove_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06529425A1700B30DA7 /* remove_block_reduction_opportunity_finder.cpp */; }; - DCFD7E172A45BA9C007BBBF7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04429425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.cpp */; }; - DCFD7E182A45BA9C007BBBF7 /* fold.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14929425A1800B30DA7 /* fold.cpp */; }; - DCFD7E192A45BA9C007BBBF7 /* def_use_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FD29425A1700B30DA7 /* def_use_manager.cpp */; }; - DCFD7E1A2A45BA9C007BBBF7 /* parsed_operand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09029425A1700B30DA7 /* parsed_operand.cpp */; }; - DCFD7E1B2A45BA9C007BBBF7 /* eliminate_dead_members_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12529425A1800B30DA7 /* eliminate_dead_members_pass.cpp */; }; - DCFD7E1C2A45BA9C007BBBF7 /* instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15729425A1800B30DA7 /* instruction.cpp */; }; - DCFD7E1D2A45BA9C007BBBF7 /* name_mapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09329425A1700B30DA7 /* name_mapper.cpp */; }; - DCFD7E1E2A45BA9C007BBBF7 /* analyze_live_input_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17D29425A1800B30DA7 /* analyze_live_input_pass.cpp */; }; - DCFD7E1F2A45BA9C007BBBF7 /* validate_cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32629425A1800B30DA7 /* validate_cfg.cpp */; }; - DCFD7E202A45BA9C007BBBF7 /* change_operand_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04929425A1700B30DA7 /* change_operand_reduction_opportunity.cpp */; }; - DCFD7E212A45BA9C007BBBF7 /* validate_instruction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33029425A1800B30DA7 /* validate_instruction.cpp */; }; - DCFD7E222A45BA9C007BBBF7 /* instrument_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C229425A1700B30DA7 /* instrument_pass.cpp */; }; - DCFD7E232A45BA9C007BBBF7 /* validate_ray_tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32C29425A1800B30DA7 /* validate_ray_tracing.cpp */; }; - DCFD7E242A45BA9C007BBBF7 /* pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C629425A1700B30DA7 /* pass.cpp */; }; - DCFD7E252A45BA9C007BBBF7 /* ccp_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10129425A1800B30DA7 /* ccp_pass.cpp */; }; - DCFD7E262A45BA9C007BBBF7 /* desc_sroa_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FB29425A1700B30DA7 /* desc_sroa_util.cpp */; }; - DCFD7E272A45BA9C007BBBF7 /* validate_bitwise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33929425A1800B30DA7 /* validate_bitwise.cpp */; }; - DCFD7E282A45BA9C007BBBF7 /* block_merge_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12829425A1800B30DA7 /* block_merge_util.cpp */; }; - DCFD7E292A45BA9C007BBBF7 /* validate_debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33329425A1800B30DA7 /* validate_debug.cpp */; }; - DCFD7E2A2A45BA9C007BBBF7 /* loop_descriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11429425A1800B30DA7 /* loop_descriptor.cpp */; }; - DCFD7E2B2A45BA9C007BBBF7 /* linker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09629425A1700B30DA7 /* linker.cpp */; }; - DCFD7E2C2A45BA9C007BBBF7 /* freeze_spec_constant_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BB29425A1700B30DA7 /* freeze_spec_constant_value_pass.cpp */; }; - DCFD7E2D2A45BA9C007BBBF7 /* string_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02729425A1700B30DA7 /* string_utils.cpp */; }; - DCFD7E2E2A45BA9C007BBBF7 /* validate_memory_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34629425A1800B30DA7 /* validate_memory_semantics.cpp */; }; - DCFD7E2F2A45BA9C007BBBF7 /* types.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B429425A1700B30DA7 /* types.cpp */; }; - DCFD7E302A45BA9C007BBBF7 /* pch_source.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01D29425A1700B30DA7 /* pch_source.cpp */; }; - DCFD7E312A45BA9C007BBBF7 /* print.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07E29425A1700B30DA7 /* print.cpp */; }; - DCFD7E322A45BA9C007BBBF7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33C29425A1800B30DA7 /* function.cpp */; }; - DCFD7E332A45BA9C007BBBF7 /* inline_exhaustive_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12D29425A1800B30DA7 /* inline_exhaustive_pass.cpp */; }; - DCFD7E342A45BA9C007BBBF7 /* eliminate_dead_constant_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CC29425A1700B30DA7 /* eliminate_dead_constant_pass.cpp */; }; - DCFD7E352A45BA9C007BBBF7 /* inline_opaque_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15E29425A1800B30DA7 /* inline_opaque_pass.cpp */; }; - DCFD7E362A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06829425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */; }; - DCFD7E372A45BA9C007BBBF7 /* linter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01329425A1700B30DA7 /* linter.cpp */; }; - DCFD7E382A45BA9C007BBBF7 /* eliminate_dead_output_stores_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A929425A1700B30DA7 /* eliminate_dead_output_stores_pass.cpp */; }; - DCFD7E392A45BA9C007BBBF7 /* compact_ids_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18729425A1800B30DA7 /* compact_ids_pass.cpp */; }; - DCFD7E3A2A45BA9C007BBBF7 /* folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10F29425A1800B30DA7 /* folding_rules.cpp */; }; - DCFD7E3B2A45BA9C007BBBF7 /* strip_nonsemantic_info_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11E29425A1800B30DA7 /* strip_nonsemantic_info_pass.cpp */; }; - DCFD7E3C2A45BA9C007BBBF7 /* private_to_local_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14229425A1800B30DA7 /* private_to_local_pass.cpp */; }; - DCFD7E3D2A45BA9C007BBBF7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E329425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp */; }; - DCFD7E3E2A45BA9C007BBBF7 /* validate_ray_tracing_reorder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33129425A1800B30DA7 /* validate_ray_tracing_reorder.cpp */; }; - DCFD7E3F2A45BA9C007BBBF7 /* validate_derivatives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34829425A1800B30DA7 /* validate_derivatives.cpp */; }; - DCFD7E402A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04129425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */; }; - DCFD7E412A45BA9C007BBBF7 /* control_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11829425A1800B30DA7 /* control_dependence.cpp */; }; - DCFD7E422A45BA9C007BBBF7 /* spirv_optimizer_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07129425A1700B30DA7 /* spirv_optimizer_options.cpp */; }; - DCFD7E432A45BA9C007BBBF7 /* pch_source_reduce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05329425A1700B30DA7 /* pch_source_reduce.cpp */; }; - DCFD7E442A45BA9C007BBBF7 /* dead_variable_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DF29425A1700B30DA7 /* dead_variable_elimination.cpp */; }; - DCFD7E452A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04529425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */; }; - DCFD7E462A45BA9C007BBBF7 /* strength_reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12629425A1800B30DA7 /* strength_reduction_pass.cpp */; }; - DCFD7E472A45BA9C007BBBF7 /* scalar_analysis_simplification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B18229425A1800B30DA7 /* scalar_analysis_simplification.cpp */; }; - DCFD7E482A45BA9C007BBBF7 /* validate_interfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33529425A1800B30DA7 /* validate_interfaces.cpp */; }; - DCFD7E492A45BA9C007BBBF7 /* validate_atomics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32E29425A1800B30DA7 /* validate_atomics.cpp */; }; - DCFD7E4A2A45BA9C007BBBF7 /* ext_inst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09B29425A1700B30DA7 /* ext_inst.cpp */; }; - DCFD7E4B2A45BA9C007BBBF7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06129425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp */; }; - DCFD7E4C2A45BA9C007BBBF7 /* decoration_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B929425A1700B30DA7 /* decoration_manager.cpp */; }; - DCFD7E4D2A45BA9C007BBBF7 /* workaround1209.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15229425A1800B30DA7 /* workaround1209.cpp */; }; - DCFD7E4E2A45BA9C007BBBF7 /* interp_fixup_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17329425A1800B30DA7 /* interp_fixup_pass.cpp */; }; - DCFD7E4F2A45BA9C007BBBF7 /* validate_literals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34B29425A1800B30DA7 /* validate_literals.cpp */; }; - DCFD7E502A45BA9C007BBBF7 /* diff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08929425A1700B30DA7 /* diff.cpp */; }; - DCFD7E512A45BA9C007BBBF7 /* dominator_tree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C829425A1700B30DA7 /* dominator_tree.cpp */; }; - DCFD7E522A45BA9C007BBBF7 /* interface_var_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14D29425A1800B30DA7 /* interface_var_sroa.cpp */; }; - DCFD7E532A45BA9C007BBBF7 /* upgrade_memory_model.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17E29425A1800B30DA7 /* upgrade_memory_model.cpp */; }; - DCFD7E542A45BA9C007BBBF7 /* combine_access_chains.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A729425A1700B30DA7 /* combine_access_chains.cpp */; }; - DCFD7E552A45BA9C007BBBF7 /* instruction_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11729425A1800B30DA7 /* instruction_list.cpp */; }; - DCFD7E562A45BA9C007BBBF7 /* aggressive_dead_code_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10829425A1800B30DA7 /* aggressive_dead_code_elim_pass.cpp */; }; - DCFD7E572A45BA9C007BBBF7 /* reduction_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03A29425A1700B30DA7 /* reduction_util.cpp */; }; - DCFD7E582A45BA9C007BBBF7 /* eliminate_dead_functions_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F129425A1700B30DA7 /* eliminate_dead_functions_pass.cpp */; }; - DCFD7E592A45BA9C007BBBF7 /* validate_small_type_uses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34029425A1800B30DA7 /* validate_small_type_uses.cpp */; }; - DCFD7E5A2A45BA9C007BBBF7 /* validate_misc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32529425A1800B30DA7 /* validate_misc.cpp */; }; - DCFD7E5B2A45BA9C007BBBF7 /* code_sink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B329425A1700B30DA7 /* code_sink.cpp */; }; - DCFD7E5C2A45BA9C007BBBF7 /* pass_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12C29425A1800B30DA7 /* pass_manager.cpp */; }; - DCFD7E5D2A45BA9C007BBBF7 /* feature_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C529425A1700B30DA7 /* feature_manager.cpp */; }; - DCFD7E5E2A45BA9C007BBBF7 /* wrap_opkill.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0CF29425A1700B30DA7 /* wrap_opkill.cpp */; }; - DCFD7E5F2A45BA9C007BBBF7 /* dataflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16829425A1800B30DA7 /* dataflow.cpp */; }; - DCFD7E602A45BA9C007BBBF7 /* validate_type.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34D29425A1800B30DA7 /* validate_type.cpp */; }; - DCFD7E612A45BA9C007BBBF7 /* set_spec_constant_default_value_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14729425A1800B30DA7 /* set_spec_constant_default_value_pass.cpp */; }; - DCFD7E622A45BA9C007BBBF7 /* remove_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03229425A1700B30DA7 /* remove_selection_reduction_opportunity.cpp */; }; - DCFD7E632A45BA9C007BBBF7 /* validate_constants.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33829425A1800B30DA7 /* validate_constants.cpp */; }; - DCFD7E642A45BA9C007BBBF7 /* validate_layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35129425A1800B30DA7 /* validate_layout.cpp */; }; - DCFD7E652A45BA9C007BBBF7 /* const_folding_rules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D129425A1700B30DA7 /* const_folding_rules.cpp */; }; - DCFD7E662A45BA9C007BBBF7 /* replace_invalid_opc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15F29425A1800B30DA7 /* replace_invalid_opc.cpp */; }; - DCFD7E672A45BA9C007BBBF7 /* eliminate_dead_io_components_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D029425A1700B30DA7 /* eliminate_dead_io_components_pass.cpp */; }; - DCFD7E682A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06E29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp */; }; - DCFD7E692A45BA9C007BBBF7 /* reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06D29425A1700B30DA7 /* reduction_opportunity_finder.cpp */; }; - DCFD7E6A2A45BA9C007BBBF7 /* liveness.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0AB29425A1700B30DA7 /* liveness.cpp */; }; - DCFD7E6B2A45BA9C007BBBF7 /* debug_info_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12229425A1800B30DA7 /* debug_info_manager.cpp */; }; - DCFD7E6C2A45BA9C007BBBF7 /* relax_float_ops_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15429425A1800B30DA7 /* relax_float_ops_pass.cpp */; }; - DCFD7E6D2A45BA9C007BBBF7 /* value_number_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15C29425A1800B30DA7 /* value_number_table.cpp */; }; - DCFD7E6E2A45BA9C007BBBF7 /* text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01929425A1700B30DA7 /* text.cpp */; }; - DCFD7E6F2A45BA9C007BBBF7 /* local_single_store_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14029425A1800B30DA7 /* local_single_store_elim_pass.cpp */; }; - DCFD7E702A45BA9C007BBBF7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05629425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp */; }; - DCFD7E712A45BA9C007BBBF7 /* reduction_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B03529425A1700B30DA7 /* reduction_pass.cpp */; }; - DCFD7E722A45BA9C007BBBF7 /* convert_to_half_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11A29425A1800B30DA7 /* convert_to_half_pass.cpp */; }; - DCFD7E732A45BA9C007BBBF7 /* reduce_load_size.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15929425A1800B30DA7 /* reduce_load_size.cpp */; }; - DCFD7E742A45BA9C007BBBF7 /* local_access_chain_convert_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17229425A1800B30DA7 /* local_access_chain_convert_pass.cpp */; }; - DCFD7E752A45BA9C007BBBF7 /* inst_bindless_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BF29425A1700B30DA7 /* inst_bindless_check_pass.cpp */; }; - DCFD7E762A45BA9C007BBBF7 /* local_single_block_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0BA29425A1700B30DA7 /* local_single_block_elim_pass.cpp */; }; - DCFD7E772A45BA9C007BBBF7 /* validate_execution_limitations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35029425A1800B30DA7 /* validate_execution_limitations.cpp */; }; - DCFD7E782A45BA9C007BBBF7 /* function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B11629425A1800B30DA7 /* function.cpp */; }; - DCFD7E792A45BA9C007BBBF7 /* fix_func_call_arguments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12129425A1800B30DA7 /* fix_func_call_arguments.cpp */; }; - DCFD7E7A2A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06929425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp */; }; - DCFD7E7B2A45BA9C007BBBF7 /* graphics_robust_access_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17929425A1800B30DA7 /* graphics_robust_access_pass.cpp */; }; - DCFD7E7C2A45BA9C007BBBF7 /* construct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33B29425A1800B30DA7 /* construct.cpp */; }; - DCFD7E7D2A45BA9C007BBBF7 /* loop_unroller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F629425A1700B30DA7 /* loop_unroller.cpp */; }; - DCFD7E7E2A45BA9C007BBBF7 /* spirv_validator_options.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B07729425A1700B30DA7 /* spirv_validator_options.cpp */; }; - DCFD7E7F2A45BA9C007BBBF7 /* divergence_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01429425A1700B30DA7 /* divergence_analysis.cpp */; }; - DCFD7E802A45BA9C007BBBF7 /* loop_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A129425A1700B30DA7 /* loop_utils.cpp */; }; - DCFD7E812A45BA9C007BBBF7 /* spread_volatile_semantics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0A329425A1700B30DA7 /* spread_volatile_semantics.cpp */; }; - DCFD7E822A45BA9C007BBBF7 /* desc_sroa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12729425A1800B30DA7 /* desc_sroa.cpp */; }; - DCFD7E832A45BA9C007BBBF7 /* dead_insert_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13429425A1800B30DA7 /* dead_insert_elim_pass.cpp */; }; - DCFD7E842A45BA9C007BBBF7 /* validate_decorations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33229425A1800B30DA7 /* validate_decorations.cpp */; }; - DCFD7E852A45BA9C007BBBF7 /* loop_fusion_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B13029425A1800B30DA7 /* loop_fusion_pass.cpp */; }; - DCFD7E862A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05B29425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp */; }; - DCFD7E872A45BA9C007BBBF7 /* flatten_decoration_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10D29425A1800B30DA7 /* flatten_decoration_pass.cpp */; }; - DCFD7E882A45BA9C007BBBF7 /* fix_storage_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15B29425A1800B30DA7 /* fix_storage_class.cpp */; }; - DCFD7E892A45BA9C007BBBF7 /* software_version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09829425A1700B30DA7 /* software_version.cpp */; }; - DCFD7E8A2A45BA9C007BBBF7 /* assembly_grammar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01A29425A1700B30DA7 /* assembly_grammar.cpp */; }; - DCFD7E8B2A45BA9C007BBBF7 /* amd_ext_to_khr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14A29425A1800B30DA7 /* amd_ext_to_khr.cpp */; }; - DCFD7E8C2A45BA9C007BBBF7 /* text_handler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32229425A1800B30DA7 /* text_handler.cpp */; }; - DCFD7E8D2A45BA9C007BBBF7 /* optimizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B09E29425A1700B30DA7 /* optimizer.cpp */; }; - DCFD7E8E2A45BA9C007BBBF7 /* validation_state.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35629425A1800B30DA7 /* validation_state.cpp */; }; - DCFD7E8F2A45BA9C007BBBF7 /* mem_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DC29425A1700B30DA7 /* mem_pass.cpp */; }; - DCFD7E902A45BA9C007BBBF7 /* replace_desc_array_access_using_var_index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16429425A1800B30DA7 /* replace_desc_array_access_using_var_index.cpp */; }; - DCFD7E912A45BA9C007BBBF7 /* ir_loader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0ED29425A1700B30DA7 /* ir_loader.cpp */; }; - DCFD7E922A45BA9C007BBBF7 /* extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B01C29425A1700B30DA7 /* extensions.cpp */; }; - DCFD7E932A45BA9C007BBBF7 /* type_manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E629425A1700B30DA7 /* type_manager.cpp */; }; - DCFD7E942A45BA9C007BBBF7 /* scalar_replacement_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14B29425A1800B30DA7 /* scalar_replacement_pass.cpp */; }; - DCFD7E952A45BA9C007BBBF7 /* loop_unswitch_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0E429425A1700B30DA7 /* loop_unswitch_pass.cpp */; }; - DCFD7E962A45BA9C007BBBF7 /* reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05C29425A1700B30DA7 /* reduction_opportunity.cpp */; }; - DCFD7E972A45BA9C007BBBF7 /* validate_extensions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33A29425A1800B30DA7 /* validate_extensions.cpp */; }; - DCFD7E982A45BA9C007BBBF7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06C29425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp */; }; - DCFD7E992A45BA9C007BBBF7 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B02529425A1700B30DA7 /* timer.cpp */; }; - DCFD7E9A2A45BA9C007BBBF7 /* pch_source_opt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10529425A1800B30DA7 /* pch_source_opt.cpp */; }; - DCFD7E9B2A45BA9C007BBBF7 /* inline_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0EB29425A1700B30DA7 /* inline_pass.cpp */; }; - DCFD7E9C2A45BA9C007BBBF7 /* inst_buff_addr_check_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0FC29425A1700B30DA7 /* inst_buff_addr_check_pass.cpp */; }; - DCFD7E9D2A45BA9C007BBBF7 /* validate_barriers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32929425A1800B30DA7 /* validate_barriers.cpp */; }; - DCFD7E9E2A45BA9C007BBBF7 /* redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15029425A1800B30DA7 /* redundancy_elimination.cpp */; }; - DCFD7E9F2A45BA9C007BBBF7 /* spirv_endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B08129425A1700B30DA7 /* spirv_endian.cpp */; }; - DCFD7EA02A45BA9C007BBBF7 /* cfg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0B829425A1700B30DA7 /* cfg.cpp */; }; - DCFD7EA12A45BA9C007BBBF7 /* remove_duplicates_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0DE29425A1700B30DA7 /* remove_duplicates_pass.cpp */; }; - DCFD7EA22A45BA9C007BBBF7 /* validate_annotation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B32429425A1800B30DA7 /* validate_annotation.cpp */; }; - DCFD7EA32A45BA9C007BBBF7 /* loop_dependence_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14629425A1800B30DA7 /* loop_dependence_helpers.cpp */; }; - DCFD7EA42A45BA9C007BBBF7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17429425A1800B30DA7 /* basic_block.cpp */; }; - DCFD7EA52A45BA9C007BBBF7 /* loop_dependence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D629425A1700B30DA7 /* loop_dependence.cpp */; }; - DCFD7EA62A45BA9C007BBBF7 /* licm_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F029425A1700B30DA7 /* licm_pass.cpp */; }; - DCFD7EA72A45BA9C007BBBF7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05829425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp */; }; - DCFD7EA82A45BA9C007BBBF7 /* dead_branch_elim_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10C29425A1800B30DA7 /* dead_branch_elim_pass.cpp */; }; - DCFD7EA92A45BA9C007BBBF7 /* inst_debug_printf_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0D929425A1700B30DA7 /* inst_debug_printf_pass.cpp */; }; - DCFD7EAA2A45BA9C007BBBF7 /* local_redundancy_elimination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0C029425A1700B30DA7 /* local_redundancy_elimination.cpp */; }; - DCFD7EAB2A45BA9C007BBBF7 /* validate_memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34929425A1800B30DA7 /* validate_memory.cpp */; }; - DCFD7EAC2A45BA9C007BBBF7 /* dominator_analysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B16229425A1800B30DA7 /* dominator_analysis.cpp */; }; - DCFD7EAD2A45BA9C007BBBF7 /* validate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B33629425A1800B30DA7 /* validate.cpp */; }; - DCFD7EAE2A45BA9C007BBBF7 /* copy_prop_arrays.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B12A29425A1800B30DA7 /* copy_prop_arrays.cpp */; }; - DCFD7EAF2A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B06A29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp */; }; - DCFD7EB02A45BA9C007BBBF7 /* validate_composites.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35529425A1800B30DA7 /* validate_composites.cpp */; }; - DCFD7EB12A45BA9C007BBBF7 /* loop_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B17C29425A1800B30DA7 /* loop_fusion.cpp */; }; - DCFD7EB22A45BA9C007BBBF7 /* basic_block.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35229425A1800B30DA7 /* basic_block.cpp */; }; - DCFD7EB32A45BA9C007BBBF7 /* remove_unused_interface_variables_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B15D29425A1800B30DA7 /* remove_unused_interface_variables_pass.cpp */; }; - DCFD7EB42A45BA9C007BBBF7 /* validate_function.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35329425A1800B30DA7 /* validate_function.cpp */; }; - DCFD7EB52A45BA9C007BBBF7 /* vector_dce.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B0F429425A1700B30DA7 /* vector_dce.cpp */; }; - DCFD7EB62A45BA9C007BBBF7 /* validate_primitives.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B35729425A1800B30DA7 /* validate_primitives.cpp */; }; - DCFD7EB72A45BA9C007BBBF7 /* simplification_pass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B10B29425A1800B30DA7 /* simplification_pass.cpp */; }; - DCFD7EB82A45BA9C007BBBF7 /* propagator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B14429425A1800B30DA7 /* propagator.cpp */; }; - DCFD7EB92A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B04329425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp */; }; - DCFD7EBA2A45BA9C007BBBF7 /* remove_instruction_reduction_opportunity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B05029425A1700B30DA7 /* remove_instruction_reduction_opportunity.cpp */; }; - DCFD7EBB2A45BA9C007BBBF7 /* validate_arithmetics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B34429425A1800B30DA7 /* validate_arithmetics.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -2491,443 +2515,449 @@ A997F9B926865A550006F71B /* ShaderLang.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShaderLang.h; sourceTree = ""; }; A997F9CC26865A550006F71B /* CodeGen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CodeGen.cpp; sourceTree = ""; }; A997F9CD26865A550006F71B /* Link.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Link.cpp; sourceTree = ""; }; + A9A9D0FC2C437C6900B4ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A9A9D0FD2C437C6900B4ACDC /* diff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = diff.cpp; sourceTree = ""; }; + A9A9D0FE2C437C6900B4ACDC /* diff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = diff.h; sourceTree = ""; }; + A9A9D0FF2C437C6900B4ACDC /* lcs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcs.h; sourceTree = ""; }; + A9A9D28D2C437C6900B4ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A9A9D28E2C437C6900B4ACDC /* linker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linker.cpp; sourceTree = ""; }; + A9A9D2902C437C6900B4ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A9A9D2912C437C6900B4ACDC /* divergence_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = divergence_analysis.cpp; sourceTree = ""; }; + A9A9D2922C437C6900B4ACDC /* divergence_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = divergence_analysis.h; sourceTree = ""; }; + A9A9D2932C437C6900B4ACDC /* lint_divergent_derivatives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lint_divergent_derivatives.cpp; sourceTree = ""; }; + A9A9D2942C437C6900B4ACDC /* linter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linter.cpp; sourceTree = ""; }; + A9A9D2952C437C6900B4ACDC /* lints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lints.h; sourceTree = ""; }; + A9A9D2972C437C6900B4ACDC /* aggressive_dead_code_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aggressive_dead_code_elim_pass.cpp; sourceTree = ""; }; + A9A9D2982C437C6900B4ACDC /* aggressive_dead_code_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aggressive_dead_code_elim_pass.h; sourceTree = ""; }; + A9A9D2992C437C6900B4ACDC /* amd_ext_to_khr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = amd_ext_to_khr.cpp; sourceTree = ""; }; + A9A9D29A2C437C6900B4ACDC /* amd_ext_to_khr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = amd_ext_to_khr.h; sourceTree = ""; }; + A9A9D29B2C437C6900B4ACDC /* analyze_live_input_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = analyze_live_input_pass.cpp; sourceTree = ""; }; + A9A9D29C2C437C6900B4ACDC /* analyze_live_input_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = analyze_live_input_pass.h; sourceTree = ""; }; + A9A9D29D2C437C6900B4ACDC /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; + A9A9D29E2C437C6900B4ACDC /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; + A9A9D29F2C437C6900B4ACDC /* block_merge_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = block_merge_pass.cpp; sourceTree = ""; }; + A9A9D2A02C437C6900B4ACDC /* block_merge_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_merge_pass.h; sourceTree = ""; }; + A9A9D2A12C437C6900B4ACDC /* block_merge_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = block_merge_util.cpp; sourceTree = ""; }; + A9A9D2A22C437C6900B4ACDC /* block_merge_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_merge_util.h; sourceTree = ""; }; + A9A9D2A32C437C6900B4ACDC /* build_module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_module.cpp; sourceTree = ""; }; + A9A9D2A42C437C6900B4ACDC /* build_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = build_module.h; sourceTree = ""; }; + A9A9D2A52C437C6900B4ACDC /* ccp_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ccp_pass.cpp; sourceTree = ""; }; + A9A9D2A62C437C6900B4ACDC /* ccp_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccp_pass.h; sourceTree = ""; }; + A9A9D2A72C437C6900B4ACDC /* cfg_cleanup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg_cleanup_pass.cpp; sourceTree = ""; }; + A9A9D2A82C437C6900B4ACDC /* cfg_cleanup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg_cleanup_pass.h; sourceTree = ""; }; + A9A9D2A92C437C6900B4ACDC /* cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg.cpp; sourceTree = ""; }; + A9A9D2AA2C437C6900B4ACDC /* cfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg.h; sourceTree = ""; }; + A9A9D2AB2C437C6900B4ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A9A9D2AC2C437C6900B4ACDC /* code_sink.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = code_sink.cpp; sourceTree = ""; }; + A9A9D2AD2C437C6900B4ACDC /* code_sink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = code_sink.h; sourceTree = ""; }; + A9A9D2AE2C437C6900B4ACDC /* combine_access_chains.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = combine_access_chains.cpp; sourceTree = ""; }; + A9A9D2AF2C437C6900B4ACDC /* combine_access_chains.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = combine_access_chains.h; sourceTree = ""; }; + A9A9D2B02C437C6900B4ACDC /* compact_ids_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = compact_ids_pass.cpp; sourceTree = ""; }; + A9A9D2B12C437C6900B4ACDC /* compact_ids_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compact_ids_pass.h; sourceTree = ""; }; + A9A9D2B22C437C6900B4ACDC /* composite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = composite.cpp; sourceTree = ""; }; + A9A9D2B32C437C6900B4ACDC /* composite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = composite.h; sourceTree = ""; }; + A9A9D2B42C437C6900B4ACDC /* const_folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = const_folding_rules.cpp; sourceTree = ""; }; + A9A9D2B52C437C6900B4ACDC /* const_folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = const_folding_rules.h; sourceTree = ""; }; + A9A9D2B62C437C6900B4ACDC /* constants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = constants.cpp; sourceTree = ""; }; + A9A9D2B72C437C6900B4ACDC /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; + A9A9D2B82C437C6900B4ACDC /* control_dependence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = control_dependence.cpp; sourceTree = ""; }; + A9A9D2B92C437C6900B4ACDC /* control_dependence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = control_dependence.h; sourceTree = ""; }; + A9A9D2BA2C437C6900B4ACDC /* convert_to_half_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = convert_to_half_pass.cpp; sourceTree = ""; }; + A9A9D2BB2C437C6900B4ACDC /* convert_to_half_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = convert_to_half_pass.h; sourceTree = ""; }; + A9A9D2BC2C437C6900B4ACDC /* convert_to_sampled_image_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = convert_to_sampled_image_pass.cpp; sourceTree = ""; }; + A9A9D2BD2C437C6900B4ACDC /* convert_to_sampled_image_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = convert_to_sampled_image_pass.h; sourceTree = ""; }; + A9A9D2BE2C437C6900B4ACDC /* copy_prop_arrays.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = copy_prop_arrays.cpp; sourceTree = ""; }; + A9A9D2BF2C437C6900B4ACDC /* copy_prop_arrays.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copy_prop_arrays.h; sourceTree = ""; }; + A9A9D2C02C437C6900B4ACDC /* dataflow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dataflow.cpp; sourceTree = ""; }; + A9A9D2C12C437C6900B4ACDC /* dataflow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dataflow.h; sourceTree = ""; }; + A9A9D2C22C437C6900B4ACDC /* dead_branch_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_branch_elim_pass.cpp; sourceTree = ""; }; + A9A9D2C32C437C6900B4ACDC /* dead_branch_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_branch_elim_pass.h; sourceTree = ""; }; + A9A9D2C42C437C6900B4ACDC /* dead_insert_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_insert_elim_pass.cpp; sourceTree = ""; }; + A9A9D2C52C437C6900B4ACDC /* dead_insert_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_insert_elim_pass.h; sourceTree = ""; }; + A9A9D2C62C437C6900B4ACDC /* dead_variable_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_variable_elimination.cpp; sourceTree = ""; }; + A9A9D2C72C437C6900B4ACDC /* dead_variable_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_variable_elimination.h; sourceTree = ""; }; + A9A9D2C82C437C6900B4ACDC /* debug_info_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = debug_info_manager.cpp; sourceTree = ""; }; + A9A9D2C92C437C6900B4ACDC /* debug_info_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug_info_manager.h; sourceTree = ""; }; + A9A9D2CA2C437C6900B4ACDC /* decoration_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoration_manager.cpp; sourceTree = ""; }; + A9A9D2CB2C437C6900B4ACDC /* decoration_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration_manager.h; sourceTree = ""; }; + A9A9D2CC2C437C6900B4ACDC /* def_use_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = def_use_manager.cpp; sourceTree = ""; }; + A9A9D2CD2C437C6900B4ACDC /* def_use_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = def_use_manager.h; sourceTree = ""; }; + A9A9D2CE2C437C6900B4ACDC /* desc_sroa_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = desc_sroa_util.cpp; sourceTree = ""; }; + A9A9D2CF2C437C6900B4ACDC /* desc_sroa_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = desc_sroa_util.h; sourceTree = ""; }; + A9A9D2D02C437C6900B4ACDC /* desc_sroa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = desc_sroa.cpp; sourceTree = ""; }; + A9A9D2D12C437C6900B4ACDC /* desc_sroa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = desc_sroa.h; sourceTree = ""; }; + A9A9D2D22C437C6900B4ACDC /* dominator_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_analysis.cpp; sourceTree = ""; }; + A9A9D2D32C437C6900B4ACDC /* dominator_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_analysis.h; sourceTree = ""; }; + A9A9D2D42C437C6900B4ACDC /* dominator_tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_tree.cpp; sourceTree = ""; }; + A9A9D2D52C437C6900B4ACDC /* dominator_tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_tree.h; sourceTree = ""; }; + A9A9D2D62C437C6900B4ACDC /* eliminate_dead_constant_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_constant_pass.cpp; sourceTree = ""; }; + A9A9D2D72C437C6900B4ACDC /* eliminate_dead_constant_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_constant_pass.h; sourceTree = ""; }; + A9A9D2D82C437C6900B4ACDC /* eliminate_dead_functions_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_functions_pass.cpp; sourceTree = ""; }; + A9A9D2D92C437C6900B4ACDC /* eliminate_dead_functions_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_functions_pass.h; sourceTree = ""; }; + A9A9D2DA2C437C6900B4ACDC /* eliminate_dead_functions_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_functions_util.cpp; sourceTree = ""; }; + A9A9D2DB2C437C6900B4ACDC /* eliminate_dead_functions_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_functions_util.h; sourceTree = ""; }; + A9A9D2DC2C437C6900B4ACDC /* eliminate_dead_io_components_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_io_components_pass.cpp; sourceTree = ""; }; + A9A9D2DD2C437C6900B4ACDC /* eliminate_dead_io_components_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_io_components_pass.h; sourceTree = ""; }; + A9A9D2DE2C437C6900B4ACDC /* eliminate_dead_members_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_members_pass.cpp; sourceTree = ""; }; + A9A9D2DF2C437C6900B4ACDC /* eliminate_dead_members_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_members_pass.h; sourceTree = ""; }; + A9A9D2E02C437C6900B4ACDC /* eliminate_dead_output_stores_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_output_stores_pass.cpp; sourceTree = ""; }; + A9A9D2E12C437C6900B4ACDC /* eliminate_dead_output_stores_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_output_stores_pass.h; sourceTree = ""; }; + A9A9D2E22C437C6900B4ACDC /* empty_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = empty_pass.h; sourceTree = ""; }; + A9A9D2E32C437C6900B4ACDC /* feature_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_manager.cpp; sourceTree = ""; }; + A9A9D2E42C437C6900B4ACDC /* feature_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = feature_manager.h; sourceTree = ""; }; + A9A9D2E52C437C6900B4ACDC /* fix_func_call_arguments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fix_func_call_arguments.cpp; sourceTree = ""; }; + A9A9D2E62C437C6900B4ACDC /* fix_func_call_arguments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fix_func_call_arguments.h; sourceTree = ""; }; + A9A9D2E72C437C6900B4ACDC /* fix_storage_class.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fix_storage_class.cpp; sourceTree = ""; }; + A9A9D2E82C437C6900B4ACDC /* fix_storage_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fix_storage_class.h; sourceTree = ""; }; + A9A9D2E92C437C6900B4ACDC /* flatten_decoration_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flatten_decoration_pass.cpp; sourceTree = ""; }; + A9A9D2EA2C437C6900B4ACDC /* flatten_decoration_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flatten_decoration_pass.h; sourceTree = ""; }; + A9A9D2EB2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold_spec_constant_op_and_composite_pass.cpp; sourceTree = ""; }; + A9A9D2EC2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold_spec_constant_op_and_composite_pass.h; sourceTree = ""; }; + A9A9D2ED2C437C6900B4ACDC /* fold.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold.cpp; sourceTree = ""; }; + A9A9D2EE2C437C6900B4ACDC /* fold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold.h; sourceTree = ""; }; + A9A9D2EF2C437C6900B4ACDC /* folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = folding_rules.cpp; sourceTree = ""; }; + A9A9D2F02C437C6900B4ACDC /* folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = folding_rules.h; sourceTree = ""; }; + A9A9D2F12C437C6900B4ACDC /* freeze_spec_constant_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = freeze_spec_constant_value_pass.cpp; sourceTree = ""; }; + A9A9D2F22C437C6900B4ACDC /* freeze_spec_constant_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freeze_spec_constant_value_pass.h; sourceTree = ""; }; + A9A9D2F32C437C6900B4ACDC /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; + A9A9D2F42C437C6900B4ACDC /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; + A9A9D2F52C437C6900B4ACDC /* graphics_robust_access_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = graphics_robust_access_pass.cpp; sourceTree = ""; }; + A9A9D2F62C437C6900B4ACDC /* graphics_robust_access_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = graphics_robust_access_pass.h; sourceTree = ""; }; + A9A9D2F72C437C6900B4ACDC /* if_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = if_conversion.cpp; sourceTree = ""; }; + A9A9D2F82C437C6900B4ACDC /* if_conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = if_conversion.h; sourceTree = ""; }; + A9A9D2F92C437C6900B4ACDC /* inline_exhaustive_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_exhaustive_pass.cpp; sourceTree = ""; }; + A9A9D2FA2C437C6900B4ACDC /* inline_exhaustive_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_exhaustive_pass.h; sourceTree = ""; }; + A9A9D2FB2C437C6900B4ACDC /* inline_opaque_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_opaque_pass.cpp; sourceTree = ""; }; + A9A9D2FC2C437C6900B4ACDC /* inline_opaque_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_opaque_pass.h; sourceTree = ""; }; + A9A9D2FD2C437C6900B4ACDC /* inline_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_pass.cpp; sourceTree = ""; }; + A9A9D2FE2C437C6900B4ACDC /* inline_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_pass.h; sourceTree = ""; }; + A9A9D2FF2C437C6900B4ACDC /* inst_debug_printf_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inst_debug_printf_pass.cpp; sourceTree = ""; }; + A9A9D3002C437C6900B4ACDC /* inst_debug_printf_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inst_debug_printf_pass.h; sourceTree = ""; }; + A9A9D3012C437C6900B4ACDC /* instruction_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction_list.cpp; sourceTree = ""; }; + A9A9D3022C437C6900B4ACDC /* instruction_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction_list.h; sourceTree = ""; }; + A9A9D3032C437C6900B4ACDC /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; + A9A9D3042C437C6900B4ACDC /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; + A9A9D3052C437C6900B4ACDC /* instrument_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instrument_pass.cpp; sourceTree = ""; }; + A9A9D3062C437C6900B4ACDC /* instrument_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instrument_pass.h; sourceTree = ""; }; + A9A9D3072C437C6900B4ACDC /* interface_var_sroa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interface_var_sroa.cpp; sourceTree = ""; }; + A9A9D3082C437C6900B4ACDC /* interface_var_sroa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interface_var_sroa.h; sourceTree = ""; }; + A9A9D3092C437C6900B4ACDC /* interp_fixup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interp_fixup_pass.cpp; sourceTree = ""; }; + A9A9D30A2C437C6900B4ACDC /* interp_fixup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interp_fixup_pass.h; sourceTree = ""; }; + A9A9D30B2C437C6900B4ACDC /* invocation_interlock_placement_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = invocation_interlock_placement_pass.cpp; sourceTree = ""; }; + A9A9D30C2C437C6900B4ACDC /* invocation_interlock_placement_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = invocation_interlock_placement_pass.h; sourceTree = ""; }; + A9A9D30D2C437C6900B4ACDC /* ir_builder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_builder.h; sourceTree = ""; }; + A9A9D30E2C437C6900B4ACDC /* ir_context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_context.cpp; sourceTree = ""; }; + A9A9D30F2C437C6900B4ACDC /* ir_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_context.h; sourceTree = ""; }; + A9A9D3102C437C6900B4ACDC /* ir_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_loader.cpp; sourceTree = ""; }; + A9A9D3112C437C6900B4ACDC /* ir_loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_loader.h; sourceTree = ""; }; + A9A9D3122C437C6900B4ACDC /* iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iterator.h; sourceTree = ""; }; + A9A9D3132C437C6900B4ACDC /* licm_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = licm_pass.cpp; sourceTree = ""; }; + A9A9D3142C437C6900B4ACDC /* licm_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = licm_pass.h; sourceTree = ""; }; + A9A9D3152C437C6900B4ACDC /* liveness.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = liveness.cpp; sourceTree = ""; }; + A9A9D3162C437C6900B4ACDC /* liveness.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = liveness.h; sourceTree = ""; }; + A9A9D3172C437C6900B4ACDC /* local_access_chain_convert_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_access_chain_convert_pass.cpp; sourceTree = ""; }; + A9A9D3182C437C6900B4ACDC /* local_access_chain_convert_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_access_chain_convert_pass.h; sourceTree = ""; }; + A9A9D3192C437C6900B4ACDC /* local_redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_redundancy_elimination.cpp; sourceTree = ""; }; + A9A9D31A2C437C6900B4ACDC /* local_redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_redundancy_elimination.h; sourceTree = ""; }; + A9A9D31B2C437C6900B4ACDC /* local_single_block_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_block_elim_pass.cpp; sourceTree = ""; }; + A9A9D31C2C437C6900B4ACDC /* local_single_block_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_block_elim_pass.h; sourceTree = ""; }; + A9A9D31D2C437C6900B4ACDC /* local_single_store_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_store_elim_pass.cpp; sourceTree = ""; }; + A9A9D31E2C437C6900B4ACDC /* local_single_store_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_store_elim_pass.h; sourceTree = ""; }; + A9A9D31F2C437C6900B4ACDC /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; + A9A9D3202C437C6900B4ACDC /* loop_dependence_helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_dependence_helpers.cpp; sourceTree = ""; }; + A9A9D3212C437C6900B4ACDC /* loop_dependence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_dependence.cpp; sourceTree = ""; }; + A9A9D3222C437C6900B4ACDC /* loop_dependence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_dependence.h; sourceTree = ""; }; + A9A9D3232C437C6900B4ACDC /* loop_descriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_descriptor.cpp; sourceTree = ""; }; + A9A9D3242C437C6900B4ACDC /* loop_descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_descriptor.h; sourceTree = ""; }; + A9A9D3252C437C6900B4ACDC /* loop_fission.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fission.cpp; sourceTree = ""; }; + A9A9D3262C437C6900B4ACDC /* loop_fission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fission.h; sourceTree = ""; }; + A9A9D3272C437C6900B4ACDC /* loop_fusion_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fusion_pass.cpp; sourceTree = ""; }; + A9A9D3282C437C6900B4ACDC /* loop_fusion_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fusion_pass.h; sourceTree = ""; }; + A9A9D3292C437C6900B4ACDC /* loop_fusion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fusion.cpp; sourceTree = ""; }; + A9A9D32A2C437C6900B4ACDC /* loop_fusion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fusion.h; sourceTree = ""; }; + A9A9D32B2C437C6900B4ACDC /* loop_peeling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_peeling.cpp; sourceTree = ""; }; + A9A9D32C2C437C6900B4ACDC /* loop_peeling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_peeling.h; sourceTree = ""; }; + A9A9D32D2C437C6900B4ACDC /* loop_unroller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unroller.cpp; sourceTree = ""; }; + A9A9D32E2C437C6900B4ACDC /* loop_unroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unroller.h; sourceTree = ""; }; + A9A9D32F2C437C6900B4ACDC /* loop_unswitch_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unswitch_pass.cpp; sourceTree = ""; }; + A9A9D3302C437C6900B4ACDC /* loop_unswitch_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unswitch_pass.h; sourceTree = ""; }; + A9A9D3312C437C6900B4ACDC /* loop_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_utils.cpp; sourceTree = ""; }; + A9A9D3322C437C6900B4ACDC /* loop_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_utils.h; sourceTree = ""; }; + A9A9D3332C437C6900B4ACDC /* mem_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mem_pass.cpp; sourceTree = ""; }; + A9A9D3342C437C6900B4ACDC /* mem_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mem_pass.h; sourceTree = ""; }; + A9A9D3352C437C6900B4ACDC /* merge_return_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_return_pass.cpp; sourceTree = ""; }; + A9A9D3362C437C6900B4ACDC /* merge_return_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_return_pass.h; sourceTree = ""; }; + A9A9D3372C437C6900B4ACDC /* modify_maximal_reconvergence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = modify_maximal_reconvergence.cpp; sourceTree = ""; }; + A9A9D3382C437C6900B4ACDC /* modify_maximal_reconvergence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modify_maximal_reconvergence.h; sourceTree = ""; }; + A9A9D3392C437C6900B4ACDC /* module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = module.cpp; sourceTree = ""; }; + A9A9D33A2C437C6900B4ACDC /* module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = ""; }; + A9A9D33B2C437C6900B4ACDC /* null_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = null_pass.h; sourceTree = ""; }; + A9A9D33C2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opextinst_forward_ref_fixup_pass.cpp; sourceTree = ""; }; + A9A9D33D2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opextinst_forward_ref_fixup_pass.h; sourceTree = ""; }; + A9A9D33E2C437C6900B4ACDC /* optimizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = optimizer.cpp; sourceTree = ""; }; + A9A9D33F2C437C6900B4ACDC /* pass_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass_manager.cpp; sourceTree = ""; }; + A9A9D3402C437C6900B4ACDC /* pass_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass_manager.h; sourceTree = ""; }; + A9A9D3412C437C6900B4ACDC /* pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass.cpp; sourceTree = ""; }; + A9A9D3422C437C6900B4ACDC /* pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass.h; sourceTree = ""; }; + A9A9D3432C437C6900B4ACDC /* passes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = passes.h; sourceTree = ""; }; + A9A9D3442C437C6900B4ACDC /* pch_source_opt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pch_source_opt.cpp; sourceTree = ""; }; + A9A9D3452C437C6900B4ACDC /* pch_source_opt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch_source_opt.h; sourceTree = ""; }; + A9A9D3462C437C6900B4ACDC /* private_to_local_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = private_to_local_pass.cpp; sourceTree = ""; }; + A9A9D3472C437C6900B4ACDC /* private_to_local_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private_to_local_pass.h; sourceTree = ""; }; + A9A9D3482C437C6900B4ACDC /* propagator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = propagator.cpp; sourceTree = ""; }; + A9A9D3492C437C6900B4ACDC /* propagator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = propagator.h; sourceTree = ""; }; + A9A9D34A2C437C6900B4ACDC /* reduce_load_size.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduce_load_size.cpp; sourceTree = ""; }; + A9A9D34B2C437C6900B4ACDC /* reduce_load_size.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduce_load_size.h; sourceTree = ""; }; + A9A9D34C2C437C6900B4ACDC /* redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = redundancy_elimination.cpp; sourceTree = ""; }; + A9A9D34D2C437C6900B4ACDC /* redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = redundancy_elimination.h; sourceTree = ""; }; + A9A9D34E2C437C6900B4ACDC /* reflect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reflect.h; sourceTree = ""; }; + A9A9D34F2C437C6900B4ACDC /* register_pressure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = register_pressure.cpp; sourceTree = ""; }; + A9A9D3502C437C6900B4ACDC /* register_pressure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = register_pressure.h; sourceTree = ""; }; + A9A9D3512C437C6900B4ACDC /* relax_float_ops_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = relax_float_ops_pass.cpp; sourceTree = ""; }; + A9A9D3522C437C6900B4ACDC /* relax_float_ops_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = relax_float_ops_pass.h; sourceTree = ""; }; + A9A9D3532C437C6900B4ACDC /* remove_dontinline_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_dontinline_pass.cpp; sourceTree = ""; }; + A9A9D3542C437C6900B4ACDC /* remove_dontinline_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_dontinline_pass.h; sourceTree = ""; }; + A9A9D3552C437C6900B4ACDC /* remove_duplicates_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_duplicates_pass.cpp; sourceTree = ""; }; + A9A9D3562C437C6900B4ACDC /* remove_duplicates_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_duplicates_pass.h; sourceTree = ""; }; + A9A9D3572C437C6900B4ACDC /* remove_unused_interface_variables_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_unused_interface_variables_pass.cpp; sourceTree = ""; }; + A9A9D3582C437C6900B4ACDC /* remove_unused_interface_variables_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_unused_interface_variables_pass.h; sourceTree = ""; }; + A9A9D3592C437C6900B4ACDC /* replace_desc_array_access_using_var_index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = replace_desc_array_access_using_var_index.cpp; sourceTree = ""; }; + A9A9D35A2C437C6900B4ACDC /* replace_desc_array_access_using_var_index.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = replace_desc_array_access_using_var_index.h; sourceTree = ""; }; + A9A9D35B2C437C6900B4ACDC /* replace_invalid_opc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = replace_invalid_opc.cpp; sourceTree = ""; }; + A9A9D35C2C437C6900B4ACDC /* replace_invalid_opc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = replace_invalid_opc.h; sourceTree = ""; }; + A9A9D35D2C437C6900B4ACDC /* scalar_analysis_nodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis_nodes.h; sourceTree = ""; }; + A9A9D35E2C437C6900B4ACDC /* scalar_analysis_simplification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis_simplification.cpp; sourceTree = ""; }; + A9A9D35F2C437C6900B4ACDC /* scalar_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis.cpp; sourceTree = ""; }; + A9A9D3602C437C6900B4ACDC /* scalar_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis.h; sourceTree = ""; }; + A9A9D3612C437C6900B4ACDC /* scalar_replacement_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_replacement_pass.cpp; sourceTree = ""; }; + A9A9D3622C437C6900B4ACDC /* scalar_replacement_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_replacement_pass.h; sourceTree = ""; }; + A9A9D3632C437C6900B4ACDC /* set_spec_constant_default_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = set_spec_constant_default_value_pass.cpp; sourceTree = ""; }; + A9A9D3642C437C6900B4ACDC /* set_spec_constant_default_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = set_spec_constant_default_value_pass.h; sourceTree = ""; }; + A9A9D3652C437C6900B4ACDC /* simplification_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simplification_pass.cpp; sourceTree = ""; }; + A9A9D3662C437C6900B4ACDC /* simplification_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simplification_pass.h; sourceTree = ""; }; + A9A9D3672C437C6900B4ACDC /* spread_volatile_semantics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spread_volatile_semantics.cpp; sourceTree = ""; }; + A9A9D3682C437C6900B4ACDC /* spread_volatile_semantics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spread_volatile_semantics.h; sourceTree = ""; }; + A9A9D3692C437C6900B4ACDC /* ssa_rewrite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ssa_rewrite_pass.cpp; sourceTree = ""; }; + A9A9D36A2C437C6900B4ACDC /* ssa_rewrite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ssa_rewrite_pass.h; sourceTree = ""; }; + A9A9D36B2C437C6900B4ACDC /* strength_reduction_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strength_reduction_pass.cpp; sourceTree = ""; }; + A9A9D36C2C437C6900B4ACDC /* strength_reduction_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strength_reduction_pass.h; sourceTree = ""; }; + A9A9D36D2C437C6900B4ACDC /* strip_debug_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_debug_info_pass.cpp; sourceTree = ""; }; + A9A9D36E2C437C6900B4ACDC /* strip_debug_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_debug_info_pass.h; sourceTree = ""; }; + A9A9D36F2C437C6900B4ACDC /* strip_nonsemantic_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_nonsemantic_info_pass.cpp; sourceTree = ""; }; + A9A9D3702C437C6900B4ACDC /* strip_nonsemantic_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_nonsemantic_info_pass.h; sourceTree = ""; }; + A9A9D3712C437C6900B4ACDC /* struct_cfg_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = struct_cfg_analysis.cpp; sourceTree = ""; }; + A9A9D3722C437C6900B4ACDC /* struct_cfg_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = struct_cfg_analysis.h; sourceTree = ""; }; + A9A9D3732C437C6900B4ACDC /* switch_descriptorset_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = switch_descriptorset_pass.cpp; sourceTree = ""; }; + A9A9D3742C437C6900B4ACDC /* switch_descriptorset_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = switch_descriptorset_pass.h; sourceTree = ""; }; + A9A9D3752C437C6900B4ACDC /* tree_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree_iterator.h; sourceTree = ""; }; + A9A9D3762C437C6900B4ACDC /* trim_capabilities_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trim_capabilities_pass.cpp; sourceTree = ""; }; + A9A9D3772C437C6900B4ACDC /* trim_capabilities_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trim_capabilities_pass.h; sourceTree = ""; }; + A9A9D3782C437C6900B4ACDC /* type_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_manager.cpp; sourceTree = ""; }; + A9A9D3792C437C6900B4ACDC /* type_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = type_manager.h; sourceTree = ""; }; + A9A9D37A2C437C6900B4ACDC /* types.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = types.cpp; sourceTree = ""; }; + A9A9D37B2C437C6900B4ACDC /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; + A9A9D37C2C437C6900B4ACDC /* unify_const_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unify_const_pass.cpp; sourceTree = ""; }; + A9A9D37D2C437C6900B4ACDC /* unify_const_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unify_const_pass.h; sourceTree = ""; }; + A9A9D37E2C437C6900B4ACDC /* upgrade_memory_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = upgrade_memory_model.cpp; sourceTree = ""; }; + A9A9D37F2C437C6900B4ACDC /* upgrade_memory_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = upgrade_memory_model.h; sourceTree = ""; }; + A9A9D3802C437C6900B4ACDC /* value_number_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = value_number_table.cpp; sourceTree = ""; }; + A9A9D3812C437C6900B4ACDC /* value_number_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value_number_table.h; sourceTree = ""; }; + A9A9D3822C437C6900B4ACDC /* vector_dce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_dce.cpp; sourceTree = ""; }; + A9A9D3832C437C6900B4ACDC /* vector_dce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector_dce.h; sourceTree = ""; }; + A9A9D3842C437C6900B4ACDC /* workaround1209.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = workaround1209.cpp; sourceTree = ""; }; + A9A9D3852C437C6900B4ACDC /* workaround1209.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = workaround1209.h; sourceTree = ""; }; + A9A9D3862C437C6900B4ACDC /* wrap_opkill.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_opkill.cpp; sourceTree = ""; }; + A9A9D3872C437C6900B4ACDC /* wrap_opkill.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrap_opkill.h; sourceTree = ""; }; + A9A9D3892C437C6900B4ACDC /* change_operand_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = change_operand_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D38A2C437C6900B4ACDC /* change_operand_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = change_operand_reduction_opportunity.h; sourceTree = ""; }; + A9A9D38B2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = change_operand_to_undef_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D38C2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = change_operand_to_undef_reduction_opportunity.h; sourceTree = ""; }; + A9A9D38D2C437C6900B4ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A9A9D38E2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D38F2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conditional_branch_to_simple_conditional_branch_opportunity_finder.h; sourceTree = ""; }; + A9A9D3902C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3912C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conditional_branch_to_simple_conditional_branch_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3922C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_blocks_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3932C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_blocks_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3942C437C6900B4ACDC /* merge_blocks_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_blocks_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3952C437C6900B4ACDC /* merge_blocks_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_blocks_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3962C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand_to_const_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3972C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand_to_const_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3982C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand_to_dominating_id_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3992C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand_to_dominating_id_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D39A2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand_to_undef_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D39B2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand_to_undef_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D39C2C437C6900B4ACDC /* pch_source_reduce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pch_source_reduce.cpp; sourceTree = ""; }; + A9A9D39D2C437C6900B4ACDC /* pch_source_reduce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch_source_reduce.h; sourceTree = ""; }; + A9A9D39E2C437C6900B4ACDC /* reducer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reducer.cpp; sourceTree = ""; }; + A9A9D39F2C437C6900B4ACDC /* reducer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reducer.h; sourceTree = ""; }; + A9A9D3A02C437C6900B4ACDC /* reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3A12C437C6900B4ACDC /* reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3A22C437C6900B4ACDC /* reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3A32C437C6900B4ACDC /* reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_opportunity.h; sourceTree = ""; }; + A9A9D3A42C437C6900B4ACDC /* reduction_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_pass.cpp; sourceTree = ""; }; + A9A9D3A52C437C6900B4ACDC /* reduction_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_pass.h; sourceTree = ""; }; + A9A9D3A62C437C6900B4ACDC /* reduction_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_util.cpp; sourceTree = ""; }; + A9A9D3A72C437C6900B4ACDC /* reduction_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_util.h; sourceTree = ""; }; + A9A9D3A82C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_block_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3A92C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_block_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3AA2C437C6900B4ACDC /* remove_block_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_block_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3AB2C437C6900B4ACDC /* remove_block_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_block_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3AC2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_function_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3AD2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_function_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3AE2C437C6900B4ACDC /* remove_function_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_function_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3AF2C437C6900B4ACDC /* remove_function_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_function_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3B02C437C6900B4ACDC /* remove_instruction_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_instruction_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3B12C437C6900B4ACDC /* remove_instruction_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_instruction_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3B22C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_selection_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3B32C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_selection_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3B42C437C6900B4ACDC /* remove_selection_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_selection_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3B52C437C6900B4ACDC /* remove_selection_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_selection_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3B62C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_struct_member_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3B72C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_struct_member_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3B82C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_unused_instruction_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3B92C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_unused_instruction_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3BA2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_unused_struct_member_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3BB2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_unused_struct_member_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3BC2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_conditional_branch_to_branch_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3BD2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simple_conditional_branch_to_branch_opportunity_finder.h; sourceTree = ""; }; + A9A9D3BE2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_conditional_branch_to_branch_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3BF2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simple_conditional_branch_to_branch_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3C02C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_construct_to_block_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3C12C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_construct_to_block_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3C22C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_construct_to_block_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3C32C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_construct_to_block_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3C42C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_loop_to_selection_reduction_opportunity_finder.cpp; sourceTree = ""; }; + A9A9D3C52C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_loop_to_selection_reduction_opportunity_finder.h; sourceTree = ""; }; + A9A9D3C62C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_loop_to_selection_reduction_opportunity.cpp; sourceTree = ""; }; + A9A9D3C72C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_loop_to_selection_reduction_opportunity.h; sourceTree = ""; }; + A9A9D3C92C437C6900B4ACDC /* bit_vector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_vector.cpp; sourceTree = ""; }; + A9A9D3CA2C437C6900B4ACDC /* bit_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_vector.h; sourceTree = ""; }; + A9A9D3CB2C437C6900B4ACDC /* bitutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitutils.h; sourceTree = ""; }; + A9A9D3CC2C437C6900B4ACDC /* hash_combine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_combine.h; sourceTree = ""; }; + A9A9D3CD2C437C6900B4ACDC /* hex_float.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hex_float.h; sourceTree = ""; }; + A9A9D3CE2C437C6900B4ACDC /* ilist_node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist_node.h; sourceTree = ""; }; + A9A9D3CF2C437C6900B4ACDC /* ilist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist.h; sourceTree = ""; }; + A9A9D3D02C437C6900B4ACDC /* make_unique.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = make_unique.h; sourceTree = ""; }; + A9A9D3D12C437C6900B4ACDC /* parse_number.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parse_number.cpp; sourceTree = ""; }; + A9A9D3D22C437C6900B4ACDC /* parse_number.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse_number.h; sourceTree = ""; }; + A9A9D3D32C437C6900B4ACDC /* small_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = small_vector.h; sourceTree = ""; }; + A9A9D3D42C437C6900B4ACDC /* string_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cpp; sourceTree = ""; }; + A9A9D3D52C437C6900B4ACDC /* string_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_utils.h; sourceTree = ""; }; + A9A9D3D62C437C6900B4ACDC /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = ""; }; + A9A9D3D72C437C6900B4ACDC /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = ""; }; + A9A9D3D92C437C6900B4ACDC /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; + A9A9D3DA2C437C6900B4ACDC /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; + A9A9D3DB2C437C6900B4ACDC /* construct.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = construct.cpp; sourceTree = ""; }; + A9A9D3DC2C437C6900B4ACDC /* construct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = construct.h; sourceTree = ""; }; + A9A9D3DD2C437C6900B4ACDC /* decoration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration.h; sourceTree = ""; }; + A9A9D3DE2C437C6900B4ACDC /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; + A9A9D3DF2C437C6900B4ACDC /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; + A9A9D3E02C437C6900B4ACDC /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; + A9A9D3E12C437C6900B4ACDC /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; + A9A9D3E22C437C6900B4ACDC /* validate_adjacency.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_adjacency.cpp; sourceTree = ""; }; + A9A9D3E32C437C6900B4ACDC /* validate_annotation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_annotation.cpp; sourceTree = ""; }; + A9A9D3E42C437C6900B4ACDC /* validate_arithmetics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_arithmetics.cpp; sourceTree = ""; }; + A9A9D3E52C437C6900B4ACDC /* validate_atomics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_atomics.cpp; sourceTree = ""; }; + A9A9D3E62C437C6900B4ACDC /* validate_barriers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_barriers.cpp; sourceTree = ""; }; + A9A9D3E72C437C6900B4ACDC /* validate_bitwise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_bitwise.cpp; sourceTree = ""; }; + A9A9D3E82C437C6900B4ACDC /* validate_builtins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_builtins.cpp; sourceTree = ""; }; + A9A9D3E92C437C6900B4ACDC /* validate_capability.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_capability.cpp; sourceTree = ""; }; + A9A9D3EA2C437C6900B4ACDC /* validate_cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_cfg.cpp; sourceTree = ""; }; + A9A9D3EB2C437C6900B4ACDC /* validate_composites.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_composites.cpp; sourceTree = ""; }; + A9A9D3EC2C437C6900B4ACDC /* validate_constants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_constants.cpp; sourceTree = ""; }; + A9A9D3ED2C437C6900B4ACDC /* validate_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_conversion.cpp; sourceTree = ""; }; + A9A9D3EE2C437C6900B4ACDC /* validate_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_debug.cpp; sourceTree = ""; }; + A9A9D3EF2C437C6900B4ACDC /* validate_decorations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_decorations.cpp; sourceTree = ""; }; + A9A9D3F02C437C6900B4ACDC /* validate_derivatives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_derivatives.cpp; sourceTree = ""; }; + A9A9D3F12C437C6900B4ACDC /* validate_execution_limitations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_execution_limitations.cpp; sourceTree = ""; }; + A9A9D3F22C437C6900B4ACDC /* validate_extensions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_extensions.cpp; sourceTree = ""; }; + A9A9D3F32C437C6900B4ACDC /* validate_function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_function.cpp; sourceTree = ""; }; + A9A9D3F42C437C6900B4ACDC /* validate_id.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_id.cpp; sourceTree = ""; }; + A9A9D3F52C437C6900B4ACDC /* validate_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_image.cpp; sourceTree = ""; }; + A9A9D3F62C437C6900B4ACDC /* validate_instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_instruction.cpp; sourceTree = ""; }; + A9A9D3F72C437C6900B4ACDC /* validate_interfaces.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_interfaces.cpp; sourceTree = ""; }; + A9A9D3F82C437C6900B4ACDC /* validate_layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_layout.cpp; sourceTree = ""; }; + A9A9D3F92C437C6900B4ACDC /* validate_literals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_literals.cpp; sourceTree = ""; }; + A9A9D3FA2C437C6900B4ACDC /* validate_logicals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_logicals.cpp; sourceTree = ""; }; + A9A9D3FB2C437C6900B4ACDC /* validate_memory_semantics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_memory_semantics.cpp; sourceTree = ""; }; + A9A9D3FC2C437C6900B4ACDC /* validate_memory_semantics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate_memory_semantics.h; sourceTree = ""; }; + A9A9D3FD2C437C6900B4ACDC /* validate_memory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_memory.cpp; sourceTree = ""; }; + A9A9D3FE2C437C6900B4ACDC /* validate_mesh_shading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_mesh_shading.cpp; sourceTree = ""; }; + A9A9D3FF2C437C6900B4ACDC /* validate_misc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_misc.cpp; sourceTree = ""; }; + A9A9D4002C437C6900B4ACDC /* validate_mode_setting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_mode_setting.cpp; sourceTree = ""; }; + A9A9D4012C437C6900B4ACDC /* validate_non_uniform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_non_uniform.cpp; sourceTree = ""; }; + A9A9D4022C437C6900B4ACDC /* validate_primitives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_primitives.cpp; sourceTree = ""; }; + A9A9D4032C437C6900B4ACDC /* validate_ray_query.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ray_query.cpp; sourceTree = ""; }; + A9A9D4042C437C6900B4ACDC /* validate_ray_tracing_reorder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ray_tracing_reorder.cpp; sourceTree = ""; }; + A9A9D4052C437C6900B4ACDC /* validate_ray_tracing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ray_tracing.cpp; sourceTree = ""; }; + A9A9D4062C437C6900B4ACDC /* validate_scopes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_scopes.cpp; sourceTree = ""; }; + A9A9D4072C437C6900B4ACDC /* validate_scopes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate_scopes.h; sourceTree = ""; }; + A9A9D4082C437C6900B4ACDC /* validate_small_type_uses.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_small_type_uses.cpp; sourceTree = ""; }; + A9A9D4092C437C6900B4ACDC /* validate_type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_type.cpp; sourceTree = ""; }; + A9A9D40A2C437C6900B4ACDC /* validate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate.cpp; sourceTree = ""; }; + A9A9D40B2C437C6900B4ACDC /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate.h; sourceTree = ""; }; + A9A9D40C2C437C6900B4ACDC /* validation_state.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validation_state.cpp; sourceTree = ""; }; + A9A9D40D2C437C6900B4ACDC /* validation_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validation_state.h; sourceTree = ""; }; + A9A9D4162C437C6900B4ACDC /* assembly_grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = assembly_grammar.cpp; sourceTree = ""; }; + A9A9D4172C437C6900B4ACDC /* assembly_grammar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assembly_grammar.h; sourceTree = ""; }; + A9A9D4182C437C6900B4ACDC /* binary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary.cpp; sourceTree = ""; }; + A9A9D4192C437C6900B4ACDC /* binary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = binary.h; sourceTree = ""; }; + A9A9D41A2C437C6900B4ACDC /* cfa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfa.h; sourceTree = ""; }; + A9A9D41B2C437C6900B4ACDC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; + A9A9D41C2C437C6900B4ACDC /* common_debug_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common_debug_info.h; sourceTree = ""; }; + A9A9D41D2C437C6900B4ACDC /* diagnostic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = diagnostic.cpp; sourceTree = ""; }; + A9A9D41E2C437C6900B4ACDC /* diagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = diagnostic.h; sourceTree = ""; }; + A9A9D41F2C437C6900B4ACDC /* disassemble.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = disassemble.cpp; sourceTree = ""; }; + A9A9D4202C437C6900B4ACDC /* disassemble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disassemble.h; sourceTree = ""; }; + A9A9D4212C437C6900B4ACDC /* enum_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_set.h; sourceTree = ""; }; + A9A9D4222C437C6900B4ACDC /* enum_string_mapping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = enum_string_mapping.cpp; sourceTree = ""; }; + A9A9D4232C437C6900B4ACDC /* enum_string_mapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_string_mapping.h; sourceTree = ""; }; + A9A9D4242C437C6900B4ACDC /* ext_inst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ext_inst.cpp; sourceTree = ""; }; + A9A9D4252C437C6900B4ACDC /* ext_inst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ext_inst.h; sourceTree = ""; }; + A9A9D4262C437C6900B4ACDC /* extensions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cpp; sourceTree = ""; }; + A9A9D4272C437C6900B4ACDC /* extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extensions.h; sourceTree = ""; }; + A9A9D4282C437C6900B4ACDC /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; + A9A9D4292C437C6900B4ACDC /* latest_version_glsl_std_450_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_glsl_std_450_header.h; sourceTree = ""; }; + A9A9D42A2C437C6900B4ACDC /* latest_version_opencl_std_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_opencl_std_header.h; sourceTree = ""; }; + A9A9D42B2C437C6900B4ACDC /* latest_version_spirv_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_spirv_header.h; sourceTree = ""; }; + A9A9D42C2C437C6900B4ACDC /* libspirv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = libspirv.cpp; sourceTree = ""; }; + A9A9D42D2C437C6900B4ACDC /* macro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = ""; }; + A9A9D42E2C437C6900B4ACDC /* name_mapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = name_mapper.cpp; sourceTree = ""; }; + A9A9D42F2C437C6900B4ACDC /* name_mapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = name_mapper.h; sourceTree = ""; }; + A9A9D4302C437C6900B4ACDC /* opcode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opcode.cpp; sourceTree = ""; }; + A9A9D4312C437C6900B4ACDC /* opcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcode.h; sourceTree = ""; }; + A9A9D4322C437C6900B4ACDC /* operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand.cpp; sourceTree = ""; }; + A9A9D4332C437C6900B4ACDC /* operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand.h; sourceTree = ""; }; + A9A9D4342C437C6900B4ACDC /* parsed_operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsed_operand.cpp; sourceTree = ""; }; + A9A9D4352C437C6900B4ACDC /* parsed_operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsed_operand.h; sourceTree = ""; }; + A9A9D4362C437C6900B4ACDC /* pch_source.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pch_source.cpp; sourceTree = ""; }; + A9A9D4372C437C6900B4ACDC /* pch_source.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch_source.h; sourceTree = ""; }; + A9A9D4382C437C6900B4ACDC /* print.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = print.cpp; sourceTree = ""; }; + A9A9D4392C437C6900B4ACDC /* print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = print.h; sourceTree = ""; }; + A9A9D43A2C437C6900B4ACDC /* software_version.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = software_version.cpp; sourceTree = ""; }; + A9A9D43B2C437C6900B4ACDC /* spirv_constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_constant.h; sourceTree = ""; }; + A9A9D43C2C437C6900B4ACDC /* spirv_definition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_definition.h; sourceTree = ""; }; + A9A9D43D2C437C6900B4ACDC /* spirv_endian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_endian.cpp; sourceTree = ""; }; + A9A9D43E2C437C6900B4ACDC /* spirv_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_endian.h; sourceTree = ""; }; + A9A9D43F2C437C6900B4ACDC /* spirv_fuzzer_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_fuzzer_options.cpp; sourceTree = ""; }; + A9A9D4402C437C6900B4ACDC /* spirv_fuzzer_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_fuzzer_options.h; sourceTree = ""; }; + A9A9D4412C437C6900B4ACDC /* spirv_optimizer_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_optimizer_options.cpp; sourceTree = ""; }; + A9A9D4422C437C6900B4ACDC /* spirv_optimizer_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_optimizer_options.h; sourceTree = ""; }; + A9A9D4432C437C6900B4ACDC /* spirv_reducer_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_reducer_options.cpp; sourceTree = ""; }; + A9A9D4442C437C6900B4ACDC /* spirv_reducer_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_reducer_options.h; sourceTree = ""; }; + A9A9D4452C437C6900B4ACDC /* spirv_target_env.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_target_env.cpp; sourceTree = ""; }; + A9A9D4462C437C6900B4ACDC /* spirv_target_env.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_target_env.h; sourceTree = ""; }; + A9A9D4472C437C6900B4ACDC /* spirv_validator_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_validator_options.cpp; sourceTree = ""; }; + A9A9D4482C437C6900B4ACDC /* spirv_validator_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_validator_options.h; sourceTree = ""; }; + A9A9D4492C437C6900B4ACDC /* table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = table.cpp; sourceTree = ""; }; + A9A9D44A2C437C6900B4ACDC /* table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = table.h; sourceTree = ""; }; + A9A9D44B2C437C6900B4ACDC /* text_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text_handler.cpp; sourceTree = ""; }; + A9A9D44C2C437C6900B4ACDC /* text_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text_handler.h; sourceTree = ""; }; + A9A9D44D2C437C6900B4ACDC /* text.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = ""; }; + A9A9D44E2C437C6900B4ACDC /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text.h; sourceTree = ""; }; A9C2104521D14FD7006BA2D3 /* fetchDependencies */ = {isa = PBXFileReference; lastKnownFileType = text; path = fetchDependencies; sourceTree = ""; }; A9C2104721D15843006BA2D3 /* ExternalRevisions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ExternalRevisions; sourceTree = ""; }; - A9F7B00D29425A1700B30DA7 /* spirv_target_env.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_target_env.cpp; sourceTree = ""; }; - A9F7B00E29425A1700B30DA7 /* spirv_fuzzer_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_fuzzer_options.h; sourceTree = ""; }; - A9F7B00F29425A1700B30DA7 /* assembly_grammar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = assembly_grammar.h; sourceTree = ""; }; - A9F7B01129425A1700B30DA7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A9F7B01229425A1700B30DA7 /* lint_divergent_derivatives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lint_divergent_derivatives.cpp; sourceTree = ""; }; - A9F7B01329425A1700B30DA7 /* linter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linter.cpp; sourceTree = ""; }; - A9F7B01429425A1700B30DA7 /* divergence_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = divergence_analysis.cpp; sourceTree = ""; }; - A9F7B01529425A1700B30DA7 /* lints.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lints.h; sourceTree = ""; }; - A9F7B01629425A1700B30DA7 /* divergence_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = divergence_analysis.h; sourceTree = ""; }; - A9F7B01729425A1700B30DA7 /* enum_set.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_set.h; sourceTree = ""; }; - A9F7B01829425A1700B30DA7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A9F7B01929425A1700B30DA7 /* text.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text.cpp; sourceTree = ""; }; - A9F7B01A29425A1700B30DA7 /* assembly_grammar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = assembly_grammar.cpp; sourceTree = ""; }; - A9F7B01B29425A1700B30DA7 /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text.h; sourceTree = ""; }; - A9F7B01C29425A1700B30DA7 /* extensions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cpp; sourceTree = ""; }; - A9F7B01D29425A1700B30DA7 /* pch_source.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pch_source.cpp; sourceTree = ""; }; - A9F7B01F29425A1700B30DA7 /* parse_number.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse_number.h; sourceTree = ""; }; - A9F7B02029425A1700B30DA7 /* ilist_node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist_node.h; sourceTree = ""; }; - A9F7B02129425A1700B30DA7 /* make_unique.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = make_unique.h; sourceTree = ""; }; - A9F7B02229425A1700B30DA7 /* string_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_utils.h; sourceTree = ""; }; - A9F7B02329425A1700B30DA7 /* small_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = small_vector.h; sourceTree = ""; }; - A9F7B02429425A1700B30DA7 /* hash_combine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash_combine.h; sourceTree = ""; }; - A9F7B02529425A1700B30DA7 /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = ""; }; - A9F7B02629425A1700B30DA7 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = ""; }; - A9F7B02729425A1700B30DA7 /* string_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_utils.cpp; sourceTree = ""; }; - A9F7B02829425A1700B30DA7 /* bit_vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bit_vector.h; sourceTree = ""; }; - A9F7B02929425A1700B30DA7 /* bitutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitutils.h; sourceTree = ""; }; - A9F7B02A29425A1700B30DA7 /* hex_float.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hex_float.h; sourceTree = ""; }; - A9F7B02B29425A1700B30DA7 /* parse_number.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parse_number.cpp; sourceTree = ""; }; - A9F7B02C29425A1700B30DA7 /* bit_vector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bit_vector.cpp; sourceTree = ""; }; - A9F7B02D29425A1700B30DA7 /* ilist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilist.h; sourceTree = ""; }; - A9F7B02E29425A1700B30DA7 /* spirv_target_env.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_target_env.h; sourceTree = ""; }; - A9F7B02F29425A1700B30DA7 /* table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = table.cpp; sourceTree = ""; }; - A9F7B03129425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand_to_undef_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B03229425A1700B30DA7 /* remove_selection_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_selection_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B03329425A1700B30DA7 /* remove_block_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_block_reduction_opportunity.h; sourceTree = ""; }; - A9F7B03429425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand_to_dominating_id_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B03529425A1700B30DA7 /* reduction_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_pass.cpp; sourceTree = ""; }; - A9F7B03629425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_construct_to_block_reduction_opportunity.h; sourceTree = ""; }; - A9F7B03729425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand_to_const_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B03829425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand_to_const_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B03929425A1700B30DA7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A9F7B03A29425A1700B30DA7 /* reduction_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_util.cpp; sourceTree = ""; }; - A9F7B03B29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_construct_to_block_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B03C29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_loop_to_selection_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B03D29425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simple_conditional_branch_to_branch_reduction_opportunity.h; sourceTree = ""; }; - A9F7B03E29425A1700B30DA7 /* remove_function_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_function_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B03F29425A1700B30DA7 /* remove_instruction_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_instruction_reduction_opportunity.h; sourceTree = ""; }; - A9F7B04029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conditional_branch_to_simple_conditional_branch_reduction_opportunity.h; sourceTree = ""; }; - A9F7B04129425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_conditional_branch_to_branch_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B04229425A1700B30DA7 /* remove_function_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_function_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B04329425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_conditional_branch_to_branch_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B04429425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_selection_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B04529425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B04629425A1700B30DA7 /* remove_struct_member_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_struct_member_reduction_opportunity.h; sourceTree = ""; }; - A9F7B04729425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simple_conditional_branch_to_branch_opportunity_finder.h; sourceTree = ""; }; - A9F7B04829425A1700B30DA7 /* merge_blocks_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_blocks_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B04929425A1700B30DA7 /* change_operand_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = change_operand_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B04A29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_loop_to_selection_reduction_opportunity.h; sourceTree = ""; }; - A9F7B04B29425A1700B30DA7 /* remove_function_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_function_reduction_opportunity.h; sourceTree = ""; }; - A9F7B04C29425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_unused_instruction_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B04D29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = change_operand_to_undef_reduction_opportunity.h; sourceTree = ""; }; - A9F7B04E29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = structured_loop_to_selection_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B04F29425A1700B30DA7 /* remove_selection_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_selection_reduction_opportunity.h; sourceTree = ""; }; - A9F7B05029425A1700B30DA7 /* remove_instruction_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_instruction_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B05129425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_selection_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B05229425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_blocks_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B05329425A1700B30DA7 /* pch_source_reduce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pch_source_reduce.cpp; sourceTree = ""; }; - A9F7B05429425A1700B30DA7 /* remove_struct_member_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_struct_member_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B05529425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_unused_struct_member_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B05629425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_unused_instruction_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B05729425A1700B30DA7 /* reducer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reducer.cpp; sourceTree = ""; }; - A9F7B05829425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand_to_undef_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B05929425A1700B30DA7 /* remove_function_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_function_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B05A29425A1700B30DA7 /* pch_source_reduce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch_source_reduce.h; sourceTree = ""; }; - A9F7B05B29425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_blocks_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B05C29425A1700B30DA7 /* reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B05D29425A1700B30DA7 /* reducer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reducer.h; sourceTree = ""; }; - A9F7B05E29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = change_operand_to_undef_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B05F29425A1700B30DA7 /* reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_opportunity.h; sourceTree = ""; }; - A9F7B06029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conditional_branch_to_simple_conditional_branch_opportunity_finder.h; sourceTree = ""; }; - A9F7B06129425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand_to_dominating_id_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B06229425A1700B30DA7 /* reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B06329425A1700B30DA7 /* change_operand_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = change_operand_reduction_opportunity.h; sourceTree = ""; }; - A9F7B06429425A1700B30DA7 /* remove_block_reduction_opportunity_finder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_block_reduction_opportunity_finder.h; sourceTree = ""; }; - A9F7B06529425A1700B30DA7 /* remove_block_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_block_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B06629425A1700B30DA7 /* reduction_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_util.h; sourceTree = ""; }; - A9F7B06729425A1700B30DA7 /* merge_blocks_reduction_opportunity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_blocks_reduction_opportunity.h; sourceTree = ""; }; - A9F7B06829425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B06929425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_loop_to_selection_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B06A29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_construct_to_block_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B06B29425A1700B30DA7 /* remove_block_reduction_opportunity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_block_reduction_opportunity.cpp; sourceTree = ""; }; - A9F7B06C29425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_unused_struct_member_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B06D29425A1700B30DA7 /* reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B06E29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = structured_construct_to_block_reduction_opportunity_finder.cpp; sourceTree = ""; }; - A9F7B06F29425A1700B30DA7 /* reduction_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduction_pass.h; sourceTree = ""; }; - A9F7B07029425A1700B30DA7 /* latest_version_opencl_std_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_opencl_std_header.h; sourceTree = ""; }; - A9F7B07129425A1700B30DA7 /* spirv_optimizer_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_optimizer_options.cpp; sourceTree = ""; }; - A9F7B07229425A1700B30DA7 /* cfa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfa.h; sourceTree = ""; }; - A9F7B07329425A1700B30DA7 /* pch_source.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch_source.h; sourceTree = ""; }; - A9F7B07429425A1700B30DA7 /* enum_string_mapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = enum_string_mapping.h; sourceTree = ""; }; - A9F7B07529425A1700B30DA7 /* spirv_fuzzer_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_fuzzer_options.cpp; sourceTree = ""; }; - A9F7B07629425A1700B30DA7 /* spirv_reducer_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_reducer_options.h; sourceTree = ""; }; - A9F7B07729425A1700B30DA7 /* spirv_validator_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_validator_options.cpp; sourceTree = ""; }; - A9F7B07E29425A1700B30DA7 /* print.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = print.cpp; sourceTree = ""; }; - A9F7B07F29425A1700B30DA7 /* spirv_definition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_definition.h; sourceTree = ""; }; - A9F7B08029425A1700B30DA7 /* operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = operand.h; sourceTree = ""; }; - A9F7B08129425A1700B30DA7 /* spirv_endian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_endian.cpp; sourceTree = ""; }; - A9F7B08229425A1700B30DA7 /* macro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = ""; }; - A9F7B08329425A1700B30DA7 /* spirv_constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_constant.h; sourceTree = ""; }; - A9F7B08429425A1700B30DA7 /* binary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary.cpp; sourceTree = ""; }; - A9F7B08629425A1700B30DA7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A9F7B08729425A1700B30DA7 /* diff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = diff.h; sourceTree = ""; }; - A9F7B08829425A1700B30DA7 /* lcs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcs.h; sourceTree = ""; }; - A9F7B08929425A1700B30DA7 /* diff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = diff.cpp; sourceTree = ""; }; - A9F7B08A29425A1700B30DA7 /* spirv_validator_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_validator_options.h; sourceTree = ""; }; - A9F7B08B29425A1700B30DA7 /* enum_string_mapping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = enum_string_mapping.cpp; sourceTree = ""; }; - A9F7B08C29425A1700B30DA7 /* text_handler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text_handler.h; sourceTree = ""; }; - A9F7B08D29425A1700B30DA7 /* parsed_operand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parsed_operand.h; sourceTree = ""; }; - A9F7B08E29425A1700B30DA7 /* name_mapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = name_mapper.h; sourceTree = ""; }; - A9F7B08F29425A1700B30DA7 /* spirv_reducer_options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spirv_reducer_options.cpp; sourceTree = ""; }; - A9F7B09029425A1700B30DA7 /* parsed_operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = parsed_operand.cpp; sourceTree = ""; }; - A9F7B09129425A1700B30DA7 /* diagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = diagnostic.h; sourceTree = ""; }; - A9F7B09229425A1700B30DA7 /* spirv_endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_endian.h; sourceTree = ""; }; - A9F7B09329425A1700B30DA7 /* name_mapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = name_mapper.cpp; sourceTree = ""; }; - A9F7B09529425A1700B30DA7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A9F7B09629425A1700B30DA7 /* linker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linker.cpp; sourceTree = ""; }; - A9F7B09729425A1700B30DA7 /* common_debug_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common_debug_info.h; sourceTree = ""; }; - A9F7B09829425A1700B30DA7 /* software_version.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = software_version.cpp; sourceTree = ""; }; - A9F7B09929425A1700B30DA7 /* opcode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opcode.cpp; sourceTree = ""; }; - A9F7B09A29425A1700B30DA7 /* print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = print.h; sourceTree = ""; }; - A9F7B09B29425A1700B30DA7 /* ext_inst.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ext_inst.cpp; sourceTree = ""; }; - A9F7B09C29425A1700B30DA7 /* disassemble.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disassemble.h; sourceTree = ""; }; - A9F7B09E29425A1700B30DA7 /* optimizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = optimizer.cpp; sourceTree = ""; }; - A9F7B09F29425A1700B30DA7 /* if_conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = if_conversion.h; sourceTree = ""; }; - A9F7B0A029425A1700B30DA7 /* register_pressure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = register_pressure.cpp; sourceTree = ""; }; - A9F7B0A129425A1700B30DA7 /* loop_utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_utils.cpp; sourceTree = ""; }; - A9F7B0A229425A1700B30DA7 /* strip_nonsemantic_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_nonsemantic_info_pass.h; sourceTree = ""; }; - A9F7B0A329425A1700B30DA7 /* spread_volatile_semantics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = spread_volatile_semantics.cpp; sourceTree = ""; }; - A9F7B0A429425A1700B30DA7 /* merge_return_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = merge_return_pass.h; sourceTree = ""; }; - A9F7B0A529425A1700B30DA7 /* inline_opaque_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_opaque_pass.h; sourceTree = ""; }; - A9F7B0A629425A1700B30DA7 /* loop_fusion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fusion.h; sourceTree = ""; }; - A9F7B0A729425A1700B30DA7 /* combine_access_chains.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = combine_access_chains.cpp; sourceTree = ""; }; - A9F7B0A829425A1700B30DA7 /* build_module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_module.cpp; sourceTree = ""; }; - A9F7B0A929425A1700B30DA7 /* eliminate_dead_output_stores_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_output_stores_pass.cpp; sourceTree = ""; }; - A9F7B0AA29425A1700B30DA7 /* composite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = composite.h; sourceTree = ""; }; - A9F7B0AB29425A1700B30DA7 /* liveness.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = liveness.cpp; sourceTree = ""; }; - A9F7B0AC29425A1700B30DA7 /* compact_ids_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = compact_ids_pass.h; sourceTree = ""; }; - A9F7B0AD29425A1700B30DA7 /* register_pressure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = register_pressure.h; sourceTree = ""; }; - A9F7B0AE29425A1700B30DA7 /* tree_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree_iterator.h; sourceTree = ""; }; - A9F7B0AF29425A1700B30DA7 /* interface_var_sroa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interface_var_sroa.h; sourceTree = ""; }; - A9F7B0B029425A1700B30DA7 /* graphics_robust_access_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = graphics_robust_access_pass.h; sourceTree = ""; }; - A9F7B0B129425A1700B30DA7 /* local_single_store_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_store_elim_pass.h; sourceTree = ""; }; - A9F7B0B229425A1700B30DA7 /* reduce_load_size.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reduce_load_size.h; sourceTree = ""; }; - A9F7B0B329425A1700B30DA7 /* code_sink.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = code_sink.cpp; sourceTree = ""; }; - A9F7B0B429425A1700B30DA7 /* types.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = types.cpp; sourceTree = ""; }; - A9F7B0B529425A1700B30DA7 /* scalar_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis.h; sourceTree = ""; }; - A9F7B0B629425A1700B30DA7 /* strip_debug_info_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strip_debug_info_pass.h; sourceTree = ""; }; - A9F7B0B729425A1700B30DA7 /* replace_desc_array_access_using_var_index.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = replace_desc_array_access_using_var_index.h; sourceTree = ""; }; - A9F7B0B829425A1700B30DA7 /* cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg.cpp; sourceTree = ""; }; - A9F7B0B929425A1700B30DA7 /* decoration_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = decoration_manager.cpp; sourceTree = ""; }; - A9F7B0BA29425A1700B30DA7 /* local_single_block_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_block_elim_pass.cpp; sourceTree = ""; }; - A9F7B0BB29425A1700B30DA7 /* freeze_spec_constant_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = freeze_spec_constant_value_pass.cpp; sourceTree = ""; }; - A9F7B0BC29425A1700B30DA7 /* replace_invalid_opc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = replace_invalid_opc.h; sourceTree = ""; }; - A9F7B0BD29425A1700B30DA7 /* eliminate_dead_output_stores_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_output_stores_pass.h; sourceTree = ""; }; - A9F7B0BE29425A1700B30DA7 /* local_access_chain_convert_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_access_chain_convert_pass.h; sourceTree = ""; }; - A9F7B0BF29425A1700B30DA7 /* inst_bindless_check_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inst_bindless_check_pass.cpp; sourceTree = ""; }; - A9F7B0C029425A1700B30DA7 /* local_redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_redundancy_elimination.cpp; sourceTree = ""; }; - A9F7B0C129425A1700B30DA7 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - A9F7B0C229425A1700B30DA7 /* instrument_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instrument_pass.cpp; sourceTree = ""; }; - A9F7B0C329425A1700B30DA7 /* propagator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = propagator.h; sourceTree = ""; }; - A9F7B0C429425A1700B30DA7 /* instruction_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction_list.h; sourceTree = ""; }; - A9F7B0C529425A1700B30DA7 /* feature_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_manager.cpp; sourceTree = ""; }; - A9F7B0C629425A1700B30DA7 /* pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass.cpp; sourceTree = ""; }; - A9F7B0C729425A1700B30DA7 /* loop_fission.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fission.cpp; sourceTree = ""; }; - A9F7B0C829425A1700B30DA7 /* dominator_tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_tree.cpp; sourceTree = ""; }; - A9F7B0C929425A1700B30DA7 /* amd_ext_to_khr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = amd_ext_to_khr.h; sourceTree = ""; }; - A9F7B0CA29425A1700B30DA7 /* merge_return_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = merge_return_pass.cpp; sourceTree = ""; }; - A9F7B0CB29425A1700B30DA7 /* ir_context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_context.h; sourceTree = ""; }; - A9F7B0CC29425A1700B30DA7 /* eliminate_dead_constant_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_constant_pass.cpp; sourceTree = ""; }; - A9F7B0CD29425A1700B30DA7 /* control_dependence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = control_dependence.h; sourceTree = ""; }; - A9F7B0CE29425A1700B30DA7 /* cfg_cleanup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cfg_cleanup_pass.cpp; sourceTree = ""; }; - A9F7B0CF29425A1700B30DA7 /* wrap_opkill.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_opkill.cpp; sourceTree = ""; }; - A9F7B0D029425A1700B30DA7 /* eliminate_dead_io_components_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_io_components_pass.cpp; sourceTree = ""; }; - A9F7B0D129425A1700B30DA7 /* const_folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = const_folding_rules.cpp; sourceTree = ""; }; - A9F7B0D229425A1700B30DA7 /* liveness.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = liveness.h; sourceTree = ""; }; - A9F7B0D329425A1700B30DA7 /* loop_unroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unroller.h; sourceTree = ""; }; - A9F7B0D429425A1700B30DA7 /* strip_debug_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_debug_info_pass.cpp; sourceTree = ""; }; - A9F7B0D529425A1700B30DA7 /* ssa_rewrite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ssa_rewrite_pass.cpp; sourceTree = ""; }; - A9F7B0D629425A1700B30DA7 /* loop_dependence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_dependence.cpp; sourceTree = ""; }; - A9F7B0D729425A1700B30DA7 /* unify_const_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unify_const_pass.h; sourceTree = ""; }; - A9F7B0D829425A1700B30DA7 /* ir_loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_loader.h; sourceTree = ""; }; - A9F7B0D929425A1700B30DA7 /* inst_debug_printf_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inst_debug_printf_pass.cpp; sourceTree = ""; }; - A9F7B0DA29425A1700B30DA7 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - A9F7B0DB29425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold_spec_constant_op_and_composite_pass.h; sourceTree = ""; }; - A9F7B0DC29425A1700B30DA7 /* mem_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = mem_pass.cpp; sourceTree = ""; }; - A9F7B0DD29425A1700B30DA7 /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; - A9F7B0DE29425A1700B30DA7 /* remove_duplicates_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_duplicates_pass.cpp; sourceTree = ""; }; - A9F7B0DF29425A1700B30DA7 /* dead_variable_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_variable_elimination.cpp; sourceTree = ""; }; - A9F7B0E029425A1700B30DA7 /* block_merge_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_merge_pass.h; sourceTree = ""; }; - A9F7B0E129425A1700B30DA7 /* module.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = module.cpp; sourceTree = ""; }; - A9F7B0E229425A1700B30DA7 /* debug_info_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug_info_manager.h; sourceTree = ""; }; - A9F7B0E329425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold_spec_constant_op_and_composite_pass.cpp; sourceTree = ""; }; - A9F7B0E429425A1700B30DA7 /* loop_unswitch_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unswitch_pass.cpp; sourceTree = ""; }; - A9F7B0E529425A1700B30DA7 /* unify_const_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = unify_const_pass.cpp; sourceTree = ""; }; - A9F7B0E629425A1700B30DA7 /* type_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = type_manager.cpp; sourceTree = ""; }; - A9F7B0E729425A1700B30DA7 /* private_to_local_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private_to_local_pass.h; sourceTree = ""; }; - A9F7B0E829425A1700B30DA7 /* convert_to_half_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = convert_to_half_pass.h; sourceTree = ""; }; - A9F7B0E929425A1700B30DA7 /* remove_dontinline_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_dontinline_pass.h; sourceTree = ""; }; - A9F7B0EA29425A1700B30DA7 /* relax_float_ops_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = relax_float_ops_pass.h; sourceTree = ""; }; - A9F7B0EB29425A1700B30DA7 /* inline_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_pass.cpp; sourceTree = ""; }; - A9F7B0EC29425A1700B30DA7 /* def_use_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = def_use_manager.h; sourceTree = ""; }; - A9F7B0ED29425A1700B30DA7 /* ir_loader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_loader.cpp; sourceTree = ""; }; - A9F7B0EE29425A1700B30DA7 /* convert_to_sampled_image_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = convert_to_sampled_image_pass.h; sourceTree = ""; }; - A9F7B0EF29425A1700B30DA7 /* cfg_cleanup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg_cleanup_pass.h; sourceTree = ""; }; - A9F7B0F029425A1700B30DA7 /* licm_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = licm_pass.cpp; sourceTree = ""; }; - A9F7B0F129425A1700B30DA7 /* eliminate_dead_functions_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_functions_pass.cpp; sourceTree = ""; }; - A9F7B0F229425A1700B30DA7 /* local_redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_redundancy_elimination.h; sourceTree = ""; }; - A9F7B0F329425A1700B30DA7 /* loop_peeling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_peeling.h; sourceTree = ""; }; - A9F7B0F429425A1700B30DA7 /* vector_dce.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_dce.cpp; sourceTree = ""; }; - A9F7B0F529425A1700B30DA7 /* block_merge_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = block_merge_util.h; sourceTree = ""; }; - A9F7B0F629425A1700B30DA7 /* loop_unroller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_unroller.cpp; sourceTree = ""; }; - A9F7B0F729425A1700B30DA7 /* desc_sroa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = desc_sroa.h; sourceTree = ""; }; - A9F7B0F829425A1700B30DA7 /* constants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = constants.cpp; sourceTree = ""; }; - A9F7B0F929425A1700B30DA7 /* loop_fusion_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fusion_pass.h; sourceTree = ""; }; - A9F7B0FA29425A1700B30DA7 /* struct_cfg_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = struct_cfg_analysis.h; sourceTree = ""; }; - A9F7B0FB29425A1700B30DA7 /* desc_sroa_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = desc_sroa_util.cpp; sourceTree = ""; }; - A9F7B0FC29425A1700B30DA7 /* inst_buff_addr_check_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inst_buff_addr_check_pass.cpp; sourceTree = ""; }; - A9F7B0FD29425A1700B30DA7 /* def_use_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = def_use_manager.cpp; sourceTree = ""; }; - A9F7B0FE29425A1700B30DA7 /* wrap_opkill.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrap_opkill.h; sourceTree = ""; }; - A9F7B0FF29425A1800B30DA7 /* empty_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = empty_pass.h; sourceTree = ""; }; - A9F7B10029425A1800B30DA7 /* decoration_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration_manager.h; sourceTree = ""; }; - A9F7B10129425A1800B30DA7 /* ccp_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ccp_pass.cpp; sourceTree = ""; }; - A9F7B10229425A1800B30DA7 /* local_single_block_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_single_block_elim_pass.h; sourceTree = ""; }; - A9F7B10329425A1800B30DA7 /* interp_fixup_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interp_fixup_pass.h; sourceTree = ""; }; - A9F7B10429425A1800B30DA7 /* eliminate_dead_io_components_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_io_components_pass.h; sourceTree = ""; }; - A9F7B10529425A1800B30DA7 /* pch_source_opt.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pch_source_opt.cpp; sourceTree = ""; }; - A9F7B10629425A1800B30DA7 /* inst_buff_addr_check_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inst_buff_addr_check_pass.h; sourceTree = ""; }; - A9F7B10729425A1800B30DA7 /* strength_reduction_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strength_reduction_pass.h; sourceTree = ""; }; - A9F7B10829425A1800B30DA7 /* aggressive_dead_code_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aggressive_dead_code_elim_pass.cpp; sourceTree = ""; }; - A9F7B10929425A1800B30DA7 /* eliminate_dead_functions_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_functions_util.cpp; sourceTree = ""; }; - A9F7B10A29425A1800B30DA7 /* inst_debug_printf_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inst_debug_printf_pass.h; sourceTree = ""; }; - A9F7B10B29425A1800B30DA7 /* simplification_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simplification_pass.cpp; sourceTree = ""; }; - A9F7B10C29425A1800B30DA7 /* dead_branch_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_branch_elim_pass.cpp; sourceTree = ""; }; - A9F7B10D29425A1800B30DA7 /* flatten_decoration_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = flatten_decoration_pass.cpp; sourceTree = ""; }; - A9F7B10E29425A1800B30DA7 /* dead_insert_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_insert_elim_pass.h; sourceTree = ""; }; - A9F7B10F29425A1800B30DA7 /* folding_rules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = folding_rules.cpp; sourceTree = ""; }; - A9F7B11029425A1800B30DA7 /* freeze_spec_constant_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = freeze_spec_constant_value_pass.h; sourceTree = ""; }; - A9F7B11129425A1800B30DA7 /* ir_context.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ir_context.cpp; sourceTree = ""; }; - A9F7B11229425A1800B30DA7 /* instrument_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instrument_pass.h; sourceTree = ""; }; - A9F7B11329425A1800B30DA7 /* mem_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mem_pass.h; sourceTree = ""; }; - A9F7B11429425A1800B30DA7 /* loop_descriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_descriptor.cpp; sourceTree = ""; }; - A9F7B11529425A1800B30DA7 /* eliminate_dead_members_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_members_pass.h; sourceTree = ""; }; - A9F7B11629425A1800B30DA7 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; - A9F7B11729425A1800B30DA7 /* instruction_list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction_list.cpp; sourceTree = ""; }; - A9F7B11829425A1800B30DA7 /* control_dependence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = control_dependence.cpp; sourceTree = ""; }; - A9F7B11929425A1800B30DA7 /* composite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = composite.cpp; sourceTree = ""; }; - A9F7B11A29425A1800B30DA7 /* convert_to_half_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = convert_to_half_pass.cpp; sourceTree = ""; }; - A9F7B11B29425A1800B30DA7 /* inline_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_pass.h; sourceTree = ""; }; - A9F7B11C29425A1800B30DA7 /* loop_dependence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_dependence.h; sourceTree = ""; }; - A9F7B11D29425A1800B30DA7 /* value_number_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = value_number_table.h; sourceTree = ""; }; - A9F7B11E29425A1800B30DA7 /* strip_nonsemantic_info_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strip_nonsemantic_info_pass.cpp; sourceTree = ""; }; - A9F7B11F29425A1800B30DA7 /* flatten_decoration_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = flatten_decoration_pass.h; sourceTree = ""; }; - A9F7B12029425A1800B30DA7 /* if_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = if_conversion.cpp; sourceTree = ""; }; - A9F7B12129425A1800B30DA7 /* fix_func_call_arguments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fix_func_call_arguments.cpp; sourceTree = ""; }; - A9F7B12229425A1800B30DA7 /* debug_info_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = debug_info_manager.cpp; sourceTree = ""; }; - A9F7B12329425A1800B30DA7 /* inline_exhaustive_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inline_exhaustive_pass.h; sourceTree = ""; }; - A9F7B12429425A1800B30DA7 /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = ""; }; - A9F7B12529425A1800B30DA7 /* eliminate_dead_members_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = eliminate_dead_members_pass.cpp; sourceTree = ""; }; - A9F7B12629425A1800B30DA7 /* strength_reduction_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strength_reduction_pass.cpp; sourceTree = ""; }; - A9F7B12729425A1800B30DA7 /* desc_sroa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = desc_sroa.cpp; sourceTree = ""; }; - A9F7B12829425A1800B30DA7 /* block_merge_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = block_merge_util.cpp; sourceTree = ""; }; - A9F7B12929425A1800B30DA7 /* upgrade_memory_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = upgrade_memory_model.h; sourceTree = ""; }; - A9F7B12A29425A1800B30DA7 /* copy_prop_arrays.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = copy_prop_arrays.cpp; sourceTree = ""; }; - A9F7B12B29425A1800B30DA7 /* analyze_live_input_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = analyze_live_input_pass.h; sourceTree = ""; }; - A9F7B12C29425A1800B30DA7 /* pass_manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pass_manager.cpp; sourceTree = ""; }; - A9F7B12D29425A1800B30DA7 /* inline_exhaustive_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_exhaustive_pass.cpp; sourceTree = ""; }; - A9F7B12E29425A1800B30DA7 /* loop_fission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_fission.h; sourceTree = ""; }; - A9F7B12F29425A1800B30DA7 /* workaround1209.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = workaround1209.h; sourceTree = ""; }; - A9F7B13029425A1800B30DA7 /* loop_fusion_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fusion_pass.cpp; sourceTree = ""; }; - A9F7B13129425A1800B30DA7 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; - A9F7B13229425A1800B30DA7 /* copy_prop_arrays.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copy_prop_arrays.h; sourceTree = ""; }; - A9F7B13329425A1800B30DA7 /* eliminate_dead_constant_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_constant_pass.h; sourceTree = ""; }; - A9F7B13429425A1800B30DA7 /* dead_insert_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dead_insert_elim_pass.cpp; sourceTree = ""; }; - A9F7B13529425A1800B30DA7 /* ssa_rewrite_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ssa_rewrite_pass.h; sourceTree = ""; }; - A9F7B13629425A1800B30DA7 /* scalar_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis.cpp; sourceTree = ""; }; - A9F7B13729425A1800B30DA7 /* dead_variable_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_variable_elimination.h; sourceTree = ""; }; - A9F7B13829425A1800B30DA7 /* block_merge_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = block_merge_pass.cpp; sourceTree = ""; }; - A9F7B13929425A1800B30DA7 /* dominator_analysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_analysis.h; sourceTree = ""; }; - A9F7B13A29425A1800B30DA7 /* convert_to_sampled_image_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = convert_to_sampled_image_pass.cpp; sourceTree = ""; }; - A9F7B13B29425A1800B30DA7 /* pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass.h; sourceTree = ""; }; - A9F7B13C29425A1800B30DA7 /* folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = folding_rules.h; sourceTree = ""; }; - A9F7B13D29425A1800B30DA7 /* eliminate_dead_functions_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_functions_pass.h; sourceTree = ""; }; - A9F7B13E29425A1800B30DA7 /* eliminate_dead_functions_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eliminate_dead_functions_util.h; sourceTree = ""; }; - A9F7B13F29425A1800B30DA7 /* fold.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fold.h; sourceTree = ""; }; - A9F7B14029425A1800B30DA7 /* local_single_store_elim_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_single_store_elim_pass.cpp; sourceTree = ""; }; - A9F7B14129425A1800B30DA7 /* dead_branch_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dead_branch_elim_pass.h; sourceTree = ""; }; - A9F7B14229425A1800B30DA7 /* private_to_local_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = private_to_local_pass.cpp; sourceTree = ""; }; - A9F7B14329425A1800B30DA7 /* scalar_analysis_nodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_analysis_nodes.h; sourceTree = ""; }; - A9F7B14429425A1800B30DA7 /* propagator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = propagator.cpp; sourceTree = ""; }; - A9F7B14529425A1800B30DA7 /* fix_storage_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fix_storage_class.h; sourceTree = ""; }; - A9F7B14629425A1800B30DA7 /* loop_dependence_helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_dependence_helpers.cpp; sourceTree = ""; }; - A9F7B14729425A1800B30DA7 /* set_spec_constant_default_value_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = set_spec_constant_default_value_pass.cpp; sourceTree = ""; }; - A9F7B14829425A1800B30DA7 /* passes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = passes.h; sourceTree = ""; }; - A9F7B14929425A1800B30DA7 /* fold.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fold.cpp; sourceTree = ""; }; - A9F7B14A29425A1800B30DA7 /* amd_ext_to_khr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = amd_ext_to_khr.cpp; sourceTree = ""; }; - A9F7B14B29425A1800B30DA7 /* scalar_replacement_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_replacement_pass.cpp; sourceTree = ""; }; - A9F7B14C29425A1800B30DA7 /* simplification_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simplification_pass.h; sourceTree = ""; }; - A9F7B14D29425A1800B30DA7 /* interface_var_sroa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interface_var_sroa.cpp; sourceTree = ""; }; - A9F7B14E29425A1800B30DA7 /* remove_duplicates_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_duplicates_pass.h; sourceTree = ""; }; - A9F7B14F29425A1800B30DA7 /* desc_sroa_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = desc_sroa_util.h; sourceTree = ""; }; - A9F7B15029425A1800B30DA7 /* redundancy_elimination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = redundancy_elimination.cpp; sourceTree = ""; }; - A9F7B15129425A1800B30DA7 /* reflect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reflect.h; sourceTree = ""; }; - A9F7B15229425A1800B30DA7 /* workaround1209.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = workaround1209.cpp; sourceTree = ""; }; - A9F7B15329425A1800B30DA7 /* null_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = null_pass.h; sourceTree = ""; }; - A9F7B15429425A1800B30DA7 /* relax_float_ops_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = relax_float_ops_pass.cpp; sourceTree = ""; }; - A9F7B15529425A1800B30DA7 /* const_folding_rules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = const_folding_rules.h; sourceTree = ""; }; - A9F7B15629425A1800B30DA7 /* scalar_replacement_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scalar_replacement_pass.h; sourceTree = ""; }; - A9F7B15729425A1800B30DA7 /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; - A9F7B15829425A1800B30DA7 /* pch_source_opt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pch_source_opt.h; sourceTree = ""; }; - A9F7B15929425A1800B30DA7 /* reduce_load_size.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reduce_load_size.cpp; sourceTree = ""; }; - A9F7B15A29425A1800B30DA7 /* redundancy_elimination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = redundancy_elimination.h; sourceTree = ""; }; - A9F7B15B29425A1800B30DA7 /* fix_storage_class.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fix_storage_class.cpp; sourceTree = ""; }; - A9F7B15C29425A1800B30DA7 /* value_number_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = value_number_table.cpp; sourceTree = ""; }; - A9F7B15D29425A1800B30DA7 /* remove_unused_interface_variables_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_unused_interface_variables_pass.cpp; sourceTree = ""; }; - A9F7B15E29425A1800B30DA7 /* inline_opaque_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = inline_opaque_pass.cpp; sourceTree = ""; }; - A9F7B15F29425A1800B30DA7 /* replace_invalid_opc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = replace_invalid_opc.cpp; sourceTree = ""; }; - A9F7B16029425A1800B30DA7 /* loop_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_utils.h; sourceTree = ""; }; - A9F7B16129425A1800B30DA7 /* module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = module.h; sourceTree = ""; }; - A9F7B16229425A1800B30DA7 /* dominator_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dominator_analysis.cpp; sourceTree = ""; }; - A9F7B16329425A1800B30DA7 /* ir_builder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ir_builder.h; sourceTree = ""; }; - A9F7B16429425A1800B30DA7 /* replace_desc_array_access_using_var_index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = replace_desc_array_access_using_var_index.cpp; sourceTree = ""; }; - A9F7B16529425A1800B30DA7 /* loop_unswitch_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_unswitch_pass.h; sourceTree = ""; }; - A9F7B16629425A1800B30DA7 /* cfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cfg.h; sourceTree = ""; }; - A9F7B16729425A1800B30DA7 /* code_sink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = code_sink.h; sourceTree = ""; }; - A9F7B16829425A1800B30DA7 /* dataflow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dataflow.cpp; sourceTree = ""; }; - A9F7B16929425A1800B30DA7 /* loop_descriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = loop_descriptor.h; sourceTree = ""; }; - A9F7B16A29425A1800B30DA7 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; - A9F7B16B29425A1800B30DA7 /* aggressive_dead_code_elim_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aggressive_dead_code_elim_pass.h; sourceTree = ""; }; - A9F7B16C29425A1800B30DA7 /* struct_cfg_analysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = struct_cfg_analysis.cpp; sourceTree = ""; }; - A9F7B16D29425A1800B30DA7 /* remove_dontinline_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = remove_dontinline_pass.cpp; sourceTree = ""; }; - A9F7B16E29425A1800B30DA7 /* vector_dce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vector_dce.h; sourceTree = ""; }; - A9F7B16F29425A1800B30DA7 /* combine_access_chains.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = combine_access_chains.h; sourceTree = ""; }; - A9F7B17029425A1800B30DA7 /* pass_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pass_manager.h; sourceTree = ""; }; - A9F7B17129425A1800B30DA7 /* spread_volatile_semantics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spread_volatile_semantics.h; sourceTree = ""; }; - A9F7B17229425A1800B30DA7 /* local_access_chain_convert_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = local_access_chain_convert_pass.cpp; sourceTree = ""; }; - A9F7B17329425A1800B30DA7 /* interp_fixup_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interp_fixup_pass.cpp; sourceTree = ""; }; - A9F7B17429425A1800B30DA7 /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; - A9F7B17529425A1800B30DA7 /* iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iterator.h; sourceTree = ""; }; - A9F7B17629425A1800B30DA7 /* licm_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = licm_pass.h; sourceTree = ""; }; - A9F7B17729425A1800B30DA7 /* build_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = build_module.h; sourceTree = ""; }; - A9F7B17829425A1800B30DA7 /* ccp_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ccp_pass.h; sourceTree = ""; }; - A9F7B17929425A1800B30DA7 /* graphics_robust_access_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = graphics_robust_access_pass.cpp; sourceTree = ""; }; - A9F7B17A29425A1800B30DA7 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; - A9F7B17B29425A1800B30DA7 /* fix_func_call_arguments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fix_func_call_arguments.h; sourceTree = ""; }; - A9F7B17C29425A1800B30DA7 /* loop_fusion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_fusion.cpp; sourceTree = ""; }; - A9F7B17D29425A1800B30DA7 /* analyze_live_input_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = analyze_live_input_pass.cpp; sourceTree = ""; }; - A9F7B17E29425A1800B30DA7 /* upgrade_memory_model.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = upgrade_memory_model.cpp; sourceTree = ""; }; - A9F7B17F29425A1800B30DA7 /* feature_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = feature_manager.h; sourceTree = ""; }; - A9F7B18029425A1800B30DA7 /* dataflow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dataflow.h; sourceTree = ""; }; - A9F7B18129425A1800B30DA7 /* inst_bindless_check_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inst_bindless_check_pass.h; sourceTree = ""; }; - A9F7B18229425A1800B30DA7 /* scalar_analysis_simplification.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scalar_analysis_simplification.cpp; sourceTree = ""; }; - A9F7B18329425A1800B30DA7 /* set_spec_constant_default_value_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = set_spec_constant_default_value_pass.h; sourceTree = ""; }; - A9F7B18429425A1800B30DA7 /* dominator_tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dominator_tree.h; sourceTree = ""; }; - A9F7B18529425A1800B30DA7 /* remove_unused_interface_variables_pass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = remove_unused_interface_variables_pass.h; sourceTree = ""; }; - A9F7B18629425A1800B30DA7 /* type_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = type_manager.h; sourceTree = ""; }; - A9F7B18729425A1800B30DA7 /* compact_ids_pass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = compact_ids_pass.cpp; sourceTree = ""; }; - A9F7B18829425A1800B30DA7 /* loop_peeling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = loop_peeling.cpp; sourceTree = ""; }; - A9F7B18929425A1800B30DA7 /* table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = table.h; sourceTree = ""; }; - A9F7B31629425A1800B30DA7 /* ext_inst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ext_inst.h; sourceTree = ""; }; - A9F7B31729425A1800B30DA7 /* diagnostic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = diagnostic.cpp; sourceTree = ""; }; - A9F7B31829425A1800B30DA7 /* latest_version_spirv_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_spirv_header.h; sourceTree = ""; }; - A9F7B31929425A1800B30DA7 /* libspirv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = libspirv.cpp; sourceTree = ""; }; - A9F7B31A29425A1800B30DA7 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; - A9F7B31B29425A1800B30DA7 /* spirv_optimizer_options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spirv_optimizer_options.h; sourceTree = ""; }; - A9F7B31C29425A1800B30DA7 /* opcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcode.h; sourceTree = ""; }; - A9F7B31D29425A1800B30DA7 /* operand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = operand.cpp; sourceTree = ""; }; - A9F7B31E29425A1800B30DA7 /* latest_version_glsl_std_450_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = latest_version_glsl_std_450_header.h; sourceTree = ""; }; - A9F7B31F29425A1800B30DA7 /* extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = extensions.h; sourceTree = ""; }; - A9F7B32029425A1800B30DA7 /* disassemble.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = disassemble.cpp; sourceTree = ""; }; - A9F7B32129425A1800B30DA7 /* binary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = binary.h; sourceTree = ""; }; - A9F7B32229425A1800B30DA7 /* text_handler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = text_handler.cpp; sourceTree = ""; }; - A9F7B32429425A1800B30DA7 /* validate_annotation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_annotation.cpp; sourceTree = ""; }; - A9F7B32529425A1800B30DA7 /* validate_misc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_misc.cpp; sourceTree = ""; }; - A9F7B32629425A1800B30DA7 /* validate_cfg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_cfg.cpp; sourceTree = ""; }; - A9F7B32729425A1800B30DA7 /* validate_capability.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_capability.cpp; sourceTree = ""; }; - A9F7B32829425A1800B30DA7 /* construct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = construct.h; sourceTree = ""; }; - A9F7B32929425A1800B30DA7 /* validate_barriers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_barriers.cpp; sourceTree = ""; }; - A9F7B32A29425A1800B30DA7 /* validate_non_uniform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_non_uniform.cpp; sourceTree = ""; }; - A9F7B32B29425A1800B30DA7 /* validate_ray_query.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ray_query.cpp; sourceTree = ""; }; - A9F7B32C29425A1800B30DA7 /* validate_ray_tracing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ray_tracing.cpp; sourceTree = ""; }; - A9F7B32D29425A1800B30DA7 /* validate_scopes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_scopes.cpp; sourceTree = ""; }; - A9F7B32E29425A1800B30DA7 /* validate_atomics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_atomics.cpp; sourceTree = ""; }; - A9F7B32F29425A1800B30DA7 /* basic_block.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = basic_block.h; sourceTree = ""; }; - A9F7B33029425A1800B30DA7 /* validate_instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_instruction.cpp; sourceTree = ""; }; - A9F7B33129425A1800B30DA7 /* validate_ray_tracing_reorder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_ray_tracing_reorder.cpp; sourceTree = ""; }; - A9F7B33229425A1800B30DA7 /* validate_decorations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_decorations.cpp; sourceTree = ""; }; - A9F7B33329425A1800B30DA7 /* validate_debug.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_debug.cpp; sourceTree = ""; }; - A9F7B33429425A1800B30DA7 /* validate_builtins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_builtins.cpp; sourceTree = ""; }; - A9F7B33529425A1800B30DA7 /* validate_interfaces.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_interfaces.cpp; sourceTree = ""; }; - A9F7B33629425A1800B30DA7 /* validate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate.cpp; sourceTree = ""; }; - A9F7B33729425A1800B30DA7 /* validation_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validation_state.h; sourceTree = ""; }; - A9F7B33829425A1800B30DA7 /* validate_constants.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_constants.cpp; sourceTree = ""; }; - A9F7B33929425A1800B30DA7 /* validate_bitwise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_bitwise.cpp; sourceTree = ""; }; - A9F7B33A29425A1800B30DA7 /* validate_extensions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_extensions.cpp; sourceTree = ""; }; - A9F7B33B29425A1800B30DA7 /* construct.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = construct.cpp; sourceTree = ""; }; - A9F7B33C29425A1800B30DA7 /* function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = function.cpp; sourceTree = ""; }; - A9F7B33D29425A1800B30DA7 /* validate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate.h; sourceTree = ""; }; - A9F7B33E29425A1800B30DA7 /* validate_adjacency.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_adjacency.cpp; sourceTree = ""; }; - A9F7B33F29425A1800B30DA7 /* validate_conversion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_conversion.cpp; sourceTree = ""; }; - A9F7B34029425A1800B30DA7 /* validate_small_type_uses.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_small_type_uses.cpp; sourceTree = ""; }; - A9F7B34129425A1800B30DA7 /* validate_scopes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate_scopes.h; sourceTree = ""; }; - A9F7B34229425A1800B30DA7 /* validate_id.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_id.cpp; sourceTree = ""; }; - A9F7B34329425A1800B30DA7 /* validate_memory_semantics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = validate_memory_semantics.h; sourceTree = ""; }; - A9F7B34429425A1800B30DA7 /* validate_arithmetics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_arithmetics.cpp; sourceTree = ""; }; - A9F7B34529425A1800B30DA7 /* validate_mode_setting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_mode_setting.cpp; sourceTree = ""; }; - A9F7B34629425A1800B30DA7 /* validate_memory_semantics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_memory_semantics.cpp; sourceTree = ""; }; - A9F7B34729425A1800B30DA7 /* validate_logicals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_logicals.cpp; sourceTree = ""; }; - A9F7B34829425A1800B30DA7 /* validate_derivatives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_derivatives.cpp; sourceTree = ""; }; - A9F7B34929425A1800B30DA7 /* validate_memory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_memory.cpp; sourceTree = ""; }; - A9F7B34A29425A1800B30DA7 /* validate_image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_image.cpp; sourceTree = ""; }; - A9F7B34B29425A1800B30DA7 /* validate_literals.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_literals.cpp; sourceTree = ""; }; - A9F7B34C29425A1800B30DA7 /* instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = instruction.cpp; sourceTree = ""; }; - A9F7B34D29425A1800B30DA7 /* validate_type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_type.cpp; sourceTree = ""; }; - A9F7B34E29425A1800B30DA7 /* instruction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = instruction.h; sourceTree = ""; }; - A9F7B34F29425A1800B30DA7 /* validate_mesh_shading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_mesh_shading.cpp; sourceTree = ""; }; - A9F7B35029425A1800B30DA7 /* validate_execution_limitations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_execution_limitations.cpp; sourceTree = ""; }; - A9F7B35129425A1800B30DA7 /* validate_layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_layout.cpp; sourceTree = ""; }; - A9F7B35229425A1800B30DA7 /* basic_block.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = basic_block.cpp; sourceTree = ""; }; - A9F7B35329425A1800B30DA7 /* validate_function.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_function.cpp; sourceTree = ""; }; - A9F7B35429425A1800B30DA7 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = function.h; sourceTree = ""; }; - A9F7B35529425A1800B30DA7 /* validate_composites.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_composites.cpp; sourceTree = ""; }; - A9F7B35629425A1800B30DA7 /* validation_state.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validation_state.cpp; sourceTree = ""; }; - A9F7B35729425A1800B30DA7 /* validate_primitives.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = validate_primitives.cpp; sourceTree = ""; }; - A9F7B35829425A1800B30DA7 /* decoration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decoration.h; sourceTree = ""; }; A9FC5F7F249DA96D003CB086 /* package_ext_libs_finish.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = package_ext_libs_finish.sh; sourceTree = ""; }; DCFD7CA32A45BA7D007BBBF7 /* libSPIRVCross.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSPIRVCross.a; sourceTree = BUILT_PRODUCTS_DIR; }; DCFD7D0B2A45BA92007BBBF7 /* libglslang.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libglslang.a; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2961,7 +2991,7 @@ A972A82421CECC410013AB25 /* SPIRV-Tools */ = { isa = PBXGroup; children = ( - A9F7B00C29425A1700B30DA7 /* source */, + A9A9D44F2C437C6900B4ACDC /* source */, ); name = "SPIRV-Tools"; path = "glslang/External/spirv-tools"; @@ -3203,516 +3233,522 @@ path = GenericCodeGen; sourceTree = ""; }; - A9F55D24198BE6A7004EC31B = { + A9A9D1002C437C6900B4ACDC /* diff */ = { isa = PBXGroup; children = ( - A9C2104521D14FD7006BA2D3 /* fetchDependencies */, - A9C2104721D15843006BA2D3 /* ExternalRevisions */, - A90FD9E921CC519E00B92BB2 /* External */, - A9679AAB21D2699800856BF7 /* Scripts */, - A972AD2421CEE30F0013AB25 /* Products */, - DCFD7CA32A45BA7D007BBBF7 /* libSPIRVCross.a */, - DCFD7D0B2A45BA92007BBBF7 /* libglslang.a */, - DCFD7EC02A45BA9C007BBBF7 /* libSPIRVTools.a */, + A9A9D0FC2C437C6900B4ACDC /* CMakeLists.txt */, + A9A9D0FD2C437C6900B4ACDC /* diff.cpp */, + A9A9D0FE2C437C6900B4ACDC /* diff.h */, + A9A9D0FF2C437C6900B4ACDC /* lcs.h */, ); + path = diff; sourceTree = ""; }; - A9F7B00C29425A1700B30DA7 /* source */ = { + A9A9D28F2C437C6900B4ACDC /* link */ = { isa = PBXGroup; children = ( - A9F7B00D29425A1700B30DA7 /* spirv_target_env.cpp */, - A9F7B00E29425A1700B30DA7 /* spirv_fuzzer_options.h */, - A9F7B00F29425A1700B30DA7 /* assembly_grammar.h */, - A9F7B01029425A1700B30DA7 /* lint */, - A9F7B01729425A1700B30DA7 /* enum_set.h */, - A9F7B01829425A1700B30DA7 /* CMakeLists.txt */, - A9F7B01929425A1700B30DA7 /* text.cpp */, - A9F7B01A29425A1700B30DA7 /* assembly_grammar.cpp */, - A9F7B01B29425A1700B30DA7 /* text.h */, - A9F7B01C29425A1700B30DA7 /* extensions.cpp */, - A9F7B01D29425A1700B30DA7 /* pch_source.cpp */, - A9F7B01E29425A1700B30DA7 /* util */, - A9F7B02E29425A1700B30DA7 /* spirv_target_env.h */, - A9F7B02F29425A1700B30DA7 /* table.cpp */, - A9F7B03029425A1700B30DA7 /* reduce */, - A9F7B07029425A1700B30DA7 /* latest_version_opencl_std_header.h */, - A9F7B07129425A1700B30DA7 /* spirv_optimizer_options.cpp */, - A9F7B07229425A1700B30DA7 /* cfa.h */, - A9F7B07329425A1700B30DA7 /* pch_source.h */, - A9F7B07429425A1700B30DA7 /* enum_string_mapping.h */, - A9F7B07529425A1700B30DA7 /* spirv_fuzzer_options.cpp */, - A9F7B07629425A1700B30DA7 /* spirv_reducer_options.h */, - A9F7B07729425A1700B30DA7 /* spirv_validator_options.cpp */, - A9F7B07E29425A1700B30DA7 /* print.cpp */, - A9F7B07F29425A1700B30DA7 /* spirv_definition.h */, - A9F7B08029425A1700B30DA7 /* operand.h */, - A9F7B08129425A1700B30DA7 /* spirv_endian.cpp */, - A9F7B08229425A1700B30DA7 /* macro.h */, - A9F7B08329425A1700B30DA7 /* spirv_constant.h */, - A9F7B08429425A1700B30DA7 /* binary.cpp */, - A9F7B08529425A1700B30DA7 /* diff */, - A9F7B08A29425A1700B30DA7 /* spirv_validator_options.h */, - A9F7B08B29425A1700B30DA7 /* enum_string_mapping.cpp */, - A9F7B08C29425A1700B30DA7 /* text_handler.h */, - A9F7B08D29425A1700B30DA7 /* parsed_operand.h */, - A9F7B08E29425A1700B30DA7 /* name_mapper.h */, - A9F7B08F29425A1700B30DA7 /* spirv_reducer_options.cpp */, - A9F7B09029425A1700B30DA7 /* parsed_operand.cpp */, - A9F7B09129425A1700B30DA7 /* diagnostic.h */, - A9F7B09229425A1700B30DA7 /* spirv_endian.h */, - A9F7B09329425A1700B30DA7 /* name_mapper.cpp */, - A9F7B09429425A1700B30DA7 /* link */, - A9F7B09729425A1700B30DA7 /* common_debug_info.h */, - A9F7B09829425A1700B30DA7 /* software_version.cpp */, - A9F7B09929425A1700B30DA7 /* opcode.cpp */, - A9F7B09A29425A1700B30DA7 /* print.h */, - A9F7B09B29425A1700B30DA7 /* ext_inst.cpp */, - A9F7B09C29425A1700B30DA7 /* disassemble.h */, - A9F7B09D29425A1700B30DA7 /* opt */, - A9F7B18929425A1800B30DA7 /* table.h */, - A9F7B31629425A1800B30DA7 /* ext_inst.h */, - A9F7B31729425A1800B30DA7 /* diagnostic.cpp */, - A9F7B31829425A1800B30DA7 /* latest_version_spirv_header.h */, - A9F7B31929425A1800B30DA7 /* libspirv.cpp */, - A9F7B31A29425A1800B30DA7 /* instruction.h */, - A9F7B31B29425A1800B30DA7 /* spirv_optimizer_options.h */, - A9F7B31C29425A1800B30DA7 /* opcode.h */, - A9F7B31D29425A1800B30DA7 /* operand.cpp */, - A9F7B31E29425A1800B30DA7 /* latest_version_glsl_std_450_header.h */, - A9F7B31F29425A1800B30DA7 /* extensions.h */, - A9F7B32029425A1800B30DA7 /* disassemble.cpp */, - A9F7B32129425A1800B30DA7 /* binary.h */, - A9F7B32229425A1800B30DA7 /* text_handler.cpp */, - A9F7B32329425A1800B30DA7 /* val */, + A9A9D28D2C437C6900B4ACDC /* CMakeLists.txt */, + A9A9D28E2C437C6900B4ACDC /* linker.cpp */, ); - path = source; + path = link; sourceTree = ""; }; - A9F7B01029425A1700B30DA7 /* lint */ = { + A9A9D2962C437C6900B4ACDC /* lint */ = { isa = PBXGroup; children = ( - A9F7B01129425A1700B30DA7 /* CMakeLists.txt */, - A9F7B01229425A1700B30DA7 /* lint_divergent_derivatives.cpp */, - A9F7B01329425A1700B30DA7 /* linter.cpp */, - A9F7B01429425A1700B30DA7 /* divergence_analysis.cpp */, - A9F7B01529425A1700B30DA7 /* lints.h */, - A9F7B01629425A1700B30DA7 /* divergence_analysis.h */, + A9A9D2902C437C6900B4ACDC /* CMakeLists.txt */, + A9A9D2912C437C6900B4ACDC /* divergence_analysis.cpp */, + A9A9D2922C437C6900B4ACDC /* divergence_analysis.h */, + A9A9D2932C437C6900B4ACDC /* lint_divergent_derivatives.cpp */, + A9A9D2942C437C6900B4ACDC /* linter.cpp */, + A9A9D2952C437C6900B4ACDC /* lints.h */, ); path = lint; sourceTree = ""; }; - A9F7B01E29425A1700B30DA7 /* util */ = { + A9A9D3882C437C6900B4ACDC /* opt */ = { isa = PBXGroup; children = ( - A9F7B01F29425A1700B30DA7 /* parse_number.h */, - A9F7B02029425A1700B30DA7 /* ilist_node.h */, - A9F7B02129425A1700B30DA7 /* make_unique.h */, - A9F7B02229425A1700B30DA7 /* string_utils.h */, - A9F7B02329425A1700B30DA7 /* small_vector.h */, - A9F7B02429425A1700B30DA7 /* hash_combine.h */, - A9F7B02529425A1700B30DA7 /* timer.cpp */, - A9F7B02629425A1700B30DA7 /* timer.h */, - A9F7B02729425A1700B30DA7 /* string_utils.cpp */, - A9F7B02829425A1700B30DA7 /* bit_vector.h */, - A9F7B02929425A1700B30DA7 /* bitutils.h */, - A9F7B02A29425A1700B30DA7 /* hex_float.h */, - A9F7B02B29425A1700B30DA7 /* parse_number.cpp */, - A9F7B02C29425A1700B30DA7 /* bit_vector.cpp */, - A9F7B02D29425A1700B30DA7 /* ilist.h */, + A9A9D2972C437C6900B4ACDC /* aggressive_dead_code_elim_pass.cpp */, + A9A9D2982C437C6900B4ACDC /* aggressive_dead_code_elim_pass.h */, + A9A9D2992C437C6900B4ACDC /* amd_ext_to_khr.cpp */, + A9A9D29A2C437C6900B4ACDC /* amd_ext_to_khr.h */, + A9A9D29B2C437C6900B4ACDC /* analyze_live_input_pass.cpp */, + A9A9D29C2C437C6900B4ACDC /* analyze_live_input_pass.h */, + A9A9D29D2C437C6900B4ACDC /* basic_block.cpp */, + A9A9D29E2C437C6900B4ACDC /* basic_block.h */, + A9A9D29F2C437C6900B4ACDC /* block_merge_pass.cpp */, + A9A9D2A02C437C6900B4ACDC /* block_merge_pass.h */, + A9A9D2A12C437C6900B4ACDC /* block_merge_util.cpp */, + A9A9D2A22C437C6900B4ACDC /* block_merge_util.h */, + A9A9D2A32C437C6900B4ACDC /* build_module.cpp */, + A9A9D2A42C437C6900B4ACDC /* build_module.h */, + A9A9D2A52C437C6900B4ACDC /* ccp_pass.cpp */, + A9A9D2A62C437C6900B4ACDC /* ccp_pass.h */, + A9A9D2A72C437C6900B4ACDC /* cfg_cleanup_pass.cpp */, + A9A9D2A82C437C6900B4ACDC /* cfg_cleanup_pass.h */, + A9A9D2A92C437C6900B4ACDC /* cfg.cpp */, + A9A9D2AA2C437C6900B4ACDC /* cfg.h */, + A9A9D2AB2C437C6900B4ACDC /* CMakeLists.txt */, + A9A9D2AC2C437C6900B4ACDC /* code_sink.cpp */, + A9A9D2AD2C437C6900B4ACDC /* code_sink.h */, + A9A9D2AE2C437C6900B4ACDC /* combine_access_chains.cpp */, + A9A9D2AF2C437C6900B4ACDC /* combine_access_chains.h */, + A9A9D2B02C437C6900B4ACDC /* compact_ids_pass.cpp */, + A9A9D2B12C437C6900B4ACDC /* compact_ids_pass.h */, + A9A9D2B22C437C6900B4ACDC /* composite.cpp */, + A9A9D2B32C437C6900B4ACDC /* composite.h */, + A9A9D2B42C437C6900B4ACDC /* const_folding_rules.cpp */, + A9A9D2B52C437C6900B4ACDC /* const_folding_rules.h */, + A9A9D2B62C437C6900B4ACDC /* constants.cpp */, + A9A9D2B72C437C6900B4ACDC /* constants.h */, + A9A9D2B82C437C6900B4ACDC /* control_dependence.cpp */, + A9A9D2B92C437C6900B4ACDC /* control_dependence.h */, + A9A9D2BA2C437C6900B4ACDC /* convert_to_half_pass.cpp */, + A9A9D2BB2C437C6900B4ACDC /* convert_to_half_pass.h */, + A9A9D2BC2C437C6900B4ACDC /* convert_to_sampled_image_pass.cpp */, + A9A9D2BD2C437C6900B4ACDC /* convert_to_sampled_image_pass.h */, + A9A9D2BE2C437C6900B4ACDC /* copy_prop_arrays.cpp */, + A9A9D2BF2C437C6900B4ACDC /* copy_prop_arrays.h */, + A9A9D2C02C437C6900B4ACDC /* dataflow.cpp */, + A9A9D2C12C437C6900B4ACDC /* dataflow.h */, + A9A9D2C22C437C6900B4ACDC /* dead_branch_elim_pass.cpp */, + A9A9D2C32C437C6900B4ACDC /* dead_branch_elim_pass.h */, + A9A9D2C42C437C6900B4ACDC /* dead_insert_elim_pass.cpp */, + A9A9D2C52C437C6900B4ACDC /* dead_insert_elim_pass.h */, + A9A9D2C62C437C6900B4ACDC /* dead_variable_elimination.cpp */, + A9A9D2C72C437C6900B4ACDC /* dead_variable_elimination.h */, + A9A9D2C82C437C6900B4ACDC /* debug_info_manager.cpp */, + A9A9D2C92C437C6900B4ACDC /* debug_info_manager.h */, + A9A9D2CA2C437C6900B4ACDC /* decoration_manager.cpp */, + A9A9D2CB2C437C6900B4ACDC /* decoration_manager.h */, + A9A9D2CC2C437C6900B4ACDC /* def_use_manager.cpp */, + A9A9D2CD2C437C6900B4ACDC /* def_use_manager.h */, + A9A9D2CE2C437C6900B4ACDC /* desc_sroa_util.cpp */, + A9A9D2CF2C437C6900B4ACDC /* desc_sroa_util.h */, + A9A9D2D02C437C6900B4ACDC /* desc_sroa.cpp */, + A9A9D2D12C437C6900B4ACDC /* desc_sroa.h */, + A9A9D2D22C437C6900B4ACDC /* dominator_analysis.cpp */, + A9A9D2D32C437C6900B4ACDC /* dominator_analysis.h */, + A9A9D2D42C437C6900B4ACDC /* dominator_tree.cpp */, + A9A9D2D52C437C6900B4ACDC /* dominator_tree.h */, + A9A9D2D62C437C6900B4ACDC /* eliminate_dead_constant_pass.cpp */, + A9A9D2D72C437C6900B4ACDC /* eliminate_dead_constant_pass.h */, + A9A9D2D82C437C6900B4ACDC /* eliminate_dead_functions_pass.cpp */, + A9A9D2D92C437C6900B4ACDC /* eliminate_dead_functions_pass.h */, + A9A9D2DA2C437C6900B4ACDC /* eliminate_dead_functions_util.cpp */, + A9A9D2DB2C437C6900B4ACDC /* eliminate_dead_functions_util.h */, + A9A9D2DC2C437C6900B4ACDC /* eliminate_dead_io_components_pass.cpp */, + A9A9D2DD2C437C6900B4ACDC /* eliminate_dead_io_components_pass.h */, + A9A9D2DE2C437C6900B4ACDC /* eliminate_dead_members_pass.cpp */, + A9A9D2DF2C437C6900B4ACDC /* eliminate_dead_members_pass.h */, + A9A9D2E02C437C6900B4ACDC /* eliminate_dead_output_stores_pass.cpp */, + A9A9D2E12C437C6900B4ACDC /* eliminate_dead_output_stores_pass.h */, + A9A9D2E22C437C6900B4ACDC /* empty_pass.h */, + A9A9D2E32C437C6900B4ACDC /* feature_manager.cpp */, + A9A9D2E42C437C6900B4ACDC /* feature_manager.h */, + A9A9D2E52C437C6900B4ACDC /* fix_func_call_arguments.cpp */, + A9A9D2E62C437C6900B4ACDC /* fix_func_call_arguments.h */, + A9A9D2E72C437C6900B4ACDC /* fix_storage_class.cpp */, + A9A9D2E82C437C6900B4ACDC /* fix_storage_class.h */, + A9A9D2E92C437C6900B4ACDC /* flatten_decoration_pass.cpp */, + A9A9D2EA2C437C6900B4ACDC /* flatten_decoration_pass.h */, + A9A9D2EB2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp */, + A9A9D2EC2C437C6900B4ACDC /* fold_spec_constant_op_and_composite_pass.h */, + A9A9D2ED2C437C6900B4ACDC /* fold.cpp */, + A9A9D2EE2C437C6900B4ACDC /* fold.h */, + A9A9D2EF2C437C6900B4ACDC /* folding_rules.cpp */, + A9A9D2F02C437C6900B4ACDC /* folding_rules.h */, + A9A9D2F12C437C6900B4ACDC /* freeze_spec_constant_value_pass.cpp */, + A9A9D2F22C437C6900B4ACDC /* freeze_spec_constant_value_pass.h */, + A9A9D2F32C437C6900B4ACDC /* function.cpp */, + A9A9D2F42C437C6900B4ACDC /* function.h */, + A9A9D2F52C437C6900B4ACDC /* graphics_robust_access_pass.cpp */, + A9A9D2F62C437C6900B4ACDC /* graphics_robust_access_pass.h */, + A9A9D2F72C437C6900B4ACDC /* if_conversion.cpp */, + A9A9D2F82C437C6900B4ACDC /* if_conversion.h */, + A9A9D2F92C437C6900B4ACDC /* inline_exhaustive_pass.cpp */, + A9A9D2FA2C437C6900B4ACDC /* inline_exhaustive_pass.h */, + A9A9D2FB2C437C6900B4ACDC /* inline_opaque_pass.cpp */, + A9A9D2FC2C437C6900B4ACDC /* inline_opaque_pass.h */, + A9A9D2FD2C437C6900B4ACDC /* inline_pass.cpp */, + A9A9D2FE2C437C6900B4ACDC /* inline_pass.h */, + A9A9D2FF2C437C6900B4ACDC /* inst_debug_printf_pass.cpp */, + A9A9D3002C437C6900B4ACDC /* inst_debug_printf_pass.h */, + A9A9D3012C437C6900B4ACDC /* instruction_list.cpp */, + A9A9D3022C437C6900B4ACDC /* instruction_list.h */, + A9A9D3032C437C6900B4ACDC /* instruction.cpp */, + A9A9D3042C437C6900B4ACDC /* instruction.h */, + A9A9D3052C437C6900B4ACDC /* instrument_pass.cpp */, + A9A9D3062C437C6900B4ACDC /* instrument_pass.h */, + A9A9D3072C437C6900B4ACDC /* interface_var_sroa.cpp */, + A9A9D3082C437C6900B4ACDC /* interface_var_sroa.h */, + A9A9D3092C437C6900B4ACDC /* interp_fixup_pass.cpp */, + A9A9D30A2C437C6900B4ACDC /* interp_fixup_pass.h */, + A9A9D30B2C437C6900B4ACDC /* invocation_interlock_placement_pass.cpp */, + A9A9D30C2C437C6900B4ACDC /* invocation_interlock_placement_pass.h */, + A9A9D30D2C437C6900B4ACDC /* ir_builder.h */, + A9A9D30E2C437C6900B4ACDC /* ir_context.cpp */, + A9A9D30F2C437C6900B4ACDC /* ir_context.h */, + A9A9D3102C437C6900B4ACDC /* ir_loader.cpp */, + A9A9D3112C437C6900B4ACDC /* ir_loader.h */, + A9A9D3122C437C6900B4ACDC /* iterator.h */, + A9A9D3132C437C6900B4ACDC /* licm_pass.cpp */, + A9A9D3142C437C6900B4ACDC /* licm_pass.h */, + A9A9D3152C437C6900B4ACDC /* liveness.cpp */, + A9A9D3162C437C6900B4ACDC /* liveness.h */, + A9A9D3172C437C6900B4ACDC /* local_access_chain_convert_pass.cpp */, + A9A9D3182C437C6900B4ACDC /* local_access_chain_convert_pass.h */, + A9A9D3192C437C6900B4ACDC /* local_redundancy_elimination.cpp */, + A9A9D31A2C437C6900B4ACDC /* local_redundancy_elimination.h */, + A9A9D31B2C437C6900B4ACDC /* local_single_block_elim_pass.cpp */, + A9A9D31C2C437C6900B4ACDC /* local_single_block_elim_pass.h */, + A9A9D31D2C437C6900B4ACDC /* local_single_store_elim_pass.cpp */, + A9A9D31E2C437C6900B4ACDC /* local_single_store_elim_pass.h */, + A9A9D31F2C437C6900B4ACDC /* log.h */, + A9A9D3202C437C6900B4ACDC /* loop_dependence_helpers.cpp */, + A9A9D3212C437C6900B4ACDC /* loop_dependence.cpp */, + A9A9D3222C437C6900B4ACDC /* loop_dependence.h */, + A9A9D3232C437C6900B4ACDC /* loop_descriptor.cpp */, + A9A9D3242C437C6900B4ACDC /* loop_descriptor.h */, + A9A9D3252C437C6900B4ACDC /* loop_fission.cpp */, + A9A9D3262C437C6900B4ACDC /* loop_fission.h */, + A9A9D3272C437C6900B4ACDC /* loop_fusion_pass.cpp */, + A9A9D3282C437C6900B4ACDC /* loop_fusion_pass.h */, + A9A9D3292C437C6900B4ACDC /* loop_fusion.cpp */, + A9A9D32A2C437C6900B4ACDC /* loop_fusion.h */, + A9A9D32B2C437C6900B4ACDC /* loop_peeling.cpp */, + A9A9D32C2C437C6900B4ACDC /* loop_peeling.h */, + A9A9D32D2C437C6900B4ACDC /* loop_unroller.cpp */, + A9A9D32E2C437C6900B4ACDC /* loop_unroller.h */, + A9A9D32F2C437C6900B4ACDC /* loop_unswitch_pass.cpp */, + A9A9D3302C437C6900B4ACDC /* loop_unswitch_pass.h */, + A9A9D3312C437C6900B4ACDC /* loop_utils.cpp */, + A9A9D3322C437C6900B4ACDC /* loop_utils.h */, + A9A9D3332C437C6900B4ACDC /* mem_pass.cpp */, + A9A9D3342C437C6900B4ACDC /* mem_pass.h */, + A9A9D3352C437C6900B4ACDC /* merge_return_pass.cpp */, + A9A9D3362C437C6900B4ACDC /* merge_return_pass.h */, + A9A9D3372C437C6900B4ACDC /* modify_maximal_reconvergence.cpp */, + A9A9D3382C437C6900B4ACDC /* modify_maximal_reconvergence.h */, + A9A9D3392C437C6900B4ACDC /* module.cpp */, + A9A9D33A2C437C6900B4ACDC /* module.h */, + A9A9D33B2C437C6900B4ACDC /* null_pass.h */, + A9A9D33C2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.cpp */, + A9A9D33D2C437C6900B4ACDC /* opextinst_forward_ref_fixup_pass.h */, + A9A9D33E2C437C6900B4ACDC /* optimizer.cpp */, + A9A9D33F2C437C6900B4ACDC /* pass_manager.cpp */, + A9A9D3402C437C6900B4ACDC /* pass_manager.h */, + A9A9D3412C437C6900B4ACDC /* pass.cpp */, + A9A9D3422C437C6900B4ACDC /* pass.h */, + A9A9D3432C437C6900B4ACDC /* passes.h */, + A9A9D3442C437C6900B4ACDC /* pch_source_opt.cpp */, + A9A9D3452C437C6900B4ACDC /* pch_source_opt.h */, + A9A9D3462C437C6900B4ACDC /* private_to_local_pass.cpp */, + A9A9D3472C437C6900B4ACDC /* private_to_local_pass.h */, + A9A9D3482C437C6900B4ACDC /* propagator.cpp */, + A9A9D3492C437C6900B4ACDC /* propagator.h */, + A9A9D34A2C437C6900B4ACDC /* reduce_load_size.cpp */, + A9A9D34B2C437C6900B4ACDC /* reduce_load_size.h */, + A9A9D34C2C437C6900B4ACDC /* redundancy_elimination.cpp */, + A9A9D34D2C437C6900B4ACDC /* redundancy_elimination.h */, + A9A9D34E2C437C6900B4ACDC /* reflect.h */, + A9A9D34F2C437C6900B4ACDC /* register_pressure.cpp */, + A9A9D3502C437C6900B4ACDC /* register_pressure.h */, + A9A9D3512C437C6900B4ACDC /* relax_float_ops_pass.cpp */, + A9A9D3522C437C6900B4ACDC /* relax_float_ops_pass.h */, + A9A9D3532C437C6900B4ACDC /* remove_dontinline_pass.cpp */, + A9A9D3542C437C6900B4ACDC /* remove_dontinline_pass.h */, + A9A9D3552C437C6900B4ACDC /* remove_duplicates_pass.cpp */, + A9A9D3562C437C6900B4ACDC /* remove_duplicates_pass.h */, + A9A9D3572C437C6900B4ACDC /* remove_unused_interface_variables_pass.cpp */, + A9A9D3582C437C6900B4ACDC /* remove_unused_interface_variables_pass.h */, + A9A9D3592C437C6900B4ACDC /* replace_desc_array_access_using_var_index.cpp */, + A9A9D35A2C437C6900B4ACDC /* replace_desc_array_access_using_var_index.h */, + A9A9D35B2C437C6900B4ACDC /* replace_invalid_opc.cpp */, + A9A9D35C2C437C6900B4ACDC /* replace_invalid_opc.h */, + A9A9D35D2C437C6900B4ACDC /* scalar_analysis_nodes.h */, + A9A9D35E2C437C6900B4ACDC /* scalar_analysis_simplification.cpp */, + A9A9D35F2C437C6900B4ACDC /* scalar_analysis.cpp */, + A9A9D3602C437C6900B4ACDC /* scalar_analysis.h */, + A9A9D3612C437C6900B4ACDC /* scalar_replacement_pass.cpp */, + A9A9D3622C437C6900B4ACDC /* scalar_replacement_pass.h */, + A9A9D3632C437C6900B4ACDC /* set_spec_constant_default_value_pass.cpp */, + A9A9D3642C437C6900B4ACDC /* set_spec_constant_default_value_pass.h */, + A9A9D3652C437C6900B4ACDC /* simplification_pass.cpp */, + A9A9D3662C437C6900B4ACDC /* simplification_pass.h */, + A9A9D3672C437C6900B4ACDC /* spread_volatile_semantics.cpp */, + A9A9D3682C437C6900B4ACDC /* spread_volatile_semantics.h */, + A9A9D3692C437C6900B4ACDC /* ssa_rewrite_pass.cpp */, + A9A9D36A2C437C6900B4ACDC /* ssa_rewrite_pass.h */, + A9A9D36B2C437C6900B4ACDC /* strength_reduction_pass.cpp */, + A9A9D36C2C437C6900B4ACDC /* strength_reduction_pass.h */, + A9A9D36D2C437C6900B4ACDC /* strip_debug_info_pass.cpp */, + A9A9D36E2C437C6900B4ACDC /* strip_debug_info_pass.h */, + A9A9D36F2C437C6900B4ACDC /* strip_nonsemantic_info_pass.cpp */, + A9A9D3702C437C6900B4ACDC /* strip_nonsemantic_info_pass.h */, + A9A9D3712C437C6900B4ACDC /* struct_cfg_analysis.cpp */, + A9A9D3722C437C6900B4ACDC /* struct_cfg_analysis.h */, + A9A9D3732C437C6900B4ACDC /* switch_descriptorset_pass.cpp */, + A9A9D3742C437C6900B4ACDC /* switch_descriptorset_pass.h */, + A9A9D3752C437C6900B4ACDC /* tree_iterator.h */, + A9A9D3762C437C6900B4ACDC /* trim_capabilities_pass.cpp */, + A9A9D3772C437C6900B4ACDC /* trim_capabilities_pass.h */, + A9A9D3782C437C6900B4ACDC /* type_manager.cpp */, + A9A9D3792C437C6900B4ACDC /* type_manager.h */, + A9A9D37A2C437C6900B4ACDC /* types.cpp */, + A9A9D37B2C437C6900B4ACDC /* types.h */, + A9A9D37C2C437C6900B4ACDC /* unify_const_pass.cpp */, + A9A9D37D2C437C6900B4ACDC /* unify_const_pass.h */, + A9A9D37E2C437C6900B4ACDC /* upgrade_memory_model.cpp */, + A9A9D37F2C437C6900B4ACDC /* upgrade_memory_model.h */, + A9A9D3802C437C6900B4ACDC /* value_number_table.cpp */, + A9A9D3812C437C6900B4ACDC /* value_number_table.h */, + A9A9D3822C437C6900B4ACDC /* vector_dce.cpp */, + A9A9D3832C437C6900B4ACDC /* vector_dce.h */, + A9A9D3842C437C6900B4ACDC /* workaround1209.cpp */, + A9A9D3852C437C6900B4ACDC /* workaround1209.h */, + A9A9D3862C437C6900B4ACDC /* wrap_opkill.cpp */, + A9A9D3872C437C6900B4ACDC /* wrap_opkill.h */, ); - path = util; + path = opt; sourceTree = ""; }; - A9F7B03029425A1700B30DA7 /* reduce */ = { + A9A9D3C82C437C6900B4ACDC /* reduce */ = { isa = PBXGroup; children = ( - A9F7B03129425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.h */, - A9F7B03229425A1700B30DA7 /* remove_selection_reduction_opportunity.cpp */, - A9F7B03329425A1700B30DA7 /* remove_block_reduction_opportunity.h */, - A9F7B03429425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h */, - A9F7B03529425A1700B30DA7 /* reduction_pass.cpp */, - A9F7B03629425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.h */, - A9F7B03729425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp */, - A9F7B03829425A1700B30DA7 /* operand_to_const_reduction_opportunity_finder.h */, - A9F7B03929425A1700B30DA7 /* CMakeLists.txt */, - A9F7B03A29425A1700B30DA7 /* reduction_util.cpp */, - A9F7B03B29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h */, - A9F7B03C29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp */, - A9F7B03D29425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h */, - A9F7B03E29425A1700B30DA7 /* remove_function_reduction_opportunity_finder.cpp */, - A9F7B03F29425A1700B30DA7 /* remove_instruction_reduction_opportunity.h */, - A9F7B04029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */, - A9F7B04129425A1700B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */, - A9F7B04229425A1700B30DA7 /* remove_function_reduction_opportunity.cpp */, - A9F7B04329425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp */, - A9F7B04429425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.cpp */, - A9F7B04529425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */, - A9F7B04629425A1700B30DA7 /* remove_struct_member_reduction_opportunity.h */, - A9F7B04729425A1700B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h */, - A9F7B04829425A1700B30DA7 /* merge_blocks_reduction_opportunity.cpp */, - A9F7B04929425A1700B30DA7 /* change_operand_reduction_opportunity.cpp */, - A9F7B04A29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.h */, - A9F7B04B29425A1700B30DA7 /* remove_function_reduction_opportunity.h */, - A9F7B04C29425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h */, - A9F7B04D29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.h */, - A9F7B04E29425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h */, - A9F7B04F29425A1700B30DA7 /* remove_selection_reduction_opportunity.h */, - A9F7B05029425A1700B30DA7 /* remove_instruction_reduction_opportunity.cpp */, - A9F7B05129425A1700B30DA7 /* remove_selection_reduction_opportunity_finder.h */, - A9F7B05229425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.h */, - A9F7B05329425A1700B30DA7 /* pch_source_reduce.cpp */, - A9F7B05429425A1700B30DA7 /* remove_struct_member_reduction_opportunity.cpp */, - A9F7B05529425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h */, - A9F7B05629425A1700B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp */, - A9F7B05729425A1700B30DA7 /* reducer.cpp */, - A9F7B05829425A1700B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp */, - A9F7B05929425A1700B30DA7 /* remove_function_reduction_opportunity_finder.h */, - A9F7B05A29425A1700B30DA7 /* pch_source_reduce.h */, - A9F7B05B29425A1700B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp */, - A9F7B05C29425A1700B30DA7 /* reduction_opportunity.cpp */, - A9F7B05D29425A1700B30DA7 /* reducer.h */, - A9F7B05E29425A1700B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp */, - A9F7B05F29425A1700B30DA7 /* reduction_opportunity.h */, - A9F7B06029425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */, - A9F7B06129425A1700B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp */, - A9F7B06229425A1700B30DA7 /* reduction_opportunity_finder.h */, - A9F7B06329425A1700B30DA7 /* change_operand_reduction_opportunity.h */, - A9F7B06429425A1700B30DA7 /* remove_block_reduction_opportunity_finder.h */, - A9F7B06529425A1700B30DA7 /* remove_block_reduction_opportunity_finder.cpp */, - A9F7B06629425A1700B30DA7 /* reduction_util.h */, - A9F7B06729425A1700B30DA7 /* merge_blocks_reduction_opportunity.h */, - A9F7B06829425A1700B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */, - A9F7B06929425A1700B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp */, - A9F7B06A29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp */, - A9F7B06B29425A1700B30DA7 /* remove_block_reduction_opportunity.cpp */, - A9F7B06C29425A1700B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp */, - A9F7B06D29425A1700B30DA7 /* reduction_opportunity_finder.cpp */, - A9F7B06E29425A1700B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp */, - A9F7B06F29425A1700B30DA7 /* reduction_pass.h */, + A9A9D3892C437C6900B4ACDC /* change_operand_reduction_opportunity.cpp */, + A9A9D38A2C437C6900B4ACDC /* change_operand_reduction_opportunity.h */, + A9A9D38B2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp */, + A9A9D38C2C437C6900B4ACDC /* change_operand_to_undef_reduction_opportunity.h */, + A9A9D38D2C437C6900B4ACDC /* CMakeLists.txt */, + A9A9D38E2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp */, + A9A9D38F2C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h */, + A9A9D3902C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp */, + A9A9D3912C437C6900B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h */, + A9A9D3922C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp */, + A9A9D3932C437C6900B4ACDC /* merge_blocks_reduction_opportunity_finder.h */, + A9A9D3942C437C6900B4ACDC /* merge_blocks_reduction_opportunity.cpp */, + A9A9D3952C437C6900B4ACDC /* merge_blocks_reduction_opportunity.h */, + A9A9D3962C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp */, + A9A9D3972C437C6900B4ACDC /* operand_to_const_reduction_opportunity_finder.h */, + A9A9D3982C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp */, + A9A9D3992C437C6900B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h */, + A9A9D39A2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp */, + A9A9D39B2C437C6900B4ACDC /* operand_to_undef_reduction_opportunity_finder.h */, + A9A9D39C2C437C6900B4ACDC /* pch_source_reduce.cpp */, + A9A9D39D2C437C6900B4ACDC /* pch_source_reduce.h */, + A9A9D39E2C437C6900B4ACDC /* reducer.cpp */, + A9A9D39F2C437C6900B4ACDC /* reducer.h */, + A9A9D3A02C437C6900B4ACDC /* reduction_opportunity_finder.cpp */, + A9A9D3A12C437C6900B4ACDC /* reduction_opportunity_finder.h */, + A9A9D3A22C437C6900B4ACDC /* reduction_opportunity.cpp */, + A9A9D3A32C437C6900B4ACDC /* reduction_opportunity.h */, + A9A9D3A42C437C6900B4ACDC /* reduction_pass.cpp */, + A9A9D3A52C437C6900B4ACDC /* reduction_pass.h */, + A9A9D3A62C437C6900B4ACDC /* reduction_util.cpp */, + A9A9D3A72C437C6900B4ACDC /* reduction_util.h */, + A9A9D3A82C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.cpp */, + A9A9D3A92C437C6900B4ACDC /* remove_block_reduction_opportunity_finder.h */, + A9A9D3AA2C437C6900B4ACDC /* remove_block_reduction_opportunity.cpp */, + A9A9D3AB2C437C6900B4ACDC /* remove_block_reduction_opportunity.h */, + A9A9D3AC2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.cpp */, + A9A9D3AD2C437C6900B4ACDC /* remove_function_reduction_opportunity_finder.h */, + A9A9D3AE2C437C6900B4ACDC /* remove_function_reduction_opportunity.cpp */, + A9A9D3AF2C437C6900B4ACDC /* remove_function_reduction_opportunity.h */, + A9A9D3B02C437C6900B4ACDC /* remove_instruction_reduction_opportunity.cpp */, + A9A9D3B12C437C6900B4ACDC /* remove_instruction_reduction_opportunity.h */, + A9A9D3B22C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.cpp */, + A9A9D3B32C437C6900B4ACDC /* remove_selection_reduction_opportunity_finder.h */, + A9A9D3B42C437C6900B4ACDC /* remove_selection_reduction_opportunity.cpp */, + A9A9D3B52C437C6900B4ACDC /* remove_selection_reduction_opportunity.h */, + A9A9D3B62C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.cpp */, + A9A9D3B72C437C6900B4ACDC /* remove_struct_member_reduction_opportunity.h */, + A9A9D3B82C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp */, + A9A9D3B92C437C6900B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h */, + A9A9D3BA2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp */, + A9A9D3BB2C437C6900B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h */, + A9A9D3BC2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp */, + A9A9D3BD2C437C6900B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h */, + A9A9D3BE2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp */, + A9A9D3BF2C437C6900B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h */, + A9A9D3C02C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp */, + A9A9D3C12C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h */, + A9A9D3C22C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp */, + A9A9D3C32C437C6900B4ACDC /* structured_construct_to_block_reduction_opportunity.h */, + A9A9D3C42C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp */, + A9A9D3C52C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h */, + A9A9D3C62C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp */, + A9A9D3C72C437C6900B4ACDC /* structured_loop_to_selection_reduction_opportunity.h */, ); path = reduce; sourceTree = ""; }; - A9F7B08529425A1700B30DA7 /* diff */ = { + A9A9D3D82C437C6900B4ACDC /* util */ = { isa = PBXGroup; children = ( - A9F7B08629425A1700B30DA7 /* CMakeLists.txt */, - A9F7B08729425A1700B30DA7 /* diff.h */, - A9F7B08829425A1700B30DA7 /* lcs.h */, - A9F7B08929425A1700B30DA7 /* diff.cpp */, + A9A9D3C92C437C6900B4ACDC /* bit_vector.cpp */, + A9A9D3CA2C437C6900B4ACDC /* bit_vector.h */, + A9A9D3CB2C437C6900B4ACDC /* bitutils.h */, + A9A9D3CC2C437C6900B4ACDC /* hash_combine.h */, + A9A9D3CD2C437C6900B4ACDC /* hex_float.h */, + A9A9D3CE2C437C6900B4ACDC /* ilist_node.h */, + A9A9D3CF2C437C6900B4ACDC /* ilist.h */, + A9A9D3D02C437C6900B4ACDC /* make_unique.h */, + A9A9D3D12C437C6900B4ACDC /* parse_number.cpp */, + A9A9D3D22C437C6900B4ACDC /* parse_number.h */, + A9A9D3D32C437C6900B4ACDC /* small_vector.h */, + A9A9D3D42C437C6900B4ACDC /* string_utils.cpp */, + A9A9D3D52C437C6900B4ACDC /* string_utils.h */, + A9A9D3D62C437C6900B4ACDC /* timer.cpp */, + A9A9D3D72C437C6900B4ACDC /* timer.h */, ); - path = diff; + path = util; sourceTree = ""; }; - A9F7B09429425A1700B30DA7 /* link */ = { + A9A9D40E2C437C6900B4ACDC /* val */ = { isa = PBXGroup; children = ( - A9F7B09529425A1700B30DA7 /* CMakeLists.txt */, - A9F7B09629425A1700B30DA7 /* linker.cpp */, + A9A9D3D92C437C6900B4ACDC /* basic_block.cpp */, + A9A9D3DA2C437C6900B4ACDC /* basic_block.h */, + A9A9D3DB2C437C6900B4ACDC /* construct.cpp */, + A9A9D3DC2C437C6900B4ACDC /* construct.h */, + A9A9D3DD2C437C6900B4ACDC /* decoration.h */, + A9A9D3DE2C437C6900B4ACDC /* function.cpp */, + A9A9D3DF2C437C6900B4ACDC /* function.h */, + A9A9D3E02C437C6900B4ACDC /* instruction.cpp */, + A9A9D3E12C437C6900B4ACDC /* instruction.h */, + A9A9D3E22C437C6900B4ACDC /* validate_adjacency.cpp */, + A9A9D3E32C437C6900B4ACDC /* validate_annotation.cpp */, + A9A9D3E42C437C6900B4ACDC /* validate_arithmetics.cpp */, + A9A9D3E52C437C6900B4ACDC /* validate_atomics.cpp */, + A9A9D3E62C437C6900B4ACDC /* validate_barriers.cpp */, + A9A9D3E72C437C6900B4ACDC /* validate_bitwise.cpp */, + A9A9D3E82C437C6900B4ACDC /* validate_builtins.cpp */, + A9A9D3E92C437C6900B4ACDC /* validate_capability.cpp */, + A9A9D3EA2C437C6900B4ACDC /* validate_cfg.cpp */, + A9A9D3EB2C437C6900B4ACDC /* validate_composites.cpp */, + A9A9D3EC2C437C6900B4ACDC /* validate_constants.cpp */, + A9A9D3ED2C437C6900B4ACDC /* validate_conversion.cpp */, + A9A9D3EE2C437C6900B4ACDC /* validate_debug.cpp */, + A9A9D3EF2C437C6900B4ACDC /* validate_decorations.cpp */, + A9A9D3F02C437C6900B4ACDC /* validate_derivatives.cpp */, + A9A9D3F12C437C6900B4ACDC /* validate_execution_limitations.cpp */, + A9A9D3F22C437C6900B4ACDC /* validate_extensions.cpp */, + A9A9D3F32C437C6900B4ACDC /* validate_function.cpp */, + A9A9D3F42C437C6900B4ACDC /* validate_id.cpp */, + A9A9D3F52C437C6900B4ACDC /* validate_image.cpp */, + A9A9D3F62C437C6900B4ACDC /* validate_instruction.cpp */, + A9A9D3F72C437C6900B4ACDC /* validate_interfaces.cpp */, + A9A9D3F82C437C6900B4ACDC /* validate_layout.cpp */, + A9A9D3F92C437C6900B4ACDC /* validate_literals.cpp */, + A9A9D3FA2C437C6900B4ACDC /* validate_logicals.cpp */, + A9A9D3FB2C437C6900B4ACDC /* validate_memory_semantics.cpp */, + A9A9D3FC2C437C6900B4ACDC /* validate_memory_semantics.h */, + A9A9D3FD2C437C6900B4ACDC /* validate_memory.cpp */, + A9A9D3FE2C437C6900B4ACDC /* validate_mesh_shading.cpp */, + A9A9D3FF2C437C6900B4ACDC /* validate_misc.cpp */, + A9A9D4002C437C6900B4ACDC /* validate_mode_setting.cpp */, + A9A9D4012C437C6900B4ACDC /* validate_non_uniform.cpp */, + A9A9D4022C437C6900B4ACDC /* validate_primitives.cpp */, + A9A9D4032C437C6900B4ACDC /* validate_ray_query.cpp */, + A9A9D4042C437C6900B4ACDC /* validate_ray_tracing_reorder.cpp */, + A9A9D4052C437C6900B4ACDC /* validate_ray_tracing.cpp */, + A9A9D4062C437C6900B4ACDC /* validate_scopes.cpp */, + A9A9D4072C437C6900B4ACDC /* validate_scopes.h */, + A9A9D4082C437C6900B4ACDC /* validate_small_type_uses.cpp */, + A9A9D4092C437C6900B4ACDC /* validate_type.cpp */, + A9A9D40A2C437C6900B4ACDC /* validate.cpp */, + A9A9D40B2C437C6900B4ACDC /* validate.h */, + A9A9D40C2C437C6900B4ACDC /* validation_state.cpp */, + A9A9D40D2C437C6900B4ACDC /* validation_state.h */, ); - path = link; + path = val; sourceTree = ""; }; - A9F7B09D29425A1700B30DA7 /* opt */ = { + A9A9D44F2C437C6900B4ACDC /* source */ = { isa = PBXGroup; children = ( - A9F7B09E29425A1700B30DA7 /* optimizer.cpp */, - A9F7B09F29425A1700B30DA7 /* if_conversion.h */, - A9F7B0A029425A1700B30DA7 /* register_pressure.cpp */, - A9F7B0A129425A1700B30DA7 /* loop_utils.cpp */, - A9F7B0A229425A1700B30DA7 /* strip_nonsemantic_info_pass.h */, - A9F7B0A329425A1700B30DA7 /* spread_volatile_semantics.cpp */, - A9F7B0A429425A1700B30DA7 /* merge_return_pass.h */, - A9F7B0A529425A1700B30DA7 /* inline_opaque_pass.h */, - A9F7B0A629425A1700B30DA7 /* loop_fusion.h */, - A9F7B0A729425A1700B30DA7 /* combine_access_chains.cpp */, - A9F7B0A829425A1700B30DA7 /* build_module.cpp */, - A9F7B0A929425A1700B30DA7 /* eliminate_dead_output_stores_pass.cpp */, - A9F7B0AA29425A1700B30DA7 /* composite.h */, - A9F7B0AB29425A1700B30DA7 /* liveness.cpp */, - A9F7B0AC29425A1700B30DA7 /* compact_ids_pass.h */, - A9F7B0AD29425A1700B30DA7 /* register_pressure.h */, - A9F7B0AE29425A1700B30DA7 /* tree_iterator.h */, - A9F7B0AF29425A1700B30DA7 /* interface_var_sroa.h */, - A9F7B0B029425A1700B30DA7 /* graphics_robust_access_pass.h */, - A9F7B0B129425A1700B30DA7 /* local_single_store_elim_pass.h */, - A9F7B0B229425A1700B30DA7 /* reduce_load_size.h */, - A9F7B0B329425A1700B30DA7 /* code_sink.cpp */, - A9F7B0B429425A1700B30DA7 /* types.cpp */, - A9F7B0B529425A1700B30DA7 /* scalar_analysis.h */, - A9F7B0B629425A1700B30DA7 /* strip_debug_info_pass.h */, - A9F7B0B729425A1700B30DA7 /* replace_desc_array_access_using_var_index.h */, - A9F7B0B829425A1700B30DA7 /* cfg.cpp */, - A9F7B0B929425A1700B30DA7 /* decoration_manager.cpp */, - A9F7B0BA29425A1700B30DA7 /* local_single_block_elim_pass.cpp */, - A9F7B0BB29425A1700B30DA7 /* freeze_spec_constant_value_pass.cpp */, - A9F7B0BC29425A1700B30DA7 /* replace_invalid_opc.h */, - A9F7B0BD29425A1700B30DA7 /* eliminate_dead_output_stores_pass.h */, - A9F7B0BE29425A1700B30DA7 /* local_access_chain_convert_pass.h */, - A9F7B0BF29425A1700B30DA7 /* inst_bindless_check_pass.cpp */, - A9F7B0C029425A1700B30DA7 /* local_redundancy_elimination.cpp */, - A9F7B0C129425A1700B30DA7 /* CMakeLists.txt */, - A9F7B0C229425A1700B30DA7 /* instrument_pass.cpp */, - A9F7B0C329425A1700B30DA7 /* propagator.h */, - A9F7B0C429425A1700B30DA7 /* instruction_list.h */, - A9F7B0C529425A1700B30DA7 /* feature_manager.cpp */, - A9F7B0C629425A1700B30DA7 /* pass.cpp */, - A9F7B0C729425A1700B30DA7 /* loop_fission.cpp */, - A9F7B0C829425A1700B30DA7 /* dominator_tree.cpp */, - A9F7B0C929425A1700B30DA7 /* amd_ext_to_khr.h */, - A9F7B0CA29425A1700B30DA7 /* merge_return_pass.cpp */, - A9F7B0CB29425A1700B30DA7 /* ir_context.h */, - A9F7B0CC29425A1700B30DA7 /* eliminate_dead_constant_pass.cpp */, - A9F7B0CD29425A1700B30DA7 /* control_dependence.h */, - A9F7B0CE29425A1700B30DA7 /* cfg_cleanup_pass.cpp */, - A9F7B0CF29425A1700B30DA7 /* wrap_opkill.cpp */, - A9F7B0D029425A1700B30DA7 /* eliminate_dead_io_components_pass.cpp */, - A9F7B0D129425A1700B30DA7 /* const_folding_rules.cpp */, - A9F7B0D229425A1700B30DA7 /* liveness.h */, - A9F7B0D329425A1700B30DA7 /* loop_unroller.h */, - A9F7B0D429425A1700B30DA7 /* strip_debug_info_pass.cpp */, - A9F7B0D529425A1700B30DA7 /* ssa_rewrite_pass.cpp */, - A9F7B0D629425A1700B30DA7 /* loop_dependence.cpp */, - A9F7B0D729425A1700B30DA7 /* unify_const_pass.h */, - A9F7B0D829425A1700B30DA7 /* ir_loader.h */, - A9F7B0D929425A1700B30DA7 /* inst_debug_printf_pass.cpp */, - A9F7B0DA29425A1700B30DA7 /* types.h */, - A9F7B0DB29425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.h */, - A9F7B0DC29425A1700B30DA7 /* mem_pass.cpp */, - A9F7B0DD29425A1700B30DA7 /* basic_block.h */, - A9F7B0DE29425A1700B30DA7 /* remove_duplicates_pass.cpp */, - A9F7B0DF29425A1700B30DA7 /* dead_variable_elimination.cpp */, - A9F7B0E029425A1700B30DA7 /* block_merge_pass.h */, - A9F7B0E129425A1700B30DA7 /* module.cpp */, - A9F7B0E229425A1700B30DA7 /* debug_info_manager.h */, - A9F7B0E329425A1700B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp */, - A9F7B0E429425A1700B30DA7 /* loop_unswitch_pass.cpp */, - A9F7B0E529425A1700B30DA7 /* unify_const_pass.cpp */, - A9F7B0E629425A1700B30DA7 /* type_manager.cpp */, - A9F7B0E729425A1700B30DA7 /* private_to_local_pass.h */, - A9F7B0E829425A1700B30DA7 /* convert_to_half_pass.h */, - A9F7B0E929425A1700B30DA7 /* remove_dontinline_pass.h */, - A9F7B0EA29425A1700B30DA7 /* relax_float_ops_pass.h */, - A9F7B0EB29425A1700B30DA7 /* inline_pass.cpp */, - A9F7B0EC29425A1700B30DA7 /* def_use_manager.h */, - A9F7B0ED29425A1700B30DA7 /* ir_loader.cpp */, - A9F7B0EE29425A1700B30DA7 /* convert_to_sampled_image_pass.h */, - A9F7B0EF29425A1700B30DA7 /* cfg_cleanup_pass.h */, - A9F7B0F029425A1700B30DA7 /* licm_pass.cpp */, - A9F7B0F129425A1700B30DA7 /* eliminate_dead_functions_pass.cpp */, - A9F7B0F229425A1700B30DA7 /* local_redundancy_elimination.h */, - A9F7B0F329425A1700B30DA7 /* loop_peeling.h */, - A9F7B0F429425A1700B30DA7 /* vector_dce.cpp */, - A9F7B0F529425A1700B30DA7 /* block_merge_util.h */, - A9F7B0F629425A1700B30DA7 /* loop_unroller.cpp */, - A9F7B0F729425A1700B30DA7 /* desc_sroa.h */, - A9F7B0F829425A1700B30DA7 /* constants.cpp */, - A9F7B0F929425A1700B30DA7 /* loop_fusion_pass.h */, - A9F7B0FA29425A1700B30DA7 /* struct_cfg_analysis.h */, - A9F7B0FB29425A1700B30DA7 /* desc_sroa_util.cpp */, - A9F7B0FC29425A1700B30DA7 /* inst_buff_addr_check_pass.cpp */, - A9F7B0FD29425A1700B30DA7 /* def_use_manager.cpp */, - A9F7B0FE29425A1700B30DA7 /* wrap_opkill.h */, - A9F7B0FF29425A1800B30DA7 /* empty_pass.h */, - A9F7B10029425A1800B30DA7 /* decoration_manager.h */, - A9F7B10129425A1800B30DA7 /* ccp_pass.cpp */, - A9F7B10229425A1800B30DA7 /* local_single_block_elim_pass.h */, - A9F7B10329425A1800B30DA7 /* interp_fixup_pass.h */, - A9F7B10429425A1800B30DA7 /* eliminate_dead_io_components_pass.h */, - A9F7B10529425A1800B30DA7 /* pch_source_opt.cpp */, - A9F7B10629425A1800B30DA7 /* inst_buff_addr_check_pass.h */, - A9F7B10729425A1800B30DA7 /* strength_reduction_pass.h */, - A9F7B10829425A1800B30DA7 /* aggressive_dead_code_elim_pass.cpp */, - A9F7B10929425A1800B30DA7 /* eliminate_dead_functions_util.cpp */, - A9F7B10A29425A1800B30DA7 /* inst_debug_printf_pass.h */, - A9F7B10B29425A1800B30DA7 /* simplification_pass.cpp */, - A9F7B10C29425A1800B30DA7 /* dead_branch_elim_pass.cpp */, - A9F7B10D29425A1800B30DA7 /* flatten_decoration_pass.cpp */, - A9F7B10E29425A1800B30DA7 /* dead_insert_elim_pass.h */, - A9F7B10F29425A1800B30DA7 /* folding_rules.cpp */, - A9F7B11029425A1800B30DA7 /* freeze_spec_constant_value_pass.h */, - A9F7B11129425A1800B30DA7 /* ir_context.cpp */, - A9F7B11229425A1800B30DA7 /* instrument_pass.h */, - A9F7B11329425A1800B30DA7 /* mem_pass.h */, - A9F7B11429425A1800B30DA7 /* loop_descriptor.cpp */, - A9F7B11529425A1800B30DA7 /* eliminate_dead_members_pass.h */, - A9F7B11629425A1800B30DA7 /* function.cpp */, - A9F7B11729425A1800B30DA7 /* instruction_list.cpp */, - A9F7B11829425A1800B30DA7 /* control_dependence.cpp */, - A9F7B11929425A1800B30DA7 /* composite.cpp */, - A9F7B11A29425A1800B30DA7 /* convert_to_half_pass.cpp */, - A9F7B11B29425A1800B30DA7 /* inline_pass.h */, - A9F7B11C29425A1800B30DA7 /* loop_dependence.h */, - A9F7B11D29425A1800B30DA7 /* value_number_table.h */, - A9F7B11E29425A1800B30DA7 /* strip_nonsemantic_info_pass.cpp */, - A9F7B11F29425A1800B30DA7 /* flatten_decoration_pass.h */, - A9F7B12029425A1800B30DA7 /* if_conversion.cpp */, - A9F7B12129425A1800B30DA7 /* fix_func_call_arguments.cpp */, - A9F7B12229425A1800B30DA7 /* debug_info_manager.cpp */, - A9F7B12329425A1800B30DA7 /* inline_exhaustive_pass.h */, - A9F7B12429425A1800B30DA7 /* constants.h */, - A9F7B12529425A1800B30DA7 /* eliminate_dead_members_pass.cpp */, - A9F7B12629425A1800B30DA7 /* strength_reduction_pass.cpp */, - A9F7B12729425A1800B30DA7 /* desc_sroa.cpp */, - A9F7B12829425A1800B30DA7 /* block_merge_util.cpp */, - A9F7B12929425A1800B30DA7 /* upgrade_memory_model.h */, - A9F7B12A29425A1800B30DA7 /* copy_prop_arrays.cpp */, - A9F7B12B29425A1800B30DA7 /* analyze_live_input_pass.h */, - A9F7B12C29425A1800B30DA7 /* pass_manager.cpp */, - A9F7B12D29425A1800B30DA7 /* inline_exhaustive_pass.cpp */, - A9F7B12E29425A1800B30DA7 /* loop_fission.h */, - A9F7B12F29425A1800B30DA7 /* workaround1209.h */, - A9F7B13029425A1800B30DA7 /* loop_fusion_pass.cpp */, - A9F7B13129425A1800B30DA7 /* log.h */, - A9F7B13229425A1800B30DA7 /* copy_prop_arrays.h */, - A9F7B13329425A1800B30DA7 /* eliminate_dead_constant_pass.h */, - A9F7B13429425A1800B30DA7 /* dead_insert_elim_pass.cpp */, - A9F7B13529425A1800B30DA7 /* ssa_rewrite_pass.h */, - A9F7B13629425A1800B30DA7 /* scalar_analysis.cpp */, - A9F7B13729425A1800B30DA7 /* dead_variable_elimination.h */, - A9F7B13829425A1800B30DA7 /* block_merge_pass.cpp */, - A9F7B13929425A1800B30DA7 /* dominator_analysis.h */, - A9F7B13A29425A1800B30DA7 /* convert_to_sampled_image_pass.cpp */, - A9F7B13B29425A1800B30DA7 /* pass.h */, - A9F7B13C29425A1800B30DA7 /* folding_rules.h */, - A9F7B13D29425A1800B30DA7 /* eliminate_dead_functions_pass.h */, - A9F7B13E29425A1800B30DA7 /* eliminate_dead_functions_util.h */, - A9F7B13F29425A1800B30DA7 /* fold.h */, - A9F7B14029425A1800B30DA7 /* local_single_store_elim_pass.cpp */, - A9F7B14129425A1800B30DA7 /* dead_branch_elim_pass.h */, - A9F7B14229425A1800B30DA7 /* private_to_local_pass.cpp */, - A9F7B14329425A1800B30DA7 /* scalar_analysis_nodes.h */, - A9F7B14429425A1800B30DA7 /* propagator.cpp */, - A9F7B14529425A1800B30DA7 /* fix_storage_class.h */, - A9F7B14629425A1800B30DA7 /* loop_dependence_helpers.cpp */, - A9F7B14729425A1800B30DA7 /* set_spec_constant_default_value_pass.cpp */, - A9F7B14829425A1800B30DA7 /* passes.h */, - A9F7B14929425A1800B30DA7 /* fold.cpp */, - A9F7B14A29425A1800B30DA7 /* amd_ext_to_khr.cpp */, - A9F7B14B29425A1800B30DA7 /* scalar_replacement_pass.cpp */, - A9F7B14C29425A1800B30DA7 /* simplification_pass.h */, - A9F7B14D29425A1800B30DA7 /* interface_var_sroa.cpp */, - A9F7B14E29425A1800B30DA7 /* remove_duplicates_pass.h */, - A9F7B14F29425A1800B30DA7 /* desc_sroa_util.h */, - A9F7B15029425A1800B30DA7 /* redundancy_elimination.cpp */, - A9F7B15129425A1800B30DA7 /* reflect.h */, - A9F7B15229425A1800B30DA7 /* workaround1209.cpp */, - A9F7B15329425A1800B30DA7 /* null_pass.h */, - A9F7B15429425A1800B30DA7 /* relax_float_ops_pass.cpp */, - A9F7B15529425A1800B30DA7 /* const_folding_rules.h */, - A9F7B15629425A1800B30DA7 /* scalar_replacement_pass.h */, - A9F7B15729425A1800B30DA7 /* instruction.cpp */, - A9F7B15829425A1800B30DA7 /* pch_source_opt.h */, - A9F7B15929425A1800B30DA7 /* reduce_load_size.cpp */, - A9F7B15A29425A1800B30DA7 /* redundancy_elimination.h */, - A9F7B15B29425A1800B30DA7 /* fix_storage_class.cpp */, - A9F7B15C29425A1800B30DA7 /* value_number_table.cpp */, - A9F7B15D29425A1800B30DA7 /* remove_unused_interface_variables_pass.cpp */, - A9F7B15E29425A1800B30DA7 /* inline_opaque_pass.cpp */, - A9F7B15F29425A1800B30DA7 /* replace_invalid_opc.cpp */, - A9F7B16029425A1800B30DA7 /* loop_utils.h */, - A9F7B16129425A1800B30DA7 /* module.h */, - A9F7B16229425A1800B30DA7 /* dominator_analysis.cpp */, - A9F7B16329425A1800B30DA7 /* ir_builder.h */, - A9F7B16429425A1800B30DA7 /* replace_desc_array_access_using_var_index.cpp */, - A9F7B16529425A1800B30DA7 /* loop_unswitch_pass.h */, - A9F7B16629425A1800B30DA7 /* cfg.h */, - A9F7B16729425A1800B30DA7 /* code_sink.h */, - A9F7B16829425A1800B30DA7 /* dataflow.cpp */, - A9F7B16929425A1800B30DA7 /* loop_descriptor.h */, - A9F7B16A29425A1800B30DA7 /* instruction.h */, - A9F7B16B29425A1800B30DA7 /* aggressive_dead_code_elim_pass.h */, - A9F7B16C29425A1800B30DA7 /* struct_cfg_analysis.cpp */, - A9F7B16D29425A1800B30DA7 /* remove_dontinline_pass.cpp */, - A9F7B16E29425A1800B30DA7 /* vector_dce.h */, - A9F7B16F29425A1800B30DA7 /* combine_access_chains.h */, - A9F7B17029425A1800B30DA7 /* pass_manager.h */, - A9F7B17129425A1800B30DA7 /* spread_volatile_semantics.h */, - A9F7B17229425A1800B30DA7 /* local_access_chain_convert_pass.cpp */, - A9F7B17329425A1800B30DA7 /* interp_fixup_pass.cpp */, - A9F7B17429425A1800B30DA7 /* basic_block.cpp */, - A9F7B17529425A1800B30DA7 /* iterator.h */, - A9F7B17629425A1800B30DA7 /* licm_pass.h */, - A9F7B17729425A1800B30DA7 /* build_module.h */, - A9F7B17829425A1800B30DA7 /* ccp_pass.h */, - A9F7B17929425A1800B30DA7 /* graphics_robust_access_pass.cpp */, - A9F7B17A29425A1800B30DA7 /* function.h */, - A9F7B17B29425A1800B30DA7 /* fix_func_call_arguments.h */, - A9F7B17C29425A1800B30DA7 /* loop_fusion.cpp */, - A9F7B17D29425A1800B30DA7 /* analyze_live_input_pass.cpp */, - A9F7B17E29425A1800B30DA7 /* upgrade_memory_model.cpp */, - A9F7B17F29425A1800B30DA7 /* feature_manager.h */, - A9F7B18029425A1800B30DA7 /* dataflow.h */, - A9F7B18129425A1800B30DA7 /* inst_bindless_check_pass.h */, - A9F7B18229425A1800B30DA7 /* scalar_analysis_simplification.cpp */, - A9F7B18329425A1800B30DA7 /* set_spec_constant_default_value_pass.h */, - A9F7B18429425A1800B30DA7 /* dominator_tree.h */, - A9F7B18529425A1800B30DA7 /* remove_unused_interface_variables_pass.h */, - A9F7B18629425A1800B30DA7 /* type_manager.h */, - A9F7B18729425A1800B30DA7 /* compact_ids_pass.cpp */, - A9F7B18829425A1800B30DA7 /* loop_peeling.cpp */, + A9A9D1002C437C6900B4ACDC /* diff */, + A9A9D28F2C437C6900B4ACDC /* link */, + A9A9D2962C437C6900B4ACDC /* lint */, + A9A9D3882C437C6900B4ACDC /* opt */, + A9A9D3C82C437C6900B4ACDC /* reduce */, + A9A9D3D82C437C6900B4ACDC /* util */, + A9A9D40E2C437C6900B4ACDC /* val */, + A9A9D4162C437C6900B4ACDC /* assembly_grammar.cpp */, + A9A9D4172C437C6900B4ACDC /* assembly_grammar.h */, + A9A9D4182C437C6900B4ACDC /* binary.cpp */, + A9A9D4192C437C6900B4ACDC /* binary.h */, + A9A9D41A2C437C6900B4ACDC /* cfa.h */, + A9A9D41B2C437C6900B4ACDC /* CMakeLists.txt */, + A9A9D41C2C437C6900B4ACDC /* common_debug_info.h */, + A9A9D41D2C437C6900B4ACDC /* diagnostic.cpp */, + A9A9D41E2C437C6900B4ACDC /* diagnostic.h */, + A9A9D41F2C437C6900B4ACDC /* disassemble.cpp */, + A9A9D4202C437C6900B4ACDC /* disassemble.h */, + A9A9D4212C437C6900B4ACDC /* enum_set.h */, + A9A9D4222C437C6900B4ACDC /* enum_string_mapping.cpp */, + A9A9D4232C437C6900B4ACDC /* enum_string_mapping.h */, + A9A9D4242C437C6900B4ACDC /* ext_inst.cpp */, + A9A9D4252C437C6900B4ACDC /* ext_inst.h */, + A9A9D4262C437C6900B4ACDC /* extensions.cpp */, + A9A9D4272C437C6900B4ACDC /* extensions.h */, + A9A9D4282C437C6900B4ACDC /* instruction.h */, + A9A9D4292C437C6900B4ACDC /* latest_version_glsl_std_450_header.h */, + A9A9D42A2C437C6900B4ACDC /* latest_version_opencl_std_header.h */, + A9A9D42B2C437C6900B4ACDC /* latest_version_spirv_header.h */, + A9A9D42C2C437C6900B4ACDC /* libspirv.cpp */, + A9A9D42D2C437C6900B4ACDC /* macro.h */, + A9A9D42E2C437C6900B4ACDC /* name_mapper.cpp */, + A9A9D42F2C437C6900B4ACDC /* name_mapper.h */, + A9A9D4302C437C6900B4ACDC /* opcode.cpp */, + A9A9D4312C437C6900B4ACDC /* opcode.h */, + A9A9D4322C437C6900B4ACDC /* operand.cpp */, + A9A9D4332C437C6900B4ACDC /* operand.h */, + A9A9D4342C437C6900B4ACDC /* parsed_operand.cpp */, + A9A9D4352C437C6900B4ACDC /* parsed_operand.h */, + A9A9D4362C437C6900B4ACDC /* pch_source.cpp */, + A9A9D4372C437C6900B4ACDC /* pch_source.h */, + A9A9D4382C437C6900B4ACDC /* print.cpp */, + A9A9D4392C437C6900B4ACDC /* print.h */, + A9A9D43A2C437C6900B4ACDC /* software_version.cpp */, + A9A9D43B2C437C6900B4ACDC /* spirv_constant.h */, + A9A9D43C2C437C6900B4ACDC /* spirv_definition.h */, + A9A9D43D2C437C6900B4ACDC /* spirv_endian.cpp */, + A9A9D43E2C437C6900B4ACDC /* spirv_endian.h */, + A9A9D43F2C437C6900B4ACDC /* spirv_fuzzer_options.cpp */, + A9A9D4402C437C6900B4ACDC /* spirv_fuzzer_options.h */, + A9A9D4412C437C6900B4ACDC /* spirv_optimizer_options.cpp */, + A9A9D4422C437C6900B4ACDC /* spirv_optimizer_options.h */, + A9A9D4432C437C6900B4ACDC /* spirv_reducer_options.cpp */, + A9A9D4442C437C6900B4ACDC /* spirv_reducer_options.h */, + A9A9D4452C437C6900B4ACDC /* spirv_target_env.cpp */, + A9A9D4462C437C6900B4ACDC /* spirv_target_env.h */, + A9A9D4472C437C6900B4ACDC /* spirv_validator_options.cpp */, + A9A9D4482C437C6900B4ACDC /* spirv_validator_options.h */, + A9A9D4492C437C6900B4ACDC /* table.cpp */, + A9A9D44A2C437C6900B4ACDC /* table.h */, + A9A9D44B2C437C6900B4ACDC /* text_handler.cpp */, + A9A9D44C2C437C6900B4ACDC /* text_handler.h */, + A9A9D44D2C437C6900B4ACDC /* text.cpp */, + A9A9D44E2C437C6900B4ACDC /* text.h */, ); - path = opt; + path = source; sourceTree = ""; }; - A9F7B32329425A1800B30DA7 /* val */ = { + A9F55D24198BE6A7004EC31B = { isa = PBXGroup; children = ( - A9F7B32429425A1800B30DA7 /* validate_annotation.cpp */, - A9F7B32529425A1800B30DA7 /* validate_misc.cpp */, - A9F7B32629425A1800B30DA7 /* validate_cfg.cpp */, - A9F7B32729425A1800B30DA7 /* validate_capability.cpp */, - A9F7B32829425A1800B30DA7 /* construct.h */, - A9F7B32929425A1800B30DA7 /* validate_barriers.cpp */, - A9F7B32A29425A1800B30DA7 /* validate_non_uniform.cpp */, - A9F7B32B29425A1800B30DA7 /* validate_ray_query.cpp */, - A9F7B32C29425A1800B30DA7 /* validate_ray_tracing.cpp */, - A9F7B32D29425A1800B30DA7 /* validate_scopes.cpp */, - A9F7B32E29425A1800B30DA7 /* validate_atomics.cpp */, - A9F7B32F29425A1800B30DA7 /* basic_block.h */, - A9F7B33029425A1800B30DA7 /* validate_instruction.cpp */, - A9F7B33129425A1800B30DA7 /* validate_ray_tracing_reorder.cpp */, - A9F7B33229425A1800B30DA7 /* validate_decorations.cpp */, - A9F7B33329425A1800B30DA7 /* validate_debug.cpp */, - A9F7B33429425A1800B30DA7 /* validate_builtins.cpp */, - A9F7B33529425A1800B30DA7 /* validate_interfaces.cpp */, - A9F7B33629425A1800B30DA7 /* validate.cpp */, - A9F7B33729425A1800B30DA7 /* validation_state.h */, - A9F7B33829425A1800B30DA7 /* validate_constants.cpp */, - A9F7B33929425A1800B30DA7 /* validate_bitwise.cpp */, - A9F7B33A29425A1800B30DA7 /* validate_extensions.cpp */, - A9F7B33B29425A1800B30DA7 /* construct.cpp */, - A9F7B33C29425A1800B30DA7 /* function.cpp */, - A9F7B33D29425A1800B30DA7 /* validate.h */, - A9F7B33E29425A1800B30DA7 /* validate_adjacency.cpp */, - A9F7B33F29425A1800B30DA7 /* validate_conversion.cpp */, - A9F7B34029425A1800B30DA7 /* validate_small_type_uses.cpp */, - A9F7B34129425A1800B30DA7 /* validate_scopes.h */, - A9F7B34229425A1800B30DA7 /* validate_id.cpp */, - A9F7B34329425A1800B30DA7 /* validate_memory_semantics.h */, - A9F7B34429425A1800B30DA7 /* validate_arithmetics.cpp */, - A9F7B34529425A1800B30DA7 /* validate_mode_setting.cpp */, - A9F7B34629425A1800B30DA7 /* validate_memory_semantics.cpp */, - A9F7B34729425A1800B30DA7 /* validate_logicals.cpp */, - A9F7B34829425A1800B30DA7 /* validate_derivatives.cpp */, - A9F7B34929425A1800B30DA7 /* validate_memory.cpp */, - A9F7B34A29425A1800B30DA7 /* validate_image.cpp */, - A9F7B34B29425A1800B30DA7 /* validate_literals.cpp */, - A9F7B34C29425A1800B30DA7 /* instruction.cpp */, - A9F7B34D29425A1800B30DA7 /* validate_type.cpp */, - A9F7B34E29425A1800B30DA7 /* instruction.h */, - A9F7B34F29425A1800B30DA7 /* validate_mesh_shading.cpp */, - A9F7B35029425A1800B30DA7 /* validate_execution_limitations.cpp */, - A9F7B35129425A1800B30DA7 /* validate_layout.cpp */, - A9F7B35229425A1800B30DA7 /* basic_block.cpp */, - A9F7B35329425A1800B30DA7 /* validate_function.cpp */, - A9F7B35429425A1800B30DA7 /* function.h */, - A9F7B35529425A1800B30DA7 /* validate_composites.cpp */, - A9F7B35629425A1800B30DA7 /* validation_state.cpp */, - A9F7B35729425A1800B30DA7 /* validate_primitives.cpp */, - A9F7B35829425A1800B30DA7 /* decoration.h */, + A9C2104521D14FD7006BA2D3 /* fetchDependencies */, + A9C2104721D15843006BA2D3 /* ExternalRevisions */, + A90FD9E921CC519E00B92BB2 /* External */, + A9679AAB21D2699800856BF7 /* Scripts */, + A972AD2421CEE30F0013AB25 /* Products */, + DCFD7CA32A45BA7D007BBBF7 /* libSPIRVCross.a */, + DCFD7D0B2A45BA92007BBBF7 /* libglslang.a */, + DCFD7EC02A45BA9C007BBBF7 /* libSPIRVTools.a */, ); - path = val; sourceTree = ""; }; /* End PBXGroup section */ @@ -3781,213 +3817,216 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A9F7B53729425A1900B30DA7 /* replace_invalid_opc.h in Headers */, - A9F7B5CA29425A1900B30DA7 /* convert_to_sampled_image_pass.h in Headers */, - A9F7B4B029425A1900B30DA7 /* text_handler.h in Headers */, - A9F7B58E29425A1900B30DA7 /* types.h in Headers */, - A9F7B62A29425A1900B30DA7 /* dead_insert_elim_pass.h in Headers */, - A9F7B38429425A1800B30DA7 /* parse_number.h in Headers */, - A9F7B38A29425A1800B30DA7 /* make_unique.h in Headers */, - A9F7B76E29425A1900B30DA7 /* function.h in Headers */, - A9F7B61E29425A1900B30DA7 /* inst_debug_printf_pass.h in Headers */, - A9F7B5A029425A1900B30DA7 /* block_merge_pass.h in Headers */, - A9F7B52229425A1900B30DA7 /* scalar_analysis.h in Headers */, - A9F7B50129425A1900B30DA7 /* composite.h in Headers */, - A9F7B37229425A1800B30DA7 /* enum_set.h in Headers */, - A9F7B36C29425A1800B30DA7 /* lints.h in Headers */, - A9F7B63029425A1900B30DA7 /* freeze_spec_constant_value_pass.h in Headers */, - A9F7B43E29425A1800B30DA7 /* reduction_opportunity.h in Headers */, - A9F7B56129425A1900B30DA7 /* ir_context.h in Headers */, - A9F7B72029425A1900B30DA7 /* loop_utils.h in Headers */, - A9F7B5BE29425A1900B30DA7 /* relax_float_ops_pass.h in Headers */, - A9F7B6B129425A1900B30DA7 /* pass.h in Headers */, - A9F7B4F229425A1900B30DA7 /* inline_opaque_pass.h in Headers */, - A9F7B61529425A1900B30DA7 /* strength_reduction_pass.h in Headers */, - A9F7B47A29425A1800B30DA7 /* pch_source.h in Headers */, - A9F7B51329425A1900B30DA7 /* graphics_robust_access_pass.h in Headers */, - A9F7B6C929425A1900B30DA7 /* scalar_analysis_nodes.h in Headers */, - A9F7B3CC29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.h in Headers */, - A9F7B59729425A1900B30DA7 /* basic_block.h in Headers */, - A9F7B4E929425A1900B30DA7 /* strip_nonsemantic_info_pass.h in Headers */, - A9F7B6BD29425A1900B30DA7 /* fold.h in Headers */, - A9F7BCD829425A1B00B30DA7 /* instruction.h in Headers */, - A9F7B58529425A1900B30DA7 /* unify_const_pass.h in Headers */, - A9F7B74A29425A1900B30DA7 /* vector_dce.h in Headers */, - A9F7B3C629425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.h in Headers */, - A9F7B3B129425A1800B30DA7 /* spirv_target_env.h in Headers */, - A9F7B4F529425A1900B30DA7 /* loop_fusion.h in Headers */, - A9F7B4D429425A1900B30DA7 /* print.h in Headers */, - A9F7B3FF29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */, - A9F7B78C29425A1900B30DA7 /* dominator_tree.h in Headers */, - A9F7B6C329425A1900B30DA7 /* dead_branch_elim_pass.h in Headers */, - A9F7B76829425A1900B30DA7 /* ccp_pass.h in Headers */, - A9F7BCA529425A1B00B30DA7 /* validate.h in Headers */, - A9F7BC6629425A1B00B30DA7 /* construct.h in Headers */, - A9F7B6F929425A1900B30DA7 /* null_pass.h in Headers */, - A9F7B66C29425A1900B30DA7 /* constants.h in Headers */, - A9F7BC9329425A1B00B30DA7 /* validation_state.h in Headers */, - A9F7B73E29425A1900B30DA7 /* instruction.h in Headers */, - A9F7B72F29425A1900B30DA7 /* loop_unswitch_pass.h in Headers */, - A9F7B50D29425A1900B30DA7 /* tree_iterator.h in Headers */, - A9F7B3F329425A1800B30DA7 /* remove_struct_member_reduction_opportunity.h in Headers */, - A9F7BCB129425A1B00B30DA7 /* validate_scopes.h in Headers */, - A9F7B6D829425A1900B30DA7 /* passes.h in Headers */, - A9F7B60929425A1900B30DA7 /* interp_fixup_pass.h in Headers */, - A9F7BCB729425A1B00B30DA7 /* validate_memory_semantics.h in Headers */, - A9F7B39329425A1800B30DA7 /* hash_combine.h in Headers */, - A9F7B44129425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, - A9F7B52529425A1900B30DA7 /* strip_debug_info_pass.h in Headers */, - A9F7B70829425A1900B30DA7 /* pch_source_opt.h in Headers */, - A9F7B41729425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.h in Headers */, - A9F7B46E29425A1800B30DA7 /* reduction_pass.h in Headers */, - A9F7B51629425A1900B30DA7 /* local_single_store_elim_pass.h in Headers */, - A9F7B47129425A1800B30DA7 /* latest_version_opencl_std_header.h in Headers */, - A9F7B3BD29425A1800B30DA7 /* remove_block_reduction_opportunity.h in Headers */, - A9F7B42C29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.h in Headers */, - A9F7BC3F29425A1B00B30DA7 /* instruction.h in Headers */, - A9F7B6B729425A1900B30DA7 /* eliminate_dead_functions_pass.h in Headers */, - A9F7B39F29425A1800B30DA7 /* bit_vector.h in Headers */, - A9F7B36029425A1800B30DA7 /* assembly_grammar.h in Headers */, - A9F7B65429425A1900B30DA7 /* loop_dependence.h in Headers */, - A9F7B3D829425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, - A9F7B6B429425A1900B30DA7 /* folding_rules.h in Headers */, - A9F7B63F29425A1900B30DA7 /* eliminate_dead_members_pass.h in Headers */, - A9F7B45329425A1800B30DA7 /* reduction_util.h in Headers */, - A9F7B79B29425A1900B30DA7 /* table.h in Headers */, - A9F7BC7B29425A1B00B30DA7 /* basic_block.h in Headers */, - A9F7B44D29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.h in Headers */, - A9F7B5BB29425A1900B30DA7 /* remove_dontinline_pass.h in Headers */, - A9F7B3C029425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, - A9F7B49229425A1800B30DA7 /* operand.h in Headers */, - A9F7B4DA29425A1900B30DA7 /* disassemble.h in Headers */, - A9F7B40529425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, - A9F7B65729425A1900B30DA7 /* value_number_table.h in Headers */, - A9F7B39029425A1800B30DA7 /* small_vector.h in Headers */, - A9F7B69329425A1900B30DA7 /* log.h in Headers */, - A9F7B38729425A1800B30DA7 /* ilist_node.h in Headers */, - A9F7B77D29425A1900B30DA7 /* feature_manager.h in Headers */, - A9F7B68A29425A1900B30DA7 /* loop_fission.h in Headers */, - A9F7B51029425A1900B30DA7 /* interface_var_sroa.h in Headers */, - A9F7B76229425A1900B30DA7 /* licm_pass.h in Headers */, - A9F7B5B829425A1900B30DA7 /* convert_to_half_pass.h in Headers */, - A9F7B3D229425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, - A9F7B59129425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.h in Headers */, - A9F7B73229425A1900B30DA7 /* cfg.h in Headers */, - A9F7B40E29425A1800B30DA7 /* remove_selection_reduction_opportunity.h in Headers */, - A9F7BC4529425A1B00B30DA7 /* opcode.h in Headers */, - A9F7B65D29425A1900B30DA7 /* flatten_decoration_pass.h in Headers */, - A9F7B5B529425A1900B30DA7 /* private_to_local_pass.h in Headers */, - A9F7B5FA29425A1900B30DA7 /* wrap_opkill.h in Headers */, - A9F7B37B29425A1800B30DA7 /* text.h in Headers */, - A9F7B38D29425A1800B30DA7 /* string_utils.h in Headers */, - A9F7B5A629425A1900B30DA7 /* debug_info_manager.h in Headers */, - A9F7B6CF29425A1900B30DA7 /* fix_storage_class.h in Headers */, - A9F7B69629425A1900B30DA7 /* copy_prop_arrays.h in Headers */, - A9F7B40829425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.h in Headers */, - A9F7B4A429425A1900B30DA7 /* lcs.h in Headers */, - A9F7B3AE29425A1800B30DA7 /* ilist.h in Headers */, - A9F7B40B29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, - A9F7BCEA29425A1B00B30DA7 /* function.h in Headers */, - A9F7B69929425A1900B30DA7 /* eliminate_dead_constant_pass.h in Headers */, - A9F7B51929425A1900B30DA7 /* reduce_load_size.h in Headers */, - A9F7B78929425A1900B30DA7 /* set_spec_constant_default_value_pass.h in Headers */, - A9F7B4BF29425A1900B30DA7 /* diagnostic.h in Headers */, - A9F7B78029425A1900B30DA7 /* dataflow.h in Headers */, - A9F7B45629425A1800B30DA7 /* merge_blocks_reduction_opportunity.h in Headers */, - A9F7B72329425A1900B30DA7 /* module.h in Headers */, - A9F7BC4229425A1B00B30DA7 /* spirv_optimizer_options.h in Headers */, - A9F7BC3329425A1B00B30DA7 /* ext_inst.h in Headers */, - A9F7B48329425A1800B30DA7 /* spirv_reducer_options.h in Headers */, - A9F7BCF629425A1B00B30DA7 /* decoration.h in Headers */, - A9F7B61229425A1900B30DA7 /* inst_buff_addr_check_pass.h in Headers */, - A9F7B75F29425A1900B30DA7 /* iterator.h in Headers */, - A9F7BC4B29425A1B00B30DA7 /* latest_version_glsl_std_450_header.h in Headers */, - A9F7B42F29425A1800B30DA7 /* pch_source_reduce.h in Headers */, - A9F7B4B629425A1900B30DA7 /* name_mapper.h in Headers */, - A9F7B57629425A1900B30DA7 /* liveness.h in Headers */, - A9F7B5D629425A1900B30DA7 /* local_redundancy_elimination.h in Headers */, - A9F7B3F629425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, - A9F7B54C29425A1900B30DA7 /* instruction_list.h in Headers */, - A9F7B4A129425A1900B30DA7 /* diff.h in Headers */, - A9F7B63629425A1900B30DA7 /* instrument_pass.h in Headers */, - A9F7BC5429425A1B00B30DA7 /* binary.h in Headers */, - A9F7B65129425A1900B30DA7 /* inline_pass.h in Headers */, - A9F7B5EB29425A1900B30DA7 /* loop_fusion_pass.h in Headers */, - A9F7B6A529425A1900B30DA7 /* dead_variable_elimination.h in Headers */, - A9F7B78F29425A1900B30DA7 /* remove_unused_interface_variables_pass.h in Headers */, - A9F7B42029425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, - A9F7B6E429425A1900B30DA7 /* simplification_pass.h in Headers */, - A9F7B6EA29425A1900B30DA7 /* remove_duplicates_pass.h in Headers */, - A9F7B60C29425A1900B30DA7 /* eliminate_dead_io_components_pass.h in Headers */, - A9F7B47D29425A1800B30DA7 /* enum_string_mapping.h in Headers */, - A9F7B3A529425A1800B30DA7 /* hex_float.h in Headers */, - A9F7B4AA29425A1900B30DA7 /* spirv_validator_options.h in Headers */, - A9F7B6ED29425A1900B30DA7 /* desc_sroa_util.h in Headers */, - A9F7B41429425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.h in Headers */, - A9F7B75029425A1900B30DA7 /* pass_manager.h in Headers */, - A9F7B6AB29425A1900B30DA7 /* dominator_analysis.h in Headers */, - A9F7B48F29425A1800B30DA7 /* spirv_definition.h in Headers */, - A9F7B5DF29425A1900B30DA7 /* block_merge_util.h in Headers */, - A9F7B40229425A1800B30DA7 /* remove_function_reduction_opportunity.h in Headers */, - A9F7B43829425A1800B30DA7 /* reducer.h in Headers */, - A9F7B5C429425A1900B30DA7 /* def_use_manager.h in Headers */, - A9F7B79229425A1900B30DA7 /* type_manager.h in Headers */, - A9F7B4CB29425A1900B30DA7 /* common_debug_info.h in Headers */, - A9F7B5CD29425A1900B30DA7 /* cfg_cleanup_pass.h in Headers */, - A9F7B5E529425A1900B30DA7 /* desc_sroa.h in Headers */, - A9F7B60629425A1900B30DA7 /* local_single_block_elim_pass.h in Headers */, - A9F7B4C229425A1900B30DA7 /* spirv_endian.h in Headers */, - A9F7B70E29425A1900B30DA7 /* redundancy_elimination.h in Headers */, - A9F7B74D29425A1900B30DA7 /* combine_access_chains.h in Headers */, - A9F7BC3929425A1B00B30DA7 /* latest_version_spirv_header.h in Headers */, - A9F7B53A29425A1900B30DA7 /* eliminate_dead_output_stores_pass.h in Headers */, - A9F7B75329425A1900B30DA7 /* spread_volatile_semantics.h in Headers */, - A9F7B72929425A1900B30DA7 /* ir_builder.h in Headers */, - A9F7B76529425A1900B30DA7 /* build_module.h in Headers */, - A9F7B66929425A1900B30DA7 /* inline_exhaustive_pass.h in Headers */, - A9F7B44729425A1800B30DA7 /* reduction_opportunity_finder.h in Headers */, - A9F7B36F29425A1800B30DA7 /* divergence_analysis.h in Headers */, - A9F7B67B29425A1900B30DA7 /* upgrade_memory_model.h in Headers */, - A9F7B3A229425A1800B30DA7 /* bitutils.h in Headers */, - A9F7B4B329425A1900B30DA7 /* parsed_operand.h in Headers */, - A9F7B49B29425A1800B30DA7 /* spirv_constant.h in Headers */, - A9F7B77129425A1900B30DA7 /* fix_func_call_arguments.h in Headers */, - A9F7B6BA29425A1900B30DA7 /* eliminate_dead_functions_util.h in Headers */, - A9F7B57929425A1900B30DA7 /* loop_unroller.h in Headers */, - A9F7B69F29425A1900B30DA7 /* ssa_rewrite_pass.h in Headers */, - A9F7B54929425A1900B30DA7 /* propagator.h in Headers */, - A9F7B73B29425A1900B30DA7 /* loop_descriptor.h in Headers */, - A9F7B4EF29425A1900B30DA7 /* merge_return_pass.h in Headers */, - A9F7B5FD29425A1900B30DA7 /* empty_pass.h in Headers */, - A9F7B70229425A1900B30DA7 /* scalar_replacement_pass.h in Headers */, - A9F7B73529425A1900B30DA7 /* code_sink.h in Headers */, - A9F7B44A29425A1800B30DA7 /* change_operand_reduction_opportunity.h in Headers */, - A9F7B68129425A1900B30DA7 /* analyze_live_input_pass.h in Headers */, - A9F7B47729425A1800B30DA7 /* cfa.h in Headers */, - A9F7B55B29425A1900B30DA7 /* amd_ext_to_khr.h in Headers */, - A9F7B60029425A1900B30DA7 /* decoration_manager.h in Headers */, - A9F7B5D929425A1900B30DA7 /* loop_peeling.h in Headers */, - A9F7B52829425A1900B30DA7 /* replace_desc_array_access_using_var_index.h in Headers */, - A9F7B6F329425A1900B30DA7 /* reflect.h in Headers */, - A9F7B50729425A1900B30DA7 /* compact_ids_pass.h in Headers */, - A9F7B49829425A1800B30DA7 /* macro.h in Headers */, - A9F7B39929425A1800B30DA7 /* timer.h in Headers */, - A9F7BC4E29425A1B00B30DA7 /* extensions.h in Headers */, - A9F7B63929425A1900B30DA7 /* mem_pass.h in Headers */, - A9F7B53D29425A1900B30DA7 /* local_access_chain_convert_pass.h in Headers */, - A9F7B3DE29425A1800B30DA7 /* remove_instruction_reduction_opportunity.h in Headers */, - A9F7B56729425A1900B30DA7 /* control_dependence.h in Headers */, - A9F7B58829425A1900B30DA7 /* ir_loader.h in Headers */, - A9F7B3E129425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, - A9F7B68D29425A1900B30DA7 /* workaround1209.h in Headers */, - A9F7B50A29425A1900B30DA7 /* register_pressure.h in Headers */, - A9F7B3B729425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */, - A9F7B5EE29425A1900B30DA7 /* struct_cfg_analysis.h in Headers */, - A9F7B35D29425A1800B30DA7 /* spirv_fuzzer_options.h in Headers */, - A9F7B6FF29425A1900B30DA7 /* const_folding_rules.h in Headers */, - A9F7B78329425A1900B30DA7 /* inst_bindless_check_pass.h in Headers */, - A9F7B74129425A1900B30DA7 /* aggressive_dead_code_elim_pass.h in Headers */, - A9F7B4E029425A1900B30DA7 /* if_conversion.h in Headers */, + A9A9DC752C437C6B00B4ACDC /* ir_loader.h in Headers */, + A9A9DDF12C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */, + A9A9DF1D2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, + A9A9DCF12C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */, + A9A9DD4D2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */, + A9A9DB652C437C6B00B4ACDC /* def_use_manager.h in Headers */, + A9A9E0952C437C6C00B4ACDC /* ext_inst.h in Headers */, + A9A9DD892C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */, + A9A9DD312C437C6C00B4ACDC /* pass_manager.h in Headers */, + A9A9DB8D2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */, + A9A9DB452C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */, + A9A9DD1D2C437C6C00B4ACDC /* null_pass.h in Headers */, + A9A9DC092C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */, + A9A9E1092C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */, + A9A9DEED2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */, + A9A9DD452C437C6C00B4ACDC /* pch_source_opt.h in Headers */, + A9A9DCE92C437C6B00B4ACDC /* loop_unroller.h in Headers */, + A9A9DAFD2C437C6B00B4ACDC /* composite.h in Headers */, + A9A9DF512C437C6C00B4ACDC /* bitutils.h in Headers */, + A9A9E06D2C437C6C00B4ACDC /* cfa.h in Headers */, + A9A9DFA52C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9DBC12C437C6B00B4ACDC /* feature_manager.h in Headers */, + A9A9DE012C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */, + A9A9DEDD2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */, + A9A9E0D52C437C6C00B4ACDC /* parsed_operand.h in Headers */, + A9A9DE5D2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */, + A9A9DD652C437C6C00B4ACDC /* redundancy_elimination.h in Headers */, + A9A9DF812C437C6C00B4ACDC /* timer.h in Headers */, + A9A9DEAD2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */, + A9A9D4552C437C6900B4ACDC /* diff.h in Headers */, + A9A9DE952C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */, + A9A9DC392C437C6B00B4ACDC /* instruction_list.h in Headers */, + A9A9DCC92C437C6B00B4ACDC /* loop_fission.h in Headers */, + A9A9DB752C437C6B00B4ACDC /* desc_sroa.h in Headers */, + A9A9DAAD2C437C6B00B4ACDC /* basic_block.h in Headers */, + A9A9DF612C437C6C00B4ACDC /* ilist.h in Headers */, + A9A9DC592C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */, + A9A9DD792C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */, + A9A9DF352C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */, + A9A9DF652C437C6C00B4ACDC /* make_unique.h in Headers */, + A9A9DDE12C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */, + A9A9DCC12C437C6B00B4ACDC /* loop_descriptor.h in Headers */, + A9A9DE052C437C6C00B4ACDC /* tree_iterator.h in Headers */, + A9A9E0BD2C437C6C00B4ACDC /* name_mapper.h in Headers */, + A9A9DC6D2C437C6B00B4ACDC /* ir_context.h in Headers */, + A9A9DBF12C437C6B00B4ACDC /* folding_rules.h in Headers */, + A9A9DB0D2C437C6B00B4ACDC /* constants.h in Headers */, + A9A9DC612C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */, + A9A9DD192C437C6C00B4ACDC /* module.h in Headers */, + A9A9DE852C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */, + A9A9DE552C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */, + A9A9DD112C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */, + A9A9DA812C437C6B00B4ACDC /* divergence_analysis.h in Headers */, + A9A9DA8D2C437C6B00B4ACDC /* lints.h in Headers */, + A9A9DD092C437C6B00B4ACDC /* merge_return_pass.h in Headers */, + A9A9DCD12C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */, + A9A9DE4D2C437C6C00B4ACDC /* wrap_opkill.h in Headers */, + A9A9DCD92C437C6B00B4ACDC /* loop_fusion.h in Headers */, + A9A9DE0D2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */, + A9A9E0F92C437C6C00B4ACDC /* spirv_endian.h in Headers */, + A9A9DDE92C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */, + A9A9DA952C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */, + A9A9D4592C437C6900B4ACDC /* lcs.h in Headers */, + A9A9DBC92C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */, + A9A9DF252C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, + A9A9DF552C437C6C00B4ACDC /* hash_combine.h in Headers */, + A9A9DAC52C437C6B00B4ACDC /* build_module.h in Headers */, + A9A9DF4D2C437C6C00B4ACDC /* bit_vector.h in Headers */, + A9A9DF0D2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, + A9A9DE652C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, + A9A9DF3D2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, + A9A9DCAD2C437C6B00B4ACDC /* log.h in Headers */, + A9A9DE6D2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, + A9A9DE352C437C6C00B4ACDC /* value_number_table.h in Headers */, + A9A9DB252C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */, + A9A9DEE52C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */, + A9A9E1392C437C6D00B4ACDC /* text.h in Headers */, + A9A9DF152C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, + A9A9DC792C437C6B00B4ACDC /* iterator.h in Headers */, + A9A9DD3D2C437C6C00B4ACDC /* passes.h in Headers */, + A9A9DEA52C437C6C00B4ACDC /* reducer.h in Headers */, + A9A9DCF92C437C6B00B4ACDC /* loop_utils.h in Headers */, + A9A9DEBD2C437C6C00B4ACDC /* reduction_pass.h in Headers */, + A9A9E1012C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */, + A9A9E0C52C437C6C00B4ACDC /* opcode.h in Headers */, + A9A9E0B52C437C6C00B4ACDC /* macro.h in Headers */, + A9A9DC412C437C6B00B4ACDC /* instruction.h in Headers */, + A9A9DD812C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */, + A9A9DC992C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */, + A9A9E03D2C437C6C00B4ACDC /* validate_scopes.h in Headers */, + A9A9DC492C437C6B00B4ACDC /* instrument_pass.h in Headers */, + A9A9DD252C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */, + A9A9DABD2C437C6B00B4ACDC /* block_merge_util.h in Headers */, + A9A9E1292C437C6D00B4ACDC /* table.h in Headers */, + A9A9DBB52C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */, + A9A9E0552C437C6C00B4ACDC /* validation_state.h in Headers */, + A9A9DE3D2C437C6C00B4ACDC /* vector_dce.h in Headers */, + A9A9DDC12C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */, + A9A9DDA52C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */, + A9A9E04D2C437C6C00B4ACDC /* validate.h in Headers */, + A9A9DC812C437C6B00B4ACDC /* licm_pass.h in Headers */, + A9A9DE8D2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, + A9A9DB4D2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */, + A9A9DC892C437C6B00B4ACDC /* liveness.h in Headers */, + A9A9DBE12C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */, + A9A9DD712C437C6C00B4ACDC /* register_pressure.h in Headers */, + A9A9DF712C437C6C00B4ACDC /* small_vector.h in Headers */, + A9A9E0A12C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9E0A92C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */, + A9A9DF952C437C6C00B4ACDC /* decoration.h in Headers */, + A9A9E0F12C437C6C00B4ACDC /* spirv_definition.h in Headers */, + A9A9DB9D2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */, + A9A9DC012C437C6B00B4ACDC /* function.h in Headers */, + A9A9DAE52C437C6B00B4ACDC /* code_sink.h in Headers */, + A9A9DD992C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */, + A9A9DF5D2C437C6C00B4ACDC /* ilist_node.h in Headers */, + A9A9E0612C437C6C00B4ACDC /* assembly_grammar.h in Headers */, + A9A9DC112C437C6B00B4ACDC /* if_conversion.h in Headers */, + A9A9E1112C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */, + A9A9DBAD2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */, + A9A9DB5D2C437C6B00B4ACDC /* decoration_manager.h in Headers */, + A9A9DC292C437C6B00B4ACDC /* inline_pass.h in Headers */, + A9A9DF912C437C6C00B4ACDC /* construct.h in Headers */, + A9A9DF592C437C6C00B4ACDC /* hex_float.h in Headers */, + A9A9DF792C437C6C00B4ACDC /* string_utils.h in Headers */, + A9A9DCE12C437C6B00B4ACDC /* loop_peeling.h in Headers */, + A9A9E0852C437C6C00B4ACDC /* enum_set.h in Headers */, + A9A9DB352C437C6B00B4ACDC /* dataflow.h in Headers */, + A9A9DADD2C437C6B00B4ACDC /* cfg.h in Headers */, + A9A9DF2D2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, + A9A9DF452C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */, + A9A9E0ED2C437C6C00B4ACDC /* spirv_constant.h in Headers */, + A9A9DB6D2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */, + A9A9DBF92C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */, + A9A9DB052C437C6B00B4ACDC /* const_folding_rules.h in Headers */, + A9A9DD5D2C437C6C00B4ACDC /* reduce_load_size.h in Headers */, + A9A9DCA12C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */, + A9A9DAA52C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */, + A9A9DC192C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */, + A9A9DE1D2C437C6C00B4ACDC /* types.h in Headers */, + A9A9DB852C437C6B00B4ACDC /* dominator_tree.h in Headers */, + A9A9DD912C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */, + A9A9DE7D2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */, + A9A9DDB12C437C6C00B4ACDC /* scalar_analysis.h in Headers */, + A9A9DB7D2C437C6B00B4ACDC /* dominator_analysis.h in Headers */, + A9A9DDB92C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */, + A9A9DAB52C437C6B00B4ACDC /* block_merge_pass.h in Headers */, + A9A9DCB92C437C6B00B4ACDC /* loop_dependence.h in Headers */, + A9A9E0792C437C6C00B4ACDC /* diagnostic.h in Headers */, + A9A9E1192C437C6D00B4ACDC /* spirv_target_env.h in Headers */, + A9A9DDF92C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */, + A9A9E1312C437C6D00B4ACDC /* text_handler.h in Headers */, + A9A9DEFD2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */, + A9A9DC212C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */, + A9A9DECD2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */, + A9A9DC652C437C6B00B4ACDC /* ir_builder.h in Headers */, + A9A9DBA52C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */, + A9A9E0AD2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */, + A9A9DB152C437C6B00B4ACDC /* control_dependence.h in Headers */, + A9A9DDC92C437C6C00B4ACDC /* simplification_pass.h in Headers */, + A9A9DBB92C437C6B00B4ACDC /* empty_pass.h in Headers */, + A9A9DD692C437C6C00B4ACDC /* reflect.h in Headers */, + A9A9DED52C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */, + A9A9E1212C437C6D00B4ACDC /* spirv_validator_options.h in Headers */, + A9A9DB552C437C6B00B4ACDC /* debug_info_manager.h in Headers */, + A9A9DAF52C437C6B00B4ACDC /* compact_ids_pass.h in Headers */, + A9A9DACD2C437C6B00B4ACDC /* ccp_pass.h in Headers */, + A9A9DF6D2C437C6C00B4ACDC /* parse_number.h in Headers */, + A9A9E0712C437C6C00B4ACDC /* common_debug_info.h in Headers */, + A9A9E09D2C437C6C00B4ACDC /* extensions.h in Headers */, + A9A9DEB52C437C6C00B4ACDC /* reduction_opportunity.h in Headers */, + A9A9DE752C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */, + A9A9DB2D2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */, + A9A9DE9D2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */, + A9A9DBD92C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */, + A9A9DBD12C437C6B00B4ACDC /* fix_storage_class.h in Headers */, + A9A9E0CD2C437C6C00B4ACDC /* operand.h in Headers */, + A9A9DEF52C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */, + A9A9DC912C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */, + A9A9DDD12C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */, + A9A9E08D2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */, + A9A9DDD92C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */, + A9A9DBE92C437C6B00B4ACDC /* fold.h in Headers */, + A9A9E0A52C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */, + A9A9DDA12C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */, + A9A9DB3D2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */, + A9A9DC312C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */, + A9A9DC512C437C6B00B4ACDC /* interface_var_sroa.h in Headers */, + A9A9DF9D2C437C6C00B4ACDC /* function.h in Headers */, + A9A9E0812C437C6C00B4ACDC /* disassemble.h in Headers */, + A9A9DA9D2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */, + A9A9DB1D2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */, + A9A9DD552C437C6C00B4ACDC /* propagator.h in Headers */, + A9A9DAD52C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */, + A9A9DE152C437C6C00B4ACDC /* type_manager.h in Headers */, + A9A9E0E52C437C6C00B4ACDC /* print.h in Headers */, + A9A9DB952C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */, + A9A9E0112C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */, + A9A9DF052C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */, + A9A9DE252C437C6C00B4ACDC /* unify_const_pass.h in Headers */, + A9A9DF892C437C6C00B4ACDC /* basic_block.h in Headers */, + A9A9DD392C437C6C00B4ACDC /* pass.h in Headers */, + A9A9DEC52C437C6C00B4ACDC /* reduction_util.h in Headers */, + A9A9DD012C437C6B00B4ACDC /* mem_pass.h in Headers */, + A9A9E0692C437C6C00B4ACDC /* binary.h in Headers */, + A9A9DE452C437C6C00B4ACDC /* workaround1209.h in Headers */, + A9A9DAED2C437C6B00B4ACDC /* combine_access_chains.h in Headers */, + A9A9DCA92C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */, + A9A9DE2D2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */, + A9A9E0DD2C437C6C00B4ACDC /* pch_source.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4014,213 +4053,216 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A9F7B53629425A1900B30DA7 /* replace_invalid_opc.h in Headers */, - A9F7B5C929425A1900B30DA7 /* convert_to_sampled_image_pass.h in Headers */, - A9F7B4AF29425A1900B30DA7 /* text_handler.h in Headers */, - A9F7B58D29425A1900B30DA7 /* types.h in Headers */, - A9F7B62929425A1900B30DA7 /* dead_insert_elim_pass.h in Headers */, - A9F7B38329425A1800B30DA7 /* parse_number.h in Headers */, - A9F7B38929425A1800B30DA7 /* make_unique.h in Headers */, - A9F7B76D29425A1900B30DA7 /* function.h in Headers */, - A9F7B61D29425A1900B30DA7 /* inst_debug_printf_pass.h in Headers */, - A9F7B59F29425A1900B30DA7 /* block_merge_pass.h in Headers */, - A9F7B52129425A1900B30DA7 /* scalar_analysis.h in Headers */, - A9F7B50029425A1900B30DA7 /* composite.h in Headers */, - A9F7B37129425A1800B30DA7 /* enum_set.h in Headers */, - A9F7B36B29425A1800B30DA7 /* lints.h in Headers */, - A9F7B62F29425A1900B30DA7 /* freeze_spec_constant_value_pass.h in Headers */, - A9F7B43D29425A1800B30DA7 /* reduction_opportunity.h in Headers */, - A9F7B56029425A1900B30DA7 /* ir_context.h in Headers */, - A9F7B71F29425A1900B30DA7 /* loop_utils.h in Headers */, - A9F7B5BD29425A1900B30DA7 /* relax_float_ops_pass.h in Headers */, - A9F7B6B029425A1900B30DA7 /* pass.h in Headers */, - A9F7B4F129425A1900B30DA7 /* inline_opaque_pass.h in Headers */, - A9F7B61429425A1900B30DA7 /* strength_reduction_pass.h in Headers */, - A9F7B47929425A1800B30DA7 /* pch_source.h in Headers */, - A9F7B51229425A1900B30DA7 /* graphics_robust_access_pass.h in Headers */, - A9F7B6C829425A1900B30DA7 /* scalar_analysis_nodes.h in Headers */, - A9F7B3CB29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.h in Headers */, - A9F7B59629425A1900B30DA7 /* basic_block.h in Headers */, - A9F7B4E829425A1900B30DA7 /* strip_nonsemantic_info_pass.h in Headers */, - A9F7B6BC29425A1900B30DA7 /* fold.h in Headers */, - A9F7BCD729425A1B00B30DA7 /* instruction.h in Headers */, - A9F7B58429425A1900B30DA7 /* unify_const_pass.h in Headers */, - A9F7B74929425A1900B30DA7 /* vector_dce.h in Headers */, - A9F7B3C529425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.h in Headers */, - A9F7B3B029425A1800B30DA7 /* spirv_target_env.h in Headers */, - A9F7B4F429425A1900B30DA7 /* loop_fusion.h in Headers */, - A9F7B4D329425A1900B30DA7 /* print.h in Headers */, - A9F7B3FE29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */, - A9F7B78B29425A1900B30DA7 /* dominator_tree.h in Headers */, - A9F7B6C229425A1900B30DA7 /* dead_branch_elim_pass.h in Headers */, - A9F7B76729425A1900B30DA7 /* ccp_pass.h in Headers */, - A9F7BCA429425A1B00B30DA7 /* validate.h in Headers */, - A9F7BC6529425A1B00B30DA7 /* construct.h in Headers */, - A9F7B6F829425A1900B30DA7 /* null_pass.h in Headers */, - A9F7B66B29425A1900B30DA7 /* constants.h in Headers */, - A9F7BC9229425A1B00B30DA7 /* validation_state.h in Headers */, - A9F7B73D29425A1900B30DA7 /* instruction.h in Headers */, - A9F7B72E29425A1900B30DA7 /* loop_unswitch_pass.h in Headers */, - A9F7B50C29425A1900B30DA7 /* tree_iterator.h in Headers */, - A9F7B3F229425A1800B30DA7 /* remove_struct_member_reduction_opportunity.h in Headers */, - A9F7BCB029425A1B00B30DA7 /* validate_scopes.h in Headers */, - A9F7B6D729425A1900B30DA7 /* passes.h in Headers */, - A9F7B60829425A1900B30DA7 /* interp_fixup_pass.h in Headers */, - A9F7BCB629425A1B00B30DA7 /* validate_memory_semantics.h in Headers */, - A9F7B39229425A1800B30DA7 /* hash_combine.h in Headers */, - A9F7B44029425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, - A9F7B52429425A1900B30DA7 /* strip_debug_info_pass.h in Headers */, - A9F7B70729425A1900B30DA7 /* pch_source_opt.h in Headers */, - A9F7B41629425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.h in Headers */, - A9F7B46D29425A1800B30DA7 /* reduction_pass.h in Headers */, - A9F7B51529425A1900B30DA7 /* local_single_store_elim_pass.h in Headers */, - A9F7B47029425A1800B30DA7 /* latest_version_opencl_std_header.h in Headers */, - A9F7B3BC29425A1800B30DA7 /* remove_block_reduction_opportunity.h in Headers */, - A9F7B42B29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.h in Headers */, - A9F7BC3E29425A1B00B30DA7 /* instruction.h in Headers */, - A9F7B6B629425A1900B30DA7 /* eliminate_dead_functions_pass.h in Headers */, - A9F7B39E29425A1800B30DA7 /* bit_vector.h in Headers */, - A9F7B35F29425A1800B30DA7 /* assembly_grammar.h in Headers */, - A9F7B65329425A1900B30DA7 /* loop_dependence.h in Headers */, - A9F7B3D729425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, - A9F7B6B329425A1900B30DA7 /* folding_rules.h in Headers */, - A9F7B63E29425A1900B30DA7 /* eliminate_dead_members_pass.h in Headers */, - A9F7B45229425A1800B30DA7 /* reduction_util.h in Headers */, - A9F7B79A29425A1900B30DA7 /* table.h in Headers */, - A9F7BC7A29425A1B00B30DA7 /* basic_block.h in Headers */, - A9F7B44C29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.h in Headers */, - A9F7B5BA29425A1900B30DA7 /* remove_dontinline_pass.h in Headers */, - A9F7B3BF29425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, - A9F7B49129425A1800B30DA7 /* operand.h in Headers */, - A9F7B4D929425A1900B30DA7 /* disassemble.h in Headers */, - A9F7B40429425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, - A9F7B65629425A1900B30DA7 /* value_number_table.h in Headers */, - A9F7B38F29425A1800B30DA7 /* small_vector.h in Headers */, - A9F7B69229425A1900B30DA7 /* log.h in Headers */, - A9F7B38629425A1800B30DA7 /* ilist_node.h in Headers */, - A9F7B77C29425A1900B30DA7 /* feature_manager.h in Headers */, - A9F7B68929425A1900B30DA7 /* loop_fission.h in Headers */, - A9F7B50F29425A1900B30DA7 /* interface_var_sroa.h in Headers */, - A9F7B76129425A1900B30DA7 /* licm_pass.h in Headers */, - A9F7B5B729425A1900B30DA7 /* convert_to_half_pass.h in Headers */, - A9F7B3D129425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, - A9F7B59029425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.h in Headers */, - A9F7B73129425A1900B30DA7 /* cfg.h in Headers */, - A9F7B40D29425A1800B30DA7 /* remove_selection_reduction_opportunity.h in Headers */, - A9F7BC4429425A1B00B30DA7 /* opcode.h in Headers */, - A9F7B65C29425A1900B30DA7 /* flatten_decoration_pass.h in Headers */, - A9F7B5B429425A1900B30DA7 /* private_to_local_pass.h in Headers */, - A9F7B5F929425A1900B30DA7 /* wrap_opkill.h in Headers */, - A9F7B37A29425A1800B30DA7 /* text.h in Headers */, - A9F7B38C29425A1800B30DA7 /* string_utils.h in Headers */, - A9F7B5A529425A1900B30DA7 /* debug_info_manager.h in Headers */, - A9F7B6CE29425A1900B30DA7 /* fix_storage_class.h in Headers */, - A9F7B69529425A1900B30DA7 /* copy_prop_arrays.h in Headers */, - A9F7B40729425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.h in Headers */, - A9F7B4A329425A1900B30DA7 /* lcs.h in Headers */, - A9F7B3AD29425A1800B30DA7 /* ilist.h in Headers */, - A9F7B40A29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, - A9F7BCE929425A1B00B30DA7 /* function.h in Headers */, - A9F7B69829425A1900B30DA7 /* eliminate_dead_constant_pass.h in Headers */, - A9F7B51829425A1900B30DA7 /* reduce_load_size.h in Headers */, - A9F7B78829425A1900B30DA7 /* set_spec_constant_default_value_pass.h in Headers */, - A9F7B4BE29425A1900B30DA7 /* diagnostic.h in Headers */, - A9F7B77F29425A1900B30DA7 /* dataflow.h in Headers */, - A9F7B45529425A1800B30DA7 /* merge_blocks_reduction_opportunity.h in Headers */, - A9F7B72229425A1900B30DA7 /* module.h in Headers */, - A9F7BC4129425A1B00B30DA7 /* spirv_optimizer_options.h in Headers */, - A9F7BC3229425A1B00B30DA7 /* ext_inst.h in Headers */, - A9F7B48229425A1800B30DA7 /* spirv_reducer_options.h in Headers */, - A9F7BCF529425A1B00B30DA7 /* decoration.h in Headers */, - A9F7B61129425A1900B30DA7 /* inst_buff_addr_check_pass.h in Headers */, - A9F7B75E29425A1900B30DA7 /* iterator.h in Headers */, - A9F7BC4A29425A1B00B30DA7 /* latest_version_glsl_std_450_header.h in Headers */, - A9F7B42E29425A1800B30DA7 /* pch_source_reduce.h in Headers */, - A9F7B4B529425A1900B30DA7 /* name_mapper.h in Headers */, - A9F7B57529425A1900B30DA7 /* liveness.h in Headers */, - A9F7B5D529425A1900B30DA7 /* local_redundancy_elimination.h in Headers */, - A9F7B3F529425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, - A9F7B54B29425A1900B30DA7 /* instruction_list.h in Headers */, - A9F7B4A029425A1900B30DA7 /* diff.h in Headers */, - A9F7B63529425A1900B30DA7 /* instrument_pass.h in Headers */, - A9F7BC5329425A1B00B30DA7 /* binary.h in Headers */, - A9F7B65029425A1900B30DA7 /* inline_pass.h in Headers */, - A9F7B5EA29425A1900B30DA7 /* loop_fusion_pass.h in Headers */, - A9F7B6A429425A1900B30DA7 /* dead_variable_elimination.h in Headers */, - A9F7B78E29425A1900B30DA7 /* remove_unused_interface_variables_pass.h in Headers */, - A9F7B41F29425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, - A9F7B6E329425A1900B30DA7 /* simplification_pass.h in Headers */, - A9F7B6E929425A1900B30DA7 /* remove_duplicates_pass.h in Headers */, - A9F7B60B29425A1900B30DA7 /* eliminate_dead_io_components_pass.h in Headers */, - A9F7B47C29425A1800B30DA7 /* enum_string_mapping.h in Headers */, - A9F7B3A429425A1800B30DA7 /* hex_float.h in Headers */, - A9F7B4A929425A1900B30DA7 /* spirv_validator_options.h in Headers */, - A9F7B6EC29425A1900B30DA7 /* desc_sroa_util.h in Headers */, - A9F7B41329425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.h in Headers */, - A9F7B74F29425A1900B30DA7 /* pass_manager.h in Headers */, - A9F7B6AA29425A1900B30DA7 /* dominator_analysis.h in Headers */, - A9F7B48E29425A1800B30DA7 /* spirv_definition.h in Headers */, - A9F7B5DE29425A1900B30DA7 /* block_merge_util.h in Headers */, - A9F7B40129425A1800B30DA7 /* remove_function_reduction_opportunity.h in Headers */, - A9F7B43729425A1800B30DA7 /* reducer.h in Headers */, - A9F7B5C329425A1900B30DA7 /* def_use_manager.h in Headers */, - A9F7B79129425A1900B30DA7 /* type_manager.h in Headers */, - A9F7B4CA29425A1900B30DA7 /* common_debug_info.h in Headers */, - A9F7B5CC29425A1900B30DA7 /* cfg_cleanup_pass.h in Headers */, - A9F7B5E429425A1900B30DA7 /* desc_sroa.h in Headers */, - A9F7B60529425A1900B30DA7 /* local_single_block_elim_pass.h in Headers */, - A9F7B4C129425A1900B30DA7 /* spirv_endian.h in Headers */, - A9F7B70D29425A1900B30DA7 /* redundancy_elimination.h in Headers */, - A9F7B74C29425A1900B30DA7 /* combine_access_chains.h in Headers */, - A9F7BC3829425A1B00B30DA7 /* latest_version_spirv_header.h in Headers */, - A9F7B53929425A1900B30DA7 /* eliminate_dead_output_stores_pass.h in Headers */, - A9F7B75229425A1900B30DA7 /* spread_volatile_semantics.h in Headers */, - A9F7B72829425A1900B30DA7 /* ir_builder.h in Headers */, - A9F7B76429425A1900B30DA7 /* build_module.h in Headers */, - A9F7B66829425A1900B30DA7 /* inline_exhaustive_pass.h in Headers */, - A9F7B44629425A1800B30DA7 /* reduction_opportunity_finder.h in Headers */, - A9F7B36E29425A1800B30DA7 /* divergence_analysis.h in Headers */, - A9F7B67A29425A1900B30DA7 /* upgrade_memory_model.h in Headers */, - A9F7B3A129425A1800B30DA7 /* bitutils.h in Headers */, - A9F7B4B229425A1900B30DA7 /* parsed_operand.h in Headers */, - A9F7B49A29425A1800B30DA7 /* spirv_constant.h in Headers */, - A9F7B77029425A1900B30DA7 /* fix_func_call_arguments.h in Headers */, - A9F7B6B929425A1900B30DA7 /* eliminate_dead_functions_util.h in Headers */, - A9F7B57829425A1900B30DA7 /* loop_unroller.h in Headers */, - A9F7B69E29425A1900B30DA7 /* ssa_rewrite_pass.h in Headers */, - A9F7B54829425A1900B30DA7 /* propagator.h in Headers */, - A9F7B73A29425A1900B30DA7 /* loop_descriptor.h in Headers */, - A9F7B4EE29425A1900B30DA7 /* merge_return_pass.h in Headers */, - A9F7B5FC29425A1900B30DA7 /* empty_pass.h in Headers */, - A9F7B70129425A1900B30DA7 /* scalar_replacement_pass.h in Headers */, - A9F7B73429425A1900B30DA7 /* code_sink.h in Headers */, - A9F7B44929425A1800B30DA7 /* change_operand_reduction_opportunity.h in Headers */, - A9F7B68029425A1900B30DA7 /* analyze_live_input_pass.h in Headers */, - A9F7B47629425A1800B30DA7 /* cfa.h in Headers */, - A9F7B55A29425A1900B30DA7 /* amd_ext_to_khr.h in Headers */, - A9F7B5FF29425A1900B30DA7 /* decoration_manager.h in Headers */, - A9F7B5D829425A1900B30DA7 /* loop_peeling.h in Headers */, - A9F7B52729425A1900B30DA7 /* replace_desc_array_access_using_var_index.h in Headers */, - A9F7B6F229425A1900B30DA7 /* reflect.h in Headers */, - A9F7B50629425A1900B30DA7 /* compact_ids_pass.h in Headers */, - A9F7B49729425A1800B30DA7 /* macro.h in Headers */, - A9F7B39829425A1800B30DA7 /* timer.h in Headers */, - A9F7BC4D29425A1B00B30DA7 /* extensions.h in Headers */, - A9F7B63829425A1900B30DA7 /* mem_pass.h in Headers */, - A9F7B53C29425A1900B30DA7 /* local_access_chain_convert_pass.h in Headers */, - A9F7B3DD29425A1800B30DA7 /* remove_instruction_reduction_opportunity.h in Headers */, - A9F7B56629425A1900B30DA7 /* control_dependence.h in Headers */, - A9F7B58729425A1900B30DA7 /* ir_loader.h in Headers */, - A9F7B3E029425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, - A9F7B68C29425A1900B30DA7 /* workaround1209.h in Headers */, - A9F7B50929425A1900B30DA7 /* register_pressure.h in Headers */, - A9F7B3B629425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */, - A9F7B5ED29425A1900B30DA7 /* struct_cfg_analysis.h in Headers */, - A9F7B35C29425A1800B30DA7 /* spirv_fuzzer_options.h in Headers */, - A9F7B6FE29425A1900B30DA7 /* const_folding_rules.h in Headers */, - A9F7B78229425A1900B30DA7 /* inst_bindless_check_pass.h in Headers */, - A9F7B74029425A1900B30DA7 /* aggressive_dead_code_elim_pass.h in Headers */, - A9F7B4DF29425A1900B30DA7 /* if_conversion.h in Headers */, + A9A9DC742C437C6B00B4ACDC /* ir_loader.h in Headers */, + A9A9DDF02C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */, + A9A9DF1C2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, + A9A9DCF02C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */, + A9A9DD4C2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */, + A9A9DB642C437C6B00B4ACDC /* def_use_manager.h in Headers */, + A9A9E0942C437C6C00B4ACDC /* ext_inst.h in Headers */, + A9A9DD882C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */, + A9A9DD302C437C6C00B4ACDC /* pass_manager.h in Headers */, + A9A9DB8C2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */, + A9A9DB442C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */, + A9A9DD1C2C437C6C00B4ACDC /* null_pass.h in Headers */, + A9A9DC082C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */, + A9A9E1082C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */, + A9A9DEEC2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */, + A9A9DD442C437C6C00B4ACDC /* pch_source_opt.h in Headers */, + A9A9DCE82C437C6B00B4ACDC /* loop_unroller.h in Headers */, + A9A9DAFC2C437C6B00B4ACDC /* composite.h in Headers */, + A9A9DF502C437C6C00B4ACDC /* bitutils.h in Headers */, + A9A9E06C2C437C6C00B4ACDC /* cfa.h in Headers */, + A9A9DFA42C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9DBC02C437C6B00B4ACDC /* feature_manager.h in Headers */, + A9A9DE002C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */, + A9A9DEDC2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */, + A9A9E0D42C437C6C00B4ACDC /* parsed_operand.h in Headers */, + A9A9DE5C2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */, + A9A9DD642C437C6C00B4ACDC /* redundancy_elimination.h in Headers */, + A9A9DF802C437C6C00B4ACDC /* timer.h in Headers */, + A9A9DEAC2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */, + A9A9D4542C437C6900B4ACDC /* diff.h in Headers */, + A9A9DE942C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */, + A9A9DC382C437C6B00B4ACDC /* instruction_list.h in Headers */, + A9A9DCC82C437C6B00B4ACDC /* loop_fission.h in Headers */, + A9A9DB742C437C6B00B4ACDC /* desc_sroa.h in Headers */, + A9A9DAAC2C437C6B00B4ACDC /* basic_block.h in Headers */, + A9A9DF602C437C6C00B4ACDC /* ilist.h in Headers */, + A9A9DC582C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */, + A9A9DD782C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */, + A9A9DF342C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */, + A9A9DF642C437C6C00B4ACDC /* make_unique.h in Headers */, + A9A9DDE02C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */, + A9A9DCC02C437C6B00B4ACDC /* loop_descriptor.h in Headers */, + A9A9DE042C437C6C00B4ACDC /* tree_iterator.h in Headers */, + A9A9E0BC2C437C6C00B4ACDC /* name_mapper.h in Headers */, + A9A9DC6C2C437C6B00B4ACDC /* ir_context.h in Headers */, + A9A9DBF02C437C6B00B4ACDC /* folding_rules.h in Headers */, + A9A9DB0C2C437C6B00B4ACDC /* constants.h in Headers */, + A9A9DC602C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */, + A9A9DD182C437C6C00B4ACDC /* module.h in Headers */, + A9A9DE842C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */, + A9A9DE542C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */, + A9A9DD102C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */, + A9A9DA802C437C6B00B4ACDC /* divergence_analysis.h in Headers */, + A9A9DA8C2C437C6B00B4ACDC /* lints.h in Headers */, + A9A9DD082C437C6B00B4ACDC /* merge_return_pass.h in Headers */, + A9A9DCD02C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */, + A9A9DE4C2C437C6C00B4ACDC /* wrap_opkill.h in Headers */, + A9A9DCD82C437C6B00B4ACDC /* loop_fusion.h in Headers */, + A9A9DE0C2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */, + A9A9E0F82C437C6C00B4ACDC /* spirv_endian.h in Headers */, + A9A9DDE82C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */, + A9A9DA942C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */, + A9A9D4582C437C6900B4ACDC /* lcs.h in Headers */, + A9A9DBC82C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */, + A9A9DF242C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, + A9A9DF542C437C6C00B4ACDC /* hash_combine.h in Headers */, + A9A9DAC42C437C6B00B4ACDC /* build_module.h in Headers */, + A9A9DF4C2C437C6C00B4ACDC /* bit_vector.h in Headers */, + A9A9DF0C2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, + A9A9DE642C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, + A9A9DF3C2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, + A9A9DCAC2C437C6B00B4ACDC /* log.h in Headers */, + A9A9DE6C2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, + A9A9DE342C437C6C00B4ACDC /* value_number_table.h in Headers */, + A9A9DB242C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */, + A9A9DEE42C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */, + A9A9E1382C437C6D00B4ACDC /* text.h in Headers */, + A9A9DF142C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, + A9A9DC782C437C6B00B4ACDC /* iterator.h in Headers */, + A9A9DD3C2C437C6C00B4ACDC /* passes.h in Headers */, + A9A9DEA42C437C6C00B4ACDC /* reducer.h in Headers */, + A9A9DCF82C437C6B00B4ACDC /* loop_utils.h in Headers */, + A9A9DEBC2C437C6C00B4ACDC /* reduction_pass.h in Headers */, + A9A9E1002C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */, + A9A9E0C42C437C6C00B4ACDC /* opcode.h in Headers */, + A9A9E0B42C437C6C00B4ACDC /* macro.h in Headers */, + A9A9DC402C437C6B00B4ACDC /* instruction.h in Headers */, + A9A9DD802C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */, + A9A9DC982C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */, + A9A9E03C2C437C6C00B4ACDC /* validate_scopes.h in Headers */, + A9A9DC482C437C6B00B4ACDC /* instrument_pass.h in Headers */, + A9A9DD242C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */, + A9A9DABC2C437C6B00B4ACDC /* block_merge_util.h in Headers */, + A9A9E1282C437C6D00B4ACDC /* table.h in Headers */, + A9A9DBB42C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */, + A9A9E0542C437C6C00B4ACDC /* validation_state.h in Headers */, + A9A9DE3C2C437C6C00B4ACDC /* vector_dce.h in Headers */, + A9A9DDC02C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */, + A9A9DDA42C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */, + A9A9E04C2C437C6C00B4ACDC /* validate.h in Headers */, + A9A9DC802C437C6B00B4ACDC /* licm_pass.h in Headers */, + A9A9DE8C2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, + A9A9DB4C2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */, + A9A9DC882C437C6B00B4ACDC /* liveness.h in Headers */, + A9A9DBE02C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */, + A9A9DD702C437C6C00B4ACDC /* register_pressure.h in Headers */, + A9A9DF702C437C6C00B4ACDC /* small_vector.h in Headers */, + A9A9E0A02C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9E0A82C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */, + A9A9DF942C437C6C00B4ACDC /* decoration.h in Headers */, + A9A9E0F02C437C6C00B4ACDC /* spirv_definition.h in Headers */, + A9A9DB9C2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */, + A9A9DC002C437C6B00B4ACDC /* function.h in Headers */, + A9A9DAE42C437C6B00B4ACDC /* code_sink.h in Headers */, + A9A9DD982C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */, + A9A9DF5C2C437C6C00B4ACDC /* ilist_node.h in Headers */, + A9A9E0602C437C6C00B4ACDC /* assembly_grammar.h in Headers */, + A9A9DC102C437C6B00B4ACDC /* if_conversion.h in Headers */, + A9A9E1102C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */, + A9A9DBAC2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */, + A9A9DB5C2C437C6B00B4ACDC /* decoration_manager.h in Headers */, + A9A9DC282C437C6B00B4ACDC /* inline_pass.h in Headers */, + A9A9DF902C437C6C00B4ACDC /* construct.h in Headers */, + A9A9DF582C437C6C00B4ACDC /* hex_float.h in Headers */, + A9A9DF782C437C6C00B4ACDC /* string_utils.h in Headers */, + A9A9DCE02C437C6B00B4ACDC /* loop_peeling.h in Headers */, + A9A9E0842C437C6C00B4ACDC /* enum_set.h in Headers */, + A9A9DB342C437C6B00B4ACDC /* dataflow.h in Headers */, + A9A9DADC2C437C6B00B4ACDC /* cfg.h in Headers */, + A9A9DF2C2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, + A9A9DF442C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */, + A9A9E0EC2C437C6C00B4ACDC /* spirv_constant.h in Headers */, + A9A9DB6C2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */, + A9A9DBF82C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */, + A9A9DB042C437C6B00B4ACDC /* const_folding_rules.h in Headers */, + A9A9DD5C2C437C6C00B4ACDC /* reduce_load_size.h in Headers */, + A9A9DCA02C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */, + A9A9DAA42C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */, + A9A9DC182C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */, + A9A9DE1C2C437C6C00B4ACDC /* types.h in Headers */, + A9A9DB842C437C6B00B4ACDC /* dominator_tree.h in Headers */, + A9A9DD902C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */, + A9A9DE7C2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */, + A9A9DDB02C437C6C00B4ACDC /* scalar_analysis.h in Headers */, + A9A9DB7C2C437C6B00B4ACDC /* dominator_analysis.h in Headers */, + A9A9DDB82C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */, + A9A9DAB42C437C6B00B4ACDC /* block_merge_pass.h in Headers */, + A9A9DCB82C437C6B00B4ACDC /* loop_dependence.h in Headers */, + A9A9E0782C437C6C00B4ACDC /* diagnostic.h in Headers */, + A9A9E1182C437C6D00B4ACDC /* spirv_target_env.h in Headers */, + A9A9DDF82C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */, + A9A9E1302C437C6D00B4ACDC /* text_handler.h in Headers */, + A9A9DEFC2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */, + A9A9DC202C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */, + A9A9DECC2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */, + A9A9DC642C437C6B00B4ACDC /* ir_builder.h in Headers */, + A9A9DBA42C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */, + A9A9E0AC2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */, + A9A9DB142C437C6B00B4ACDC /* control_dependence.h in Headers */, + A9A9DDC82C437C6C00B4ACDC /* simplification_pass.h in Headers */, + A9A9DBB82C437C6B00B4ACDC /* empty_pass.h in Headers */, + A9A9DD682C437C6C00B4ACDC /* reflect.h in Headers */, + A9A9DED42C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */, + A9A9E1202C437C6D00B4ACDC /* spirv_validator_options.h in Headers */, + A9A9DB542C437C6B00B4ACDC /* debug_info_manager.h in Headers */, + A9A9DAF42C437C6B00B4ACDC /* compact_ids_pass.h in Headers */, + A9A9DACC2C437C6B00B4ACDC /* ccp_pass.h in Headers */, + A9A9DF6C2C437C6C00B4ACDC /* parse_number.h in Headers */, + A9A9E0702C437C6C00B4ACDC /* common_debug_info.h in Headers */, + A9A9E09C2C437C6C00B4ACDC /* extensions.h in Headers */, + A9A9DEB42C437C6C00B4ACDC /* reduction_opportunity.h in Headers */, + A9A9DE742C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */, + A9A9DB2C2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */, + A9A9DE9C2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */, + A9A9DBD82C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */, + A9A9DBD02C437C6B00B4ACDC /* fix_storage_class.h in Headers */, + A9A9E0CC2C437C6C00B4ACDC /* operand.h in Headers */, + A9A9DEF42C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */, + A9A9DC902C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */, + A9A9DDD02C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */, + A9A9E08C2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */, + A9A9DDD82C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */, + A9A9DBE82C437C6B00B4ACDC /* fold.h in Headers */, + A9A9E0A42C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */, + A9A9DDA02C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */, + A9A9DB3C2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */, + A9A9DC302C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */, + A9A9DC502C437C6B00B4ACDC /* interface_var_sroa.h in Headers */, + A9A9DF9C2C437C6C00B4ACDC /* function.h in Headers */, + A9A9E0802C437C6C00B4ACDC /* disassemble.h in Headers */, + A9A9DA9C2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */, + A9A9DB1C2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */, + A9A9DD542C437C6C00B4ACDC /* propagator.h in Headers */, + A9A9DAD42C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */, + A9A9DE142C437C6C00B4ACDC /* type_manager.h in Headers */, + A9A9E0E42C437C6C00B4ACDC /* print.h in Headers */, + A9A9DB942C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */, + A9A9E0102C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */, + A9A9DF042C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */, + A9A9DE242C437C6C00B4ACDC /* unify_const_pass.h in Headers */, + A9A9DF882C437C6C00B4ACDC /* basic_block.h in Headers */, + A9A9DD382C437C6C00B4ACDC /* pass.h in Headers */, + A9A9DEC42C437C6C00B4ACDC /* reduction_util.h in Headers */, + A9A9DD002C437C6B00B4ACDC /* mem_pass.h in Headers */, + A9A9E0682C437C6C00B4ACDC /* binary.h in Headers */, + A9A9DE442C437C6C00B4ACDC /* workaround1209.h in Headers */, + A9A9DAEC2C437C6B00B4ACDC /* combine_access_chains.h in Headers */, + A9A9DCA82C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */, + A9A9DE2C2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */, + A9A9E0DC2C437C6C00B4ACDC /* pch_source.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4228,213 +4270,216 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A9F7B53829425A1900B30DA7 /* replace_invalid_opc.h in Headers */, - A9F7B5CB29425A1900B30DA7 /* convert_to_sampled_image_pass.h in Headers */, - A9F7B4B129425A1900B30DA7 /* text_handler.h in Headers */, - A9F7B58F29425A1900B30DA7 /* types.h in Headers */, - A9F7B62B29425A1900B30DA7 /* dead_insert_elim_pass.h in Headers */, - A9F7B38529425A1800B30DA7 /* parse_number.h in Headers */, - A9F7B38B29425A1800B30DA7 /* make_unique.h in Headers */, - A9F7B76F29425A1900B30DA7 /* function.h in Headers */, - A9F7B61F29425A1900B30DA7 /* inst_debug_printf_pass.h in Headers */, - A9F7B5A129425A1900B30DA7 /* block_merge_pass.h in Headers */, - A9F7B52329425A1900B30DA7 /* scalar_analysis.h in Headers */, - A9F7B50229425A1900B30DA7 /* composite.h in Headers */, - A9F7B37329425A1800B30DA7 /* enum_set.h in Headers */, - A9F7B36D29425A1800B30DA7 /* lints.h in Headers */, - A9F7B63129425A1900B30DA7 /* freeze_spec_constant_value_pass.h in Headers */, - A9F7B43F29425A1800B30DA7 /* reduction_opportunity.h in Headers */, - A9F7B56229425A1900B30DA7 /* ir_context.h in Headers */, - A9F7B72129425A1900B30DA7 /* loop_utils.h in Headers */, - A9F7B5BF29425A1900B30DA7 /* relax_float_ops_pass.h in Headers */, - A9F7B6B229425A1900B30DA7 /* pass.h in Headers */, - A9F7B4F329425A1900B30DA7 /* inline_opaque_pass.h in Headers */, - A9F7B61629425A1900B30DA7 /* strength_reduction_pass.h in Headers */, - A9F7B47B29425A1800B30DA7 /* pch_source.h in Headers */, - A9F7B51429425A1900B30DA7 /* graphics_robust_access_pass.h in Headers */, - A9F7B6CA29425A1900B30DA7 /* scalar_analysis_nodes.h in Headers */, - A9F7B3CD29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.h in Headers */, - A9F7B59829425A1900B30DA7 /* basic_block.h in Headers */, - A9F7B4EA29425A1900B30DA7 /* strip_nonsemantic_info_pass.h in Headers */, - A9F7B6BE29425A1900B30DA7 /* fold.h in Headers */, - A9F7BCD929425A1B00B30DA7 /* instruction.h in Headers */, - A9F7B58629425A1900B30DA7 /* unify_const_pass.h in Headers */, - A9F7B74B29425A1900B30DA7 /* vector_dce.h in Headers */, - A9F7B3C729425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.h in Headers */, - A9F7B3B229425A1800B30DA7 /* spirv_target_env.h in Headers */, - A9F7B4F629425A1900B30DA7 /* loop_fusion.h in Headers */, - A9F7B4D529425A1900B30DA7 /* print.h in Headers */, - A9F7B40029425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */, - A9F7B78D29425A1900B30DA7 /* dominator_tree.h in Headers */, - A9F7B6C429425A1900B30DA7 /* dead_branch_elim_pass.h in Headers */, - A9F7B76929425A1900B30DA7 /* ccp_pass.h in Headers */, - A9F7BCA629425A1B00B30DA7 /* validate.h in Headers */, - A9F7BC6729425A1B00B30DA7 /* construct.h in Headers */, - A9F7B6FA29425A1900B30DA7 /* null_pass.h in Headers */, - A9F7B66D29425A1900B30DA7 /* constants.h in Headers */, - A9F7BC9429425A1B00B30DA7 /* validation_state.h in Headers */, - A9F7B73F29425A1900B30DA7 /* instruction.h in Headers */, - A9F7B73029425A1900B30DA7 /* loop_unswitch_pass.h in Headers */, - A9F7B50E29425A1900B30DA7 /* tree_iterator.h in Headers */, - A9F7B3F429425A1800B30DA7 /* remove_struct_member_reduction_opportunity.h in Headers */, - A9F7BCB229425A1B00B30DA7 /* validate_scopes.h in Headers */, - A9F7B6D929425A1900B30DA7 /* passes.h in Headers */, - A9F7B60A29425A1900B30DA7 /* interp_fixup_pass.h in Headers */, - A9F7BCB829425A1B00B30DA7 /* validate_memory_semantics.h in Headers */, - A9F7B39429425A1800B30DA7 /* hash_combine.h in Headers */, - A9F7B44229425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, - A9F7B52629425A1900B30DA7 /* strip_debug_info_pass.h in Headers */, - A9F7B70929425A1900B30DA7 /* pch_source_opt.h in Headers */, - A9F7B41829425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.h in Headers */, - A9F7B46F29425A1800B30DA7 /* reduction_pass.h in Headers */, - A9F7B51729425A1900B30DA7 /* local_single_store_elim_pass.h in Headers */, - A9F7B47229425A1800B30DA7 /* latest_version_opencl_std_header.h in Headers */, - A9F7B3BE29425A1800B30DA7 /* remove_block_reduction_opportunity.h in Headers */, - A9F7B42D29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.h in Headers */, - A9F7BC4029425A1B00B30DA7 /* instruction.h in Headers */, - A9F7B6B829425A1900B30DA7 /* eliminate_dead_functions_pass.h in Headers */, - A9F7B3A029425A1800B30DA7 /* bit_vector.h in Headers */, - A9F7B36129425A1800B30DA7 /* assembly_grammar.h in Headers */, - A9F7B65529425A1900B30DA7 /* loop_dependence.h in Headers */, - A9F7B3D929425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, - A9F7B6B529425A1900B30DA7 /* folding_rules.h in Headers */, - A9F7B64029425A1900B30DA7 /* eliminate_dead_members_pass.h in Headers */, - A9F7B45429425A1800B30DA7 /* reduction_util.h in Headers */, - A9F7B79C29425A1900B30DA7 /* table.h in Headers */, - A9F7BC7C29425A1B00B30DA7 /* basic_block.h in Headers */, - A9F7B44E29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.h in Headers */, - A9F7B5BC29425A1900B30DA7 /* remove_dontinline_pass.h in Headers */, - A9F7B3C129425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, - A9F7B49329425A1800B30DA7 /* operand.h in Headers */, - A9F7B4DB29425A1900B30DA7 /* disassemble.h in Headers */, - A9F7B40629425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, - A9F7B65829425A1900B30DA7 /* value_number_table.h in Headers */, - A9F7B39129425A1800B30DA7 /* small_vector.h in Headers */, - A9F7B69429425A1900B30DA7 /* log.h in Headers */, - A9F7B38829425A1800B30DA7 /* ilist_node.h in Headers */, - A9F7B77E29425A1900B30DA7 /* feature_manager.h in Headers */, - A9F7B68B29425A1900B30DA7 /* loop_fission.h in Headers */, - A9F7B51129425A1900B30DA7 /* interface_var_sroa.h in Headers */, - A9F7B76329425A1900B30DA7 /* licm_pass.h in Headers */, - A9F7B5B929425A1900B30DA7 /* convert_to_half_pass.h in Headers */, - A9F7B3D329425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, - A9F7B59229425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.h in Headers */, - A9F7B73329425A1900B30DA7 /* cfg.h in Headers */, - A9F7B40F29425A1800B30DA7 /* remove_selection_reduction_opportunity.h in Headers */, - A9F7BC4629425A1B00B30DA7 /* opcode.h in Headers */, - A9F7B65E29425A1900B30DA7 /* flatten_decoration_pass.h in Headers */, - A9F7B5B629425A1900B30DA7 /* private_to_local_pass.h in Headers */, - A9F7B5FB29425A1900B30DA7 /* wrap_opkill.h in Headers */, - A9F7B37C29425A1800B30DA7 /* text.h in Headers */, - A9F7B38E29425A1800B30DA7 /* string_utils.h in Headers */, - A9F7B5A729425A1900B30DA7 /* debug_info_manager.h in Headers */, - A9F7B6D029425A1900B30DA7 /* fix_storage_class.h in Headers */, - A9F7B69729425A1900B30DA7 /* copy_prop_arrays.h in Headers */, - A9F7B40929425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.h in Headers */, - A9F7B4A529425A1900B30DA7 /* lcs.h in Headers */, - A9F7B3AF29425A1800B30DA7 /* ilist.h in Headers */, - A9F7B40C29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, - A9F7BCEB29425A1B00B30DA7 /* function.h in Headers */, - A9F7B69A29425A1900B30DA7 /* eliminate_dead_constant_pass.h in Headers */, - A9F7B51A29425A1900B30DA7 /* reduce_load_size.h in Headers */, - A9F7B78A29425A1900B30DA7 /* set_spec_constant_default_value_pass.h in Headers */, - A9F7B4C029425A1900B30DA7 /* diagnostic.h in Headers */, - A9F7B78129425A1900B30DA7 /* dataflow.h in Headers */, - A9F7B45729425A1800B30DA7 /* merge_blocks_reduction_opportunity.h in Headers */, - A9F7B72429425A1900B30DA7 /* module.h in Headers */, - A9F7BC4329425A1B00B30DA7 /* spirv_optimizer_options.h in Headers */, - A9F7BC3429425A1B00B30DA7 /* ext_inst.h in Headers */, - A9F7B48429425A1800B30DA7 /* spirv_reducer_options.h in Headers */, - A9F7BCF729425A1B00B30DA7 /* decoration.h in Headers */, - A9F7B61329425A1900B30DA7 /* inst_buff_addr_check_pass.h in Headers */, - A9F7B76029425A1900B30DA7 /* iterator.h in Headers */, - A9F7BC4C29425A1B00B30DA7 /* latest_version_glsl_std_450_header.h in Headers */, - A9F7B43029425A1800B30DA7 /* pch_source_reduce.h in Headers */, - A9F7B4B729425A1900B30DA7 /* name_mapper.h in Headers */, - A9F7B57729425A1900B30DA7 /* liveness.h in Headers */, - A9F7B5D729425A1900B30DA7 /* local_redundancy_elimination.h in Headers */, - A9F7B3F729425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, - A9F7B54D29425A1900B30DA7 /* instruction_list.h in Headers */, - A9F7B4A229425A1900B30DA7 /* diff.h in Headers */, - A9F7B63729425A1900B30DA7 /* instrument_pass.h in Headers */, - A9F7BC5529425A1B00B30DA7 /* binary.h in Headers */, - A9F7B65229425A1900B30DA7 /* inline_pass.h in Headers */, - A9F7B5EC29425A1900B30DA7 /* loop_fusion_pass.h in Headers */, - A9F7B6A629425A1900B30DA7 /* dead_variable_elimination.h in Headers */, - A9F7B79029425A1900B30DA7 /* remove_unused_interface_variables_pass.h in Headers */, - A9F7B42129425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, - A9F7B6E529425A1900B30DA7 /* simplification_pass.h in Headers */, - A9F7B6EB29425A1900B30DA7 /* remove_duplicates_pass.h in Headers */, - A9F7B60D29425A1900B30DA7 /* eliminate_dead_io_components_pass.h in Headers */, - A9F7B47E29425A1800B30DA7 /* enum_string_mapping.h in Headers */, - A9F7B3A629425A1800B30DA7 /* hex_float.h in Headers */, - A9F7B4AB29425A1900B30DA7 /* spirv_validator_options.h in Headers */, - A9F7B6EE29425A1900B30DA7 /* desc_sroa_util.h in Headers */, - A9F7B41529425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.h in Headers */, - A9F7B75129425A1900B30DA7 /* pass_manager.h in Headers */, - A9F7B6AC29425A1900B30DA7 /* dominator_analysis.h in Headers */, - A9F7B49029425A1800B30DA7 /* spirv_definition.h in Headers */, - A9F7B5E029425A1900B30DA7 /* block_merge_util.h in Headers */, - A9F7B40329425A1800B30DA7 /* remove_function_reduction_opportunity.h in Headers */, - A9F7B43929425A1800B30DA7 /* reducer.h in Headers */, - A9F7B5C529425A1900B30DA7 /* def_use_manager.h in Headers */, - A9F7B79329425A1900B30DA7 /* type_manager.h in Headers */, - A9F7B4CC29425A1900B30DA7 /* common_debug_info.h in Headers */, - A9F7B5CE29425A1900B30DA7 /* cfg_cleanup_pass.h in Headers */, - A9F7B5E629425A1900B30DA7 /* desc_sroa.h in Headers */, - A9F7B60729425A1900B30DA7 /* local_single_block_elim_pass.h in Headers */, - A9F7B4C329425A1900B30DA7 /* spirv_endian.h in Headers */, - A9F7B70F29425A1900B30DA7 /* redundancy_elimination.h in Headers */, - A9F7B74E29425A1900B30DA7 /* combine_access_chains.h in Headers */, - A9F7BC3A29425A1B00B30DA7 /* latest_version_spirv_header.h in Headers */, - A9F7B53B29425A1900B30DA7 /* eliminate_dead_output_stores_pass.h in Headers */, - A9F7B75429425A1900B30DA7 /* spread_volatile_semantics.h in Headers */, - A9F7B72A29425A1900B30DA7 /* ir_builder.h in Headers */, - A9F7B76629425A1900B30DA7 /* build_module.h in Headers */, - A9F7B66A29425A1900B30DA7 /* inline_exhaustive_pass.h in Headers */, - A9F7B44829425A1800B30DA7 /* reduction_opportunity_finder.h in Headers */, - A9F7B37029425A1800B30DA7 /* divergence_analysis.h in Headers */, - A9F7B67C29425A1900B30DA7 /* upgrade_memory_model.h in Headers */, - A9F7B3A329425A1800B30DA7 /* bitutils.h in Headers */, - A9F7B4B429425A1900B30DA7 /* parsed_operand.h in Headers */, - A9F7B49C29425A1900B30DA7 /* spirv_constant.h in Headers */, - A9F7B77229425A1900B30DA7 /* fix_func_call_arguments.h in Headers */, - A9F7B6BB29425A1900B30DA7 /* eliminate_dead_functions_util.h in Headers */, - A9F7B57A29425A1900B30DA7 /* loop_unroller.h in Headers */, - A9F7B6A029425A1900B30DA7 /* ssa_rewrite_pass.h in Headers */, - A9F7B54A29425A1900B30DA7 /* propagator.h in Headers */, - A9F7B73C29425A1900B30DA7 /* loop_descriptor.h in Headers */, - A9F7B4F029425A1900B30DA7 /* merge_return_pass.h in Headers */, - A9F7B5FE29425A1900B30DA7 /* empty_pass.h in Headers */, - A9F7B70329425A1900B30DA7 /* scalar_replacement_pass.h in Headers */, - A9F7B73629425A1900B30DA7 /* code_sink.h in Headers */, - A9F7B44B29425A1800B30DA7 /* change_operand_reduction_opportunity.h in Headers */, - A9F7B68229425A1900B30DA7 /* analyze_live_input_pass.h in Headers */, - A9F7B47829425A1800B30DA7 /* cfa.h in Headers */, - A9F7B55C29425A1900B30DA7 /* amd_ext_to_khr.h in Headers */, - A9F7B60129425A1900B30DA7 /* decoration_manager.h in Headers */, - A9F7B5DA29425A1900B30DA7 /* loop_peeling.h in Headers */, - A9F7B52929425A1900B30DA7 /* replace_desc_array_access_using_var_index.h in Headers */, - A9F7B6F429425A1900B30DA7 /* reflect.h in Headers */, - A9F7B50829425A1900B30DA7 /* compact_ids_pass.h in Headers */, - A9F7B49929425A1800B30DA7 /* macro.h in Headers */, - A9F7B39A29425A1800B30DA7 /* timer.h in Headers */, - A9F7BC4F29425A1B00B30DA7 /* extensions.h in Headers */, - A9F7B63A29425A1900B30DA7 /* mem_pass.h in Headers */, - A9F7B53E29425A1900B30DA7 /* local_access_chain_convert_pass.h in Headers */, - A9F7B3DF29425A1800B30DA7 /* remove_instruction_reduction_opportunity.h in Headers */, - A9F7B56829425A1900B30DA7 /* control_dependence.h in Headers */, - A9F7B58929425A1900B30DA7 /* ir_loader.h in Headers */, - A9F7B3E229425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, - A9F7B68E29425A1900B30DA7 /* workaround1209.h in Headers */, - A9F7B50B29425A1900B30DA7 /* register_pressure.h in Headers */, - A9F7B3B829425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */, - A9F7B5EF29425A1900B30DA7 /* struct_cfg_analysis.h in Headers */, - A9F7B35E29425A1800B30DA7 /* spirv_fuzzer_options.h in Headers */, - A9F7B70029425A1900B30DA7 /* const_folding_rules.h in Headers */, - A9F7B78429425A1900B30DA7 /* inst_bindless_check_pass.h in Headers */, - A9F7B74229425A1900B30DA7 /* aggressive_dead_code_elim_pass.h in Headers */, - A9F7B4E129425A1900B30DA7 /* if_conversion.h in Headers */, + A9A9DC772C437C6B00B4ACDC /* ir_loader.h in Headers */, + A9A9DDF32C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */, + A9A9DF1F2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, + A9A9DCF32C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */, + A9A9DD4F2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */, + A9A9DB672C437C6B00B4ACDC /* def_use_manager.h in Headers */, + A9A9E0972C437C6C00B4ACDC /* ext_inst.h in Headers */, + A9A9DD8B2C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */, + A9A9DD332C437C6C00B4ACDC /* pass_manager.h in Headers */, + A9A9DB8F2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */, + A9A9DB472C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */, + A9A9DD1F2C437C6C00B4ACDC /* null_pass.h in Headers */, + A9A9DC0B2C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */, + A9A9E10B2C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */, + A9A9DEEF2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */, + A9A9DD472C437C6C00B4ACDC /* pch_source_opt.h in Headers */, + A9A9DCEB2C437C6B00B4ACDC /* loop_unroller.h in Headers */, + A9A9DAFF2C437C6B00B4ACDC /* composite.h in Headers */, + A9A9DF532C437C6C00B4ACDC /* bitutils.h in Headers */, + A9A9E06F2C437C6C00B4ACDC /* cfa.h in Headers */, + A9A9DFA72C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9DBC32C437C6B00B4ACDC /* feature_manager.h in Headers */, + A9A9DE032C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */, + A9A9DEDF2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */, + A9A9E0D72C437C6C00B4ACDC /* parsed_operand.h in Headers */, + A9A9DE5F2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */, + A9A9DD672C437C6C00B4ACDC /* redundancy_elimination.h in Headers */, + A9A9DF832C437C6C00B4ACDC /* timer.h in Headers */, + A9A9DEAF2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */, + A9A9D4572C437C6900B4ACDC /* diff.h in Headers */, + A9A9DE972C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */, + A9A9DC3B2C437C6B00B4ACDC /* instruction_list.h in Headers */, + A9A9DCCB2C437C6B00B4ACDC /* loop_fission.h in Headers */, + A9A9DB772C437C6B00B4ACDC /* desc_sroa.h in Headers */, + A9A9DAAF2C437C6B00B4ACDC /* basic_block.h in Headers */, + A9A9DF632C437C6C00B4ACDC /* ilist.h in Headers */, + A9A9DC5B2C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */, + A9A9DD7B2C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */, + A9A9DF372C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */, + A9A9DF672C437C6C00B4ACDC /* make_unique.h in Headers */, + A9A9DDE32C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */, + A9A9DCC32C437C6B00B4ACDC /* loop_descriptor.h in Headers */, + A9A9DE072C437C6C00B4ACDC /* tree_iterator.h in Headers */, + A9A9E0BF2C437C6C00B4ACDC /* name_mapper.h in Headers */, + A9A9DC6F2C437C6B00B4ACDC /* ir_context.h in Headers */, + A9A9DBF32C437C6B00B4ACDC /* folding_rules.h in Headers */, + A9A9DB0F2C437C6B00B4ACDC /* constants.h in Headers */, + A9A9DC632C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */, + A9A9DD1B2C437C6C00B4ACDC /* module.h in Headers */, + A9A9DE872C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */, + A9A9DE572C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */, + A9A9DD132C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */, + A9A9DA832C437C6B00B4ACDC /* divergence_analysis.h in Headers */, + A9A9DA8F2C437C6B00B4ACDC /* lints.h in Headers */, + A9A9DD0B2C437C6B00B4ACDC /* merge_return_pass.h in Headers */, + A9A9DCD32C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */, + A9A9DE4F2C437C6C00B4ACDC /* wrap_opkill.h in Headers */, + A9A9DCDB2C437C6B00B4ACDC /* loop_fusion.h in Headers */, + A9A9DE0F2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */, + A9A9E0FB2C437C6C00B4ACDC /* spirv_endian.h in Headers */, + A9A9DDEB2C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */, + A9A9DA972C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */, + A9A9D45B2C437C6900B4ACDC /* lcs.h in Headers */, + A9A9DBCB2C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */, + A9A9DF272C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, + A9A9DF572C437C6C00B4ACDC /* hash_combine.h in Headers */, + A9A9DAC72C437C6B00B4ACDC /* build_module.h in Headers */, + A9A9DF4F2C437C6C00B4ACDC /* bit_vector.h in Headers */, + A9A9DF0F2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, + A9A9DE672C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, + A9A9DF3F2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, + A9A9DCAF2C437C6B00B4ACDC /* log.h in Headers */, + A9A9DE6F2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, + A9A9DE372C437C6C00B4ACDC /* value_number_table.h in Headers */, + A9A9DB272C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */, + A9A9DEE72C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */, + A9A9E13B2C437C6D00B4ACDC /* text.h in Headers */, + A9A9DF172C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, + A9A9DC7B2C437C6B00B4ACDC /* iterator.h in Headers */, + A9A9DD3F2C437C6C00B4ACDC /* passes.h in Headers */, + A9A9DEA72C437C6C00B4ACDC /* reducer.h in Headers */, + A9A9DCFB2C437C6B00B4ACDC /* loop_utils.h in Headers */, + A9A9DEBF2C437C6C00B4ACDC /* reduction_pass.h in Headers */, + A9A9E1032C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */, + A9A9E0C72C437C6C00B4ACDC /* opcode.h in Headers */, + A9A9E0B72C437C6C00B4ACDC /* macro.h in Headers */, + A9A9DC432C437C6B00B4ACDC /* instruction.h in Headers */, + A9A9DD832C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */, + A9A9DC9B2C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */, + A9A9E03F2C437C6C00B4ACDC /* validate_scopes.h in Headers */, + A9A9DC4B2C437C6B00B4ACDC /* instrument_pass.h in Headers */, + A9A9DD272C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */, + A9A9DABF2C437C6B00B4ACDC /* block_merge_util.h in Headers */, + A9A9E12B2C437C6D00B4ACDC /* table.h in Headers */, + A9A9DBB72C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */, + A9A9E0572C437C6C00B4ACDC /* validation_state.h in Headers */, + A9A9DE3F2C437C6C00B4ACDC /* vector_dce.h in Headers */, + A9A9DDC32C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */, + A9A9DDA72C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */, + A9A9E04F2C437C6C00B4ACDC /* validate.h in Headers */, + A9A9DC832C437C6B00B4ACDC /* licm_pass.h in Headers */, + A9A9DE8F2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, + A9A9DB4F2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */, + A9A9DC8B2C437C6B00B4ACDC /* liveness.h in Headers */, + A9A9DBE32C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */, + A9A9DD732C437C6C00B4ACDC /* register_pressure.h in Headers */, + A9A9DF732C437C6C00B4ACDC /* small_vector.h in Headers */, + A9A9E0A32C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9E0AB2C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */, + A9A9DF972C437C6C00B4ACDC /* decoration.h in Headers */, + A9A9E0F32C437C6C00B4ACDC /* spirv_definition.h in Headers */, + A9A9DB9F2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */, + A9A9DC032C437C6B00B4ACDC /* function.h in Headers */, + A9A9DAE72C437C6B00B4ACDC /* code_sink.h in Headers */, + A9A9DD9B2C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */, + A9A9DF5F2C437C6C00B4ACDC /* ilist_node.h in Headers */, + A9A9E0632C437C6C00B4ACDC /* assembly_grammar.h in Headers */, + A9A9DC132C437C6B00B4ACDC /* if_conversion.h in Headers */, + A9A9E1132C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */, + A9A9DBAF2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */, + A9A9DB5F2C437C6B00B4ACDC /* decoration_manager.h in Headers */, + A9A9DC2B2C437C6B00B4ACDC /* inline_pass.h in Headers */, + A9A9DF932C437C6C00B4ACDC /* construct.h in Headers */, + A9A9DF5B2C437C6C00B4ACDC /* hex_float.h in Headers */, + A9A9DF7B2C437C6C00B4ACDC /* string_utils.h in Headers */, + A9A9DCE32C437C6B00B4ACDC /* loop_peeling.h in Headers */, + A9A9E0872C437C6C00B4ACDC /* enum_set.h in Headers */, + A9A9DB372C437C6B00B4ACDC /* dataflow.h in Headers */, + A9A9DADF2C437C6B00B4ACDC /* cfg.h in Headers */, + A9A9DF2F2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, + A9A9DF472C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */, + A9A9E0EF2C437C6C00B4ACDC /* spirv_constant.h in Headers */, + A9A9DB6F2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */, + A9A9DBFB2C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */, + A9A9DB072C437C6B00B4ACDC /* const_folding_rules.h in Headers */, + A9A9DD5F2C437C6C00B4ACDC /* reduce_load_size.h in Headers */, + A9A9DCA32C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */, + A9A9DAA72C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */, + A9A9DC1B2C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */, + A9A9DE1F2C437C6C00B4ACDC /* types.h in Headers */, + A9A9DB872C437C6B00B4ACDC /* dominator_tree.h in Headers */, + A9A9DD932C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */, + A9A9DE7F2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */, + A9A9DDB32C437C6C00B4ACDC /* scalar_analysis.h in Headers */, + A9A9DB7F2C437C6B00B4ACDC /* dominator_analysis.h in Headers */, + A9A9DDBB2C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */, + A9A9DAB72C437C6B00B4ACDC /* block_merge_pass.h in Headers */, + A9A9DCBB2C437C6B00B4ACDC /* loop_dependence.h in Headers */, + A9A9E07B2C437C6C00B4ACDC /* diagnostic.h in Headers */, + A9A9E11B2C437C6D00B4ACDC /* spirv_target_env.h in Headers */, + A9A9DDFB2C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */, + A9A9E1332C437C6D00B4ACDC /* text_handler.h in Headers */, + A9A9DEFF2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */, + A9A9DC232C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */, + A9A9DECF2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */, + A9A9DC672C437C6B00B4ACDC /* ir_builder.h in Headers */, + A9A9DBA72C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */, + A9A9E0AF2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */, + A9A9DB172C437C6B00B4ACDC /* control_dependence.h in Headers */, + A9A9DDCB2C437C6C00B4ACDC /* simplification_pass.h in Headers */, + A9A9DBBB2C437C6B00B4ACDC /* empty_pass.h in Headers */, + A9A9DD6B2C437C6C00B4ACDC /* reflect.h in Headers */, + A9A9DED72C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */, + A9A9E1232C437C6D00B4ACDC /* spirv_validator_options.h in Headers */, + A9A9DB572C437C6B00B4ACDC /* debug_info_manager.h in Headers */, + A9A9DAF72C437C6B00B4ACDC /* compact_ids_pass.h in Headers */, + A9A9DACF2C437C6B00B4ACDC /* ccp_pass.h in Headers */, + A9A9DF6F2C437C6C00B4ACDC /* parse_number.h in Headers */, + A9A9E0732C437C6C00B4ACDC /* common_debug_info.h in Headers */, + A9A9E09F2C437C6C00B4ACDC /* extensions.h in Headers */, + A9A9DEB72C437C6C00B4ACDC /* reduction_opportunity.h in Headers */, + A9A9DE772C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */, + A9A9DB2F2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */, + A9A9DE9F2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */, + A9A9DBDB2C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */, + A9A9DBD32C437C6B00B4ACDC /* fix_storage_class.h in Headers */, + A9A9E0CF2C437C6C00B4ACDC /* operand.h in Headers */, + A9A9DEF72C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */, + A9A9DC932C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */, + A9A9DDD32C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */, + A9A9E08F2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */, + A9A9DDDB2C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */, + A9A9DBEB2C437C6B00B4ACDC /* fold.h in Headers */, + A9A9E0A72C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */, + A9A9DDA32C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */, + A9A9DB3F2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */, + A9A9DC332C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */, + A9A9DC532C437C6B00B4ACDC /* interface_var_sroa.h in Headers */, + A9A9DF9F2C437C6C00B4ACDC /* function.h in Headers */, + A9A9E0832C437C6C00B4ACDC /* disassemble.h in Headers */, + A9A9DA9F2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */, + A9A9DB1F2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */, + A9A9DD572C437C6C00B4ACDC /* propagator.h in Headers */, + A9A9DAD72C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */, + A9A9DE172C437C6C00B4ACDC /* type_manager.h in Headers */, + A9A9E0E72C437C6C00B4ACDC /* print.h in Headers */, + A9A9DB972C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */, + A9A9E0132C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */, + A9A9DF072C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */, + A9A9DE272C437C6C00B4ACDC /* unify_const_pass.h in Headers */, + A9A9DF8B2C437C6C00B4ACDC /* basic_block.h in Headers */, + A9A9DD3B2C437C6C00B4ACDC /* pass.h in Headers */, + A9A9DEC72C437C6C00B4ACDC /* reduction_util.h in Headers */, + A9A9DD032C437C6B00B4ACDC /* mem_pass.h in Headers */, + A9A9E06B2C437C6C00B4ACDC /* binary.h in Headers */, + A9A9DE472C437C6C00B4ACDC /* workaround1209.h in Headers */, + A9A9DAEF2C437C6B00B4ACDC /* combine_access_chains.h in Headers */, + A9A9DCAB2C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */, + A9A9DE2F2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */, + A9A9E0DF2C437C6C00B4ACDC /* pch_source.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4676,213 +4721,216 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DCFD7D0E2A45BA9C007BBBF7 /* replace_invalid_opc.h in Headers */, - DCFD7D0F2A45BA9C007BBBF7 /* convert_to_sampled_image_pass.h in Headers */, - DCFD7D102A45BA9C007BBBF7 /* text_handler.h in Headers */, - DCFD7D112A45BA9C007BBBF7 /* types.h in Headers */, - DCFD7D122A45BA9C007BBBF7 /* dead_insert_elim_pass.h in Headers */, - DCFD7D132A45BA9C007BBBF7 /* parse_number.h in Headers */, - DCFD7D142A45BA9C007BBBF7 /* make_unique.h in Headers */, - DCFD7D152A45BA9C007BBBF7 /* function.h in Headers */, - DCFD7D162A45BA9C007BBBF7 /* inst_debug_printf_pass.h in Headers */, - DCFD7D172A45BA9C007BBBF7 /* block_merge_pass.h in Headers */, - DCFD7D182A45BA9C007BBBF7 /* scalar_analysis.h in Headers */, - DCFD7D192A45BA9C007BBBF7 /* composite.h in Headers */, - DCFD7D1A2A45BA9C007BBBF7 /* enum_set.h in Headers */, - DCFD7D1B2A45BA9C007BBBF7 /* lints.h in Headers */, - DCFD7D1C2A45BA9C007BBBF7 /* freeze_spec_constant_value_pass.h in Headers */, - DCFD7D1D2A45BA9C007BBBF7 /* reduction_opportunity.h in Headers */, - DCFD7D1E2A45BA9C007BBBF7 /* ir_context.h in Headers */, - DCFD7D1F2A45BA9C007BBBF7 /* loop_utils.h in Headers */, - DCFD7D202A45BA9C007BBBF7 /* relax_float_ops_pass.h in Headers */, - DCFD7D212A45BA9C007BBBF7 /* pass.h in Headers */, - DCFD7D222A45BA9C007BBBF7 /* inline_opaque_pass.h in Headers */, - DCFD7D232A45BA9C007BBBF7 /* strength_reduction_pass.h in Headers */, - DCFD7D242A45BA9C007BBBF7 /* pch_source.h in Headers */, - DCFD7D252A45BA9C007BBBF7 /* graphics_robust_access_pass.h in Headers */, - DCFD7D262A45BA9C007BBBF7 /* scalar_analysis_nodes.h in Headers */, - DCFD7D272A45BA9C007BBBF7 /* operand_to_const_reduction_opportunity_finder.h in Headers */, - DCFD7D282A45BA9C007BBBF7 /* basic_block.h in Headers */, - DCFD7D292A45BA9C007BBBF7 /* strip_nonsemantic_info_pass.h in Headers */, - DCFD7D2A2A45BA9C007BBBF7 /* fold.h in Headers */, - DCFD7D2B2A45BA9C007BBBF7 /* instruction.h in Headers */, - DCFD7D2C2A45BA9C007BBBF7 /* unify_const_pass.h in Headers */, - DCFD7D2D2A45BA9C007BBBF7 /* vector_dce.h in Headers */, - DCFD7D2E2A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity.h in Headers */, - DCFD7D2F2A45BA9C007BBBF7 /* spirv_target_env.h in Headers */, - DCFD7D302A45BA9C007BBBF7 /* loop_fusion.h in Headers */, - DCFD7D312A45BA9C007BBBF7 /* print.h in Headers */, - DCFD7D322A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity.h in Headers */, - DCFD7D332A45BA9C007BBBF7 /* dominator_tree.h in Headers */, - DCFD7D342A45BA9C007BBBF7 /* dead_branch_elim_pass.h in Headers */, - DCFD7D352A45BA9C007BBBF7 /* ccp_pass.h in Headers */, - DCFD7D362A45BA9C007BBBF7 /* validate.h in Headers */, - DCFD7D372A45BA9C007BBBF7 /* construct.h in Headers */, - DCFD7D382A45BA9C007BBBF7 /* null_pass.h in Headers */, - DCFD7D392A45BA9C007BBBF7 /* constants.h in Headers */, - DCFD7D3A2A45BA9C007BBBF7 /* validation_state.h in Headers */, - DCFD7D3B2A45BA9C007BBBF7 /* instruction.h in Headers */, - DCFD7D3C2A45BA9C007BBBF7 /* loop_unswitch_pass.h in Headers */, - DCFD7D3D2A45BA9C007BBBF7 /* tree_iterator.h in Headers */, - DCFD7D3E2A45BA9C007BBBF7 /* remove_struct_member_reduction_opportunity.h in Headers */, - DCFD7D3F2A45BA9C007BBBF7 /* validate_scopes.h in Headers */, - DCFD7D402A45BA9C007BBBF7 /* passes.h in Headers */, - DCFD7D412A45BA9C007BBBF7 /* interp_fixup_pass.h in Headers */, - DCFD7D422A45BA9C007BBBF7 /* validate_memory_semantics.h in Headers */, - DCFD7D432A45BA9C007BBBF7 /* hash_combine.h in Headers */, - DCFD7D442A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, - DCFD7D452A45BA9C007BBBF7 /* strip_debug_info_pass.h in Headers */, - DCFD7D462A45BA9C007BBBF7 /* pch_source_opt.h in Headers */, - DCFD7D472A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity_finder.h in Headers */, - DCFD7D482A45BA9C007BBBF7 /* reduction_pass.h in Headers */, - DCFD7D492A45BA9C007BBBF7 /* local_single_store_elim_pass.h in Headers */, - DCFD7D4A2A45BA9C007BBBF7 /* latest_version_opencl_std_header.h in Headers */, - DCFD7D4B2A45BA9C007BBBF7 /* remove_block_reduction_opportunity.h in Headers */, - DCFD7D4C2A45BA9C007BBBF7 /* remove_function_reduction_opportunity_finder.h in Headers */, - DCFD7D4D2A45BA9C007BBBF7 /* instruction.h in Headers */, - DCFD7D4E2A45BA9C007BBBF7 /* eliminate_dead_functions_pass.h in Headers */, - DCFD7D4F2A45BA9C007BBBF7 /* bit_vector.h in Headers */, - DCFD7D502A45BA9C007BBBF7 /* assembly_grammar.h in Headers */, - DCFD7D512A45BA9C007BBBF7 /* loop_dependence.h in Headers */, - DCFD7D522A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, - DCFD7D532A45BA9C007BBBF7 /* folding_rules.h in Headers */, - DCFD7D542A45BA9C007BBBF7 /* eliminate_dead_members_pass.h in Headers */, - DCFD7D552A45BA9C007BBBF7 /* reduction_util.h in Headers */, - DCFD7D562A45BA9C007BBBF7 /* table.h in Headers */, - DCFD7D572A45BA9C007BBBF7 /* basic_block.h in Headers */, - DCFD7D582A45BA9C007BBBF7 /* remove_block_reduction_opportunity_finder.h in Headers */, - DCFD7D592A45BA9C007BBBF7 /* remove_dontinline_pass.h in Headers */, - DCFD7D5A2A45BA9C007BBBF7 /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, - DCFD7D5B2A45BA9C007BBBF7 /* operand.h in Headers */, - DCFD7D5C2A45BA9C007BBBF7 /* disassemble.h in Headers */, - DCFD7D5D2A45BA9C007BBBF7 /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, - DCFD7D5E2A45BA9C007BBBF7 /* value_number_table.h in Headers */, - DCFD7D5F2A45BA9C007BBBF7 /* small_vector.h in Headers */, - DCFD7D602A45BA9C007BBBF7 /* log.h in Headers */, - DCFD7D612A45BA9C007BBBF7 /* ilist_node.h in Headers */, - DCFD7D622A45BA9C007BBBF7 /* feature_manager.h in Headers */, - DCFD7D632A45BA9C007BBBF7 /* loop_fission.h in Headers */, - DCFD7D642A45BA9C007BBBF7 /* interface_var_sroa.h in Headers */, - DCFD7D652A45BA9C007BBBF7 /* licm_pass.h in Headers */, - DCFD7D662A45BA9C007BBBF7 /* convert_to_half_pass.h in Headers */, - DCFD7D672A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, - DCFD7D682A45BA9C007BBBF7 /* fold_spec_constant_op_and_composite_pass.h in Headers */, - DCFD7D692A45BA9C007BBBF7 /* cfg.h in Headers */, - DCFD7D6A2A45BA9C007BBBF7 /* remove_selection_reduction_opportunity.h in Headers */, - DCFD7D6B2A45BA9C007BBBF7 /* opcode.h in Headers */, - DCFD7D6C2A45BA9C007BBBF7 /* flatten_decoration_pass.h in Headers */, - DCFD7D6D2A45BA9C007BBBF7 /* private_to_local_pass.h in Headers */, - DCFD7D6E2A45BA9C007BBBF7 /* wrap_opkill.h in Headers */, - DCFD7D6F2A45BA9C007BBBF7 /* text.h in Headers */, - DCFD7D702A45BA9C007BBBF7 /* string_utils.h in Headers */, - DCFD7D712A45BA9C007BBBF7 /* debug_info_manager.h in Headers */, - DCFD7D722A45BA9C007BBBF7 /* fix_storage_class.h in Headers */, - DCFD7D732A45BA9C007BBBF7 /* copy_prop_arrays.h in Headers */, - DCFD7D742A45BA9C007BBBF7 /* change_operand_to_undef_reduction_opportunity.h in Headers */, - DCFD7D752A45BA9C007BBBF7 /* lcs.h in Headers */, - DCFD7D762A45BA9C007BBBF7 /* ilist.h in Headers */, - DCFD7D772A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, - DCFD7D782A45BA9C007BBBF7 /* function.h in Headers */, - DCFD7D792A45BA9C007BBBF7 /* eliminate_dead_constant_pass.h in Headers */, - DCFD7D7A2A45BA9C007BBBF7 /* reduce_load_size.h in Headers */, - DCFD7D7B2A45BA9C007BBBF7 /* set_spec_constant_default_value_pass.h in Headers */, - DCFD7D7C2A45BA9C007BBBF7 /* diagnostic.h in Headers */, - DCFD7D7D2A45BA9C007BBBF7 /* dataflow.h in Headers */, - DCFD7D7E2A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity.h in Headers */, - DCFD7D7F2A45BA9C007BBBF7 /* module.h in Headers */, - DCFD7D802A45BA9C007BBBF7 /* spirv_optimizer_options.h in Headers */, - DCFD7D812A45BA9C007BBBF7 /* ext_inst.h in Headers */, - DCFD7D822A45BA9C007BBBF7 /* spirv_reducer_options.h in Headers */, - DCFD7D832A45BA9C007BBBF7 /* decoration.h in Headers */, - DCFD7D842A45BA9C007BBBF7 /* inst_buff_addr_check_pass.h in Headers */, - DCFD7D852A45BA9C007BBBF7 /* iterator.h in Headers */, - DCFD7D862A45BA9C007BBBF7 /* latest_version_glsl_std_450_header.h in Headers */, - DCFD7D872A45BA9C007BBBF7 /* pch_source_reduce.h in Headers */, - DCFD7D882A45BA9C007BBBF7 /* name_mapper.h in Headers */, - DCFD7D892A45BA9C007BBBF7 /* liveness.h in Headers */, - DCFD7D8A2A45BA9C007BBBF7 /* local_redundancy_elimination.h in Headers */, - DCFD7D8B2A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, - DCFD7D8C2A45BA9C007BBBF7 /* instruction_list.h in Headers */, - DCFD7D8D2A45BA9C007BBBF7 /* diff.h in Headers */, - DCFD7D8E2A45BA9C007BBBF7 /* instrument_pass.h in Headers */, - DCFD7D8F2A45BA9C007BBBF7 /* binary.h in Headers */, - DCFD7D902A45BA9C007BBBF7 /* inline_pass.h in Headers */, - DCFD7D912A45BA9C007BBBF7 /* loop_fusion_pass.h in Headers */, - DCFD7D922A45BA9C007BBBF7 /* dead_variable_elimination.h in Headers */, - DCFD7D932A45BA9C007BBBF7 /* remove_unused_interface_variables_pass.h in Headers */, - DCFD7D942A45BA9C007BBBF7 /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, - DCFD7D952A45BA9C007BBBF7 /* simplification_pass.h in Headers */, - DCFD7D962A45BA9C007BBBF7 /* remove_duplicates_pass.h in Headers */, - DCFD7D972A45BA9C007BBBF7 /* eliminate_dead_io_components_pass.h in Headers */, - DCFD7D982A45BA9C007BBBF7 /* enum_string_mapping.h in Headers */, - DCFD7D992A45BA9C007BBBF7 /* hex_float.h in Headers */, - DCFD7D9A2A45BA9C007BBBF7 /* spirv_validator_options.h in Headers */, - DCFD7D9B2A45BA9C007BBBF7 /* desc_sroa_util.h in Headers */, - DCFD7D9C2A45BA9C007BBBF7 /* remove_selection_reduction_opportunity_finder.h in Headers */, - DCFD7D9D2A45BA9C007BBBF7 /* pass_manager.h in Headers */, - DCFD7D9E2A45BA9C007BBBF7 /* dominator_analysis.h in Headers */, - DCFD7D9F2A45BA9C007BBBF7 /* spirv_definition.h in Headers */, - DCFD7DA02A45BA9C007BBBF7 /* block_merge_util.h in Headers */, - DCFD7DA12A45BA9C007BBBF7 /* remove_function_reduction_opportunity.h in Headers */, - DCFD7DA22A45BA9C007BBBF7 /* reducer.h in Headers */, - DCFD7DA32A45BA9C007BBBF7 /* def_use_manager.h in Headers */, - DCFD7DA42A45BA9C007BBBF7 /* type_manager.h in Headers */, - DCFD7DA52A45BA9C007BBBF7 /* common_debug_info.h in Headers */, - DCFD7DA62A45BA9C007BBBF7 /* cfg_cleanup_pass.h in Headers */, - DCFD7DA72A45BA9C007BBBF7 /* desc_sroa.h in Headers */, - DCFD7DA82A45BA9C007BBBF7 /* local_single_block_elim_pass.h in Headers */, - DCFD7DA92A45BA9C007BBBF7 /* spirv_endian.h in Headers */, - DCFD7DAA2A45BA9C007BBBF7 /* redundancy_elimination.h in Headers */, - DCFD7DAB2A45BA9C007BBBF7 /* combine_access_chains.h in Headers */, - DCFD7DAC2A45BA9C007BBBF7 /* latest_version_spirv_header.h in Headers */, - DCFD7DAD2A45BA9C007BBBF7 /* eliminate_dead_output_stores_pass.h in Headers */, - DCFD7DAE2A45BA9C007BBBF7 /* spread_volatile_semantics.h in Headers */, - DCFD7DAF2A45BA9C007BBBF7 /* ir_builder.h in Headers */, - DCFD7DB02A45BA9C007BBBF7 /* build_module.h in Headers */, - DCFD7DB12A45BA9C007BBBF7 /* inline_exhaustive_pass.h in Headers */, - DCFD7DB22A45BA9C007BBBF7 /* reduction_opportunity_finder.h in Headers */, - DCFD7DB32A45BA9C007BBBF7 /* divergence_analysis.h in Headers */, - DCFD7DB42A45BA9C007BBBF7 /* upgrade_memory_model.h in Headers */, - DCFD7DB52A45BA9C007BBBF7 /* bitutils.h in Headers */, - DCFD7DB62A45BA9C007BBBF7 /* parsed_operand.h in Headers */, - DCFD7DB72A45BA9C007BBBF7 /* spirv_constant.h in Headers */, - DCFD7DB82A45BA9C007BBBF7 /* fix_func_call_arguments.h in Headers */, - DCFD7DB92A45BA9C007BBBF7 /* eliminate_dead_functions_util.h in Headers */, - DCFD7DBA2A45BA9C007BBBF7 /* loop_unroller.h in Headers */, - DCFD7DBB2A45BA9C007BBBF7 /* ssa_rewrite_pass.h in Headers */, - DCFD7DBC2A45BA9C007BBBF7 /* propagator.h in Headers */, - DCFD7DBD2A45BA9C007BBBF7 /* loop_descriptor.h in Headers */, - DCFD7DBE2A45BA9C007BBBF7 /* merge_return_pass.h in Headers */, - DCFD7DBF2A45BA9C007BBBF7 /* empty_pass.h in Headers */, - DCFD7DC02A45BA9C007BBBF7 /* scalar_replacement_pass.h in Headers */, - DCFD7DC12A45BA9C007BBBF7 /* code_sink.h in Headers */, - DCFD7DC22A45BA9C007BBBF7 /* change_operand_reduction_opportunity.h in Headers */, - DCFD7DC32A45BA9C007BBBF7 /* analyze_live_input_pass.h in Headers */, - DCFD7DC42A45BA9C007BBBF7 /* cfa.h in Headers */, - DCFD7DC52A45BA9C007BBBF7 /* amd_ext_to_khr.h in Headers */, - DCFD7DC62A45BA9C007BBBF7 /* decoration_manager.h in Headers */, - DCFD7DC72A45BA9C007BBBF7 /* loop_peeling.h in Headers */, - DCFD7DC82A45BA9C007BBBF7 /* replace_desc_array_access_using_var_index.h in Headers */, - DCFD7DC92A45BA9C007BBBF7 /* reflect.h in Headers */, - DCFD7DCA2A45BA9C007BBBF7 /* compact_ids_pass.h in Headers */, - DCFD7DCB2A45BA9C007BBBF7 /* macro.h in Headers */, - DCFD7DCC2A45BA9C007BBBF7 /* timer.h in Headers */, - DCFD7DCD2A45BA9C007BBBF7 /* extensions.h in Headers */, - DCFD7DCE2A45BA9C007BBBF7 /* mem_pass.h in Headers */, - DCFD7DCF2A45BA9C007BBBF7 /* local_access_chain_convert_pass.h in Headers */, - DCFD7DD02A45BA9C007BBBF7 /* remove_instruction_reduction_opportunity.h in Headers */, - DCFD7DD12A45BA9C007BBBF7 /* control_dependence.h in Headers */, - DCFD7DD22A45BA9C007BBBF7 /* ir_loader.h in Headers */, - DCFD7DD32A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, - DCFD7DD42A45BA9C007BBBF7 /* workaround1209.h in Headers */, - DCFD7DD52A45BA9C007BBBF7 /* register_pressure.h in Headers */, - DCFD7DD62A45BA9C007BBBF7 /* operand_to_undef_reduction_opportunity_finder.h in Headers */, - DCFD7DD72A45BA9C007BBBF7 /* struct_cfg_analysis.h in Headers */, - DCFD7DD82A45BA9C007BBBF7 /* spirv_fuzzer_options.h in Headers */, - DCFD7DD92A45BA9C007BBBF7 /* const_folding_rules.h in Headers */, - DCFD7DDA2A45BA9C007BBBF7 /* inst_bindless_check_pass.h in Headers */, - DCFD7DDB2A45BA9C007BBBF7 /* aggressive_dead_code_elim_pass.h in Headers */, - DCFD7DDC2A45BA9C007BBBF7 /* if_conversion.h in Headers */, + A9A9DC762C437C6B00B4ACDC /* ir_loader.h in Headers */, + A9A9DDF22C437C6C00B4ACDC /* strip_nonsemantic_info_pass.h in Headers */, + A9A9DF1E2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.h in Headers */, + A9A9DCF22C437C6B00B4ACDC /* loop_unswitch_pass.h in Headers */, + A9A9DD4E2C437C6C00B4ACDC /* private_to_local_pass.h in Headers */, + A9A9DB662C437C6B00B4ACDC /* def_use_manager.h in Headers */, + A9A9E0962C437C6C00B4ACDC /* ext_inst.h in Headers */, + A9A9DD8A2C437C6C00B4ACDC /* remove_duplicates_pass.h in Headers */, + A9A9DD322C437C6C00B4ACDC /* pass_manager.h in Headers */, + A9A9DB8E2C437C6B00B4ACDC /* eliminate_dead_constant_pass.h in Headers */, + A9A9DB462C437C6B00B4ACDC /* dead_insert_elim_pass.h in Headers */, + A9A9DD1E2C437C6C00B4ACDC /* null_pass.h in Headers */, + A9A9DC0A2C437C6B00B4ACDC /* graphics_robust_access_pass.h in Headers */, + A9A9E10A2C437C6C00B4ACDC /* spirv_optimizer_options.h in Headers */, + A9A9DEEE2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.h in Headers */, + A9A9DD462C437C6C00B4ACDC /* pch_source_opt.h in Headers */, + A9A9DCEA2C437C6B00B4ACDC /* loop_unroller.h in Headers */, + A9A9DAFE2C437C6B00B4ACDC /* composite.h in Headers */, + A9A9DF522C437C6C00B4ACDC /* bitutils.h in Headers */, + A9A9E06E2C437C6C00B4ACDC /* cfa.h in Headers */, + A9A9DFA62C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9DBC22C437C6B00B4ACDC /* feature_manager.h in Headers */, + A9A9DE022C437C6C00B4ACDC /* switch_descriptorset_pass.h in Headers */, + A9A9DEDE2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.h in Headers */, + A9A9E0D62C437C6C00B4ACDC /* parsed_operand.h in Headers */, + A9A9DE5E2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.h in Headers */, + A9A9DD662C437C6C00B4ACDC /* redundancy_elimination.h in Headers */, + A9A9DF822C437C6C00B4ACDC /* timer.h in Headers */, + A9A9DEAE2C437C6C00B4ACDC /* reduction_opportunity_finder.h in Headers */, + A9A9D4562C437C6900B4ACDC /* diff.h in Headers */, + A9A9DE962C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.h in Headers */, + A9A9DC3A2C437C6B00B4ACDC /* instruction_list.h in Headers */, + A9A9DCCA2C437C6B00B4ACDC /* loop_fission.h in Headers */, + A9A9DB762C437C6B00B4ACDC /* desc_sroa.h in Headers */, + A9A9DAAE2C437C6B00B4ACDC /* basic_block.h in Headers */, + A9A9DF622C437C6C00B4ACDC /* ilist.h in Headers */, + A9A9DC5A2C437C6B00B4ACDC /* interp_fixup_pass.h in Headers */, + A9A9DD7A2C437C6C00B4ACDC /* relax_float_ops_pass.h in Headers */, + A9A9DF362C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.h in Headers */, + A9A9DF662C437C6C00B4ACDC /* make_unique.h in Headers */, + A9A9DDE22C437C6C00B4ACDC /* strength_reduction_pass.h in Headers */, + A9A9DCC22C437C6B00B4ACDC /* loop_descriptor.h in Headers */, + A9A9DE062C437C6C00B4ACDC /* tree_iterator.h in Headers */, + A9A9E0BE2C437C6C00B4ACDC /* name_mapper.h in Headers */, + A9A9DC6E2C437C6B00B4ACDC /* ir_context.h in Headers */, + A9A9DBF22C437C6B00B4ACDC /* folding_rules.h in Headers */, + A9A9DB0E2C437C6B00B4ACDC /* constants.h in Headers */, + A9A9DC622C437C6B00B4ACDC /* invocation_interlock_placement_pass.h in Headers */, + A9A9DD1A2C437C6C00B4ACDC /* module.h in Headers */, + A9A9DE862C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.h in Headers */, + A9A9DE562C437C6C00B4ACDC /* change_operand_reduction_opportunity.h in Headers */, + A9A9DD122C437C6C00B4ACDC /* modify_maximal_reconvergence.h in Headers */, + A9A9DA822C437C6B00B4ACDC /* divergence_analysis.h in Headers */, + A9A9DA8E2C437C6B00B4ACDC /* lints.h in Headers */, + A9A9DD0A2C437C6B00B4ACDC /* merge_return_pass.h in Headers */, + A9A9DCD22C437C6B00B4ACDC /* loop_fusion_pass.h in Headers */, + A9A9DE4E2C437C6C00B4ACDC /* wrap_opkill.h in Headers */, + A9A9DCDA2C437C6B00B4ACDC /* loop_fusion.h in Headers */, + A9A9DE0E2C437C6C00B4ACDC /* trim_capabilities_pass.h in Headers */, + A9A9E0FA2C437C6C00B4ACDC /* spirv_endian.h in Headers */, + A9A9DDEA2C437C6C00B4ACDC /* strip_debug_info_pass.h in Headers */, + A9A9DA962C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.h in Headers */, + A9A9D45A2C437C6900B4ACDC /* lcs.h in Headers */, + A9A9DBCA2C437C6B00B4ACDC /* fix_func_call_arguments.h in Headers */, + A9A9DF262C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.h in Headers */, + A9A9DF562C437C6C00B4ACDC /* hash_combine.h in Headers */, + A9A9DAC62C437C6B00B4ACDC /* build_module.h in Headers */, + A9A9DF4E2C437C6C00B4ACDC /* bit_vector.h in Headers */, + A9A9DF0E2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.h in Headers */, + A9A9DE662C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.h in Headers */, + A9A9DF3E2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.h in Headers */, + A9A9DCAE2C437C6B00B4ACDC /* log.h in Headers */, + A9A9DE6E2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.h in Headers */, + A9A9DE362C437C6C00B4ACDC /* value_number_table.h in Headers */, + A9A9DB262C437C6B00B4ACDC /* convert_to_sampled_image_pass.h in Headers */, + A9A9DEE62C437C6C00B4ACDC /* remove_function_reduction_opportunity.h in Headers */, + A9A9E13A2C437C6D00B4ACDC /* text.h in Headers */, + A9A9DF162C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.h in Headers */, + A9A9DC7A2C437C6B00B4ACDC /* iterator.h in Headers */, + A9A9DD3E2C437C6C00B4ACDC /* passes.h in Headers */, + A9A9DEA62C437C6C00B4ACDC /* reducer.h in Headers */, + A9A9DCFA2C437C6B00B4ACDC /* loop_utils.h in Headers */, + A9A9DEBE2C437C6C00B4ACDC /* reduction_pass.h in Headers */, + A9A9E1022C437C6C00B4ACDC /* spirv_fuzzer_options.h in Headers */, + A9A9E0C62C437C6C00B4ACDC /* opcode.h in Headers */, + A9A9E0B62C437C6C00B4ACDC /* macro.h in Headers */, + A9A9DC422C437C6B00B4ACDC /* instruction.h in Headers */, + A9A9DD822C437C6C00B4ACDC /* remove_dontinline_pass.h in Headers */, + A9A9DC9A2C437C6B00B4ACDC /* local_redundancy_elimination.h in Headers */, + A9A9E03E2C437C6C00B4ACDC /* validate_scopes.h in Headers */, + A9A9DC4A2C437C6B00B4ACDC /* instrument_pass.h in Headers */, + A9A9DD262C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.h in Headers */, + A9A9DABE2C437C6B00B4ACDC /* block_merge_util.h in Headers */, + A9A9E12A2C437C6D00B4ACDC /* table.h in Headers */, + A9A9DBB62C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.h in Headers */, + A9A9E0562C437C6C00B4ACDC /* validation_state.h in Headers */, + A9A9DE3E2C437C6C00B4ACDC /* vector_dce.h in Headers */, + A9A9DDC22C437C6C00B4ACDC /* set_spec_constant_default_value_pass.h in Headers */, + A9A9DDA62C437C6C00B4ACDC /* scalar_analysis_nodes.h in Headers */, + A9A9E04E2C437C6C00B4ACDC /* validate.h in Headers */, + A9A9DC822C437C6B00B4ACDC /* licm_pass.h in Headers */, + A9A9DE8E2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.h in Headers */, + A9A9DB4E2C437C6B00B4ACDC /* dead_variable_elimination.h in Headers */, + A9A9DC8A2C437C6B00B4ACDC /* liveness.h in Headers */, + A9A9DBE22C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.h in Headers */, + A9A9DD722C437C6C00B4ACDC /* register_pressure.h in Headers */, + A9A9DF722C437C6C00B4ACDC /* small_vector.h in Headers */, + A9A9E0A22C437C6C00B4ACDC /* instruction.h in Headers */, + A9A9E0AA2C437C6C00B4ACDC /* latest_version_opencl_std_header.h in Headers */, + A9A9DF962C437C6C00B4ACDC /* decoration.h in Headers */, + A9A9E0F22C437C6C00B4ACDC /* spirv_definition.h in Headers */, + A9A9DB9E2C437C6B00B4ACDC /* eliminate_dead_functions_util.h in Headers */, + A9A9DC022C437C6B00B4ACDC /* function.h in Headers */, + A9A9DAE62C437C6B00B4ACDC /* code_sink.h in Headers */, + A9A9DD9A2C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.h in Headers */, + A9A9DF5E2C437C6C00B4ACDC /* ilist_node.h in Headers */, + A9A9E0622C437C6C00B4ACDC /* assembly_grammar.h in Headers */, + A9A9DC122C437C6B00B4ACDC /* if_conversion.h in Headers */, + A9A9E1122C437C6C00B4ACDC /* spirv_reducer_options.h in Headers */, + A9A9DBAE2C437C6B00B4ACDC /* eliminate_dead_members_pass.h in Headers */, + A9A9DB5E2C437C6B00B4ACDC /* decoration_manager.h in Headers */, + A9A9DC2A2C437C6B00B4ACDC /* inline_pass.h in Headers */, + A9A9DF922C437C6C00B4ACDC /* construct.h in Headers */, + A9A9DF5A2C437C6C00B4ACDC /* hex_float.h in Headers */, + A9A9DF7A2C437C6C00B4ACDC /* string_utils.h in Headers */, + A9A9DCE22C437C6B00B4ACDC /* loop_peeling.h in Headers */, + A9A9E0862C437C6C00B4ACDC /* enum_set.h in Headers */, + A9A9DB362C437C6B00B4ACDC /* dataflow.h in Headers */, + A9A9DADE2C437C6B00B4ACDC /* cfg.h in Headers */, + A9A9DF2E2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.h in Headers */, + A9A9DF462C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.h in Headers */, + A9A9E0EE2C437C6C00B4ACDC /* spirv_constant.h in Headers */, + A9A9DB6E2C437C6B00B4ACDC /* desc_sroa_util.h in Headers */, + A9A9DBFA2C437C6B00B4ACDC /* freeze_spec_constant_value_pass.h in Headers */, + A9A9DB062C437C6B00B4ACDC /* const_folding_rules.h in Headers */, + A9A9DD5E2C437C6C00B4ACDC /* reduce_load_size.h in Headers */, + A9A9DCA22C437C6B00B4ACDC /* local_single_block_elim_pass.h in Headers */, + A9A9DAA62C437C6B00B4ACDC /* analyze_live_input_pass.h in Headers */, + A9A9DC1A2C437C6B00B4ACDC /* inline_exhaustive_pass.h in Headers */, + A9A9DE1E2C437C6C00B4ACDC /* types.h in Headers */, + A9A9DB862C437C6B00B4ACDC /* dominator_tree.h in Headers */, + A9A9DD922C437C6C00B4ACDC /* remove_unused_interface_variables_pass.h in Headers */, + A9A9DE7E2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.h in Headers */, + A9A9DDB22C437C6C00B4ACDC /* scalar_analysis.h in Headers */, + A9A9DB7E2C437C6B00B4ACDC /* dominator_analysis.h in Headers */, + A9A9DDBA2C437C6C00B4ACDC /* scalar_replacement_pass.h in Headers */, + A9A9DAB62C437C6B00B4ACDC /* block_merge_pass.h in Headers */, + A9A9DCBA2C437C6B00B4ACDC /* loop_dependence.h in Headers */, + A9A9E07A2C437C6C00B4ACDC /* diagnostic.h in Headers */, + A9A9E11A2C437C6D00B4ACDC /* spirv_target_env.h in Headers */, + A9A9DDFA2C437C6C00B4ACDC /* struct_cfg_analysis.h in Headers */, + A9A9E1322C437C6D00B4ACDC /* text_handler.h in Headers */, + A9A9DEFE2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.h in Headers */, + A9A9DC222C437C6B00B4ACDC /* inline_opaque_pass.h in Headers */, + A9A9DECE2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.h in Headers */, + A9A9DC662C437C6B00B4ACDC /* ir_builder.h in Headers */, + A9A9DBA62C437C6B00B4ACDC /* eliminate_dead_io_components_pass.h in Headers */, + A9A9E0AE2C437C6C00B4ACDC /* latest_version_spirv_header.h in Headers */, + A9A9DB162C437C6B00B4ACDC /* control_dependence.h in Headers */, + A9A9DDCA2C437C6C00B4ACDC /* simplification_pass.h in Headers */, + A9A9DBBA2C437C6B00B4ACDC /* empty_pass.h in Headers */, + A9A9DD6A2C437C6C00B4ACDC /* reflect.h in Headers */, + A9A9DED62C437C6C00B4ACDC /* remove_block_reduction_opportunity.h in Headers */, + A9A9E1222C437C6D00B4ACDC /* spirv_validator_options.h in Headers */, + A9A9DB562C437C6B00B4ACDC /* debug_info_manager.h in Headers */, + A9A9DAF62C437C6B00B4ACDC /* compact_ids_pass.h in Headers */, + A9A9DACE2C437C6B00B4ACDC /* ccp_pass.h in Headers */, + A9A9DF6E2C437C6C00B4ACDC /* parse_number.h in Headers */, + A9A9E0722C437C6C00B4ACDC /* common_debug_info.h in Headers */, + A9A9E09E2C437C6C00B4ACDC /* extensions.h in Headers */, + A9A9DEB62C437C6C00B4ACDC /* reduction_opportunity.h in Headers */, + A9A9DE762C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.h in Headers */, + A9A9DB2E2C437C6B00B4ACDC /* copy_prop_arrays.h in Headers */, + A9A9DE9E2C437C6C00B4ACDC /* pch_source_reduce.h in Headers */, + A9A9DBDA2C437C6B00B4ACDC /* flatten_decoration_pass.h in Headers */, + A9A9DBD22C437C6B00B4ACDC /* fix_storage_class.h in Headers */, + A9A9E0CE2C437C6C00B4ACDC /* operand.h in Headers */, + A9A9DEF62C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.h in Headers */, + A9A9DC922C437C6B00B4ACDC /* local_access_chain_convert_pass.h in Headers */, + A9A9DDD22C437C6C00B4ACDC /* spread_volatile_semantics.h in Headers */, + A9A9E08E2C437C6C00B4ACDC /* enum_string_mapping.h in Headers */, + A9A9DDDA2C437C6C00B4ACDC /* ssa_rewrite_pass.h in Headers */, + A9A9DBEA2C437C6B00B4ACDC /* fold.h in Headers */, + A9A9E0A62C437C6C00B4ACDC /* latest_version_glsl_std_450_header.h in Headers */, + A9A9DDA22C437C6C00B4ACDC /* replace_invalid_opc.h in Headers */, + A9A9DB3E2C437C6B00B4ACDC /* dead_branch_elim_pass.h in Headers */, + A9A9DC322C437C6B00B4ACDC /* inst_debug_printf_pass.h in Headers */, + A9A9DC522C437C6B00B4ACDC /* interface_var_sroa.h in Headers */, + A9A9DF9E2C437C6C00B4ACDC /* function.h in Headers */, + A9A9E0822C437C6C00B4ACDC /* disassemble.h in Headers */, + A9A9DA9E2C437C6B00B4ACDC /* amd_ext_to_khr.h in Headers */, + A9A9DB1E2C437C6B00B4ACDC /* convert_to_half_pass.h in Headers */, + A9A9DD562C437C6C00B4ACDC /* propagator.h in Headers */, + A9A9DAD62C437C6B00B4ACDC /* cfg_cleanup_pass.h in Headers */, + A9A9DE162C437C6C00B4ACDC /* type_manager.h in Headers */, + A9A9E0E62C437C6C00B4ACDC /* print.h in Headers */, + A9A9DB962C437C6B00B4ACDC /* eliminate_dead_functions_pass.h in Headers */, + A9A9E0122C437C6C00B4ACDC /* validate_memory_semantics.h in Headers */, + A9A9DF062C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.h in Headers */, + A9A9DE262C437C6C00B4ACDC /* unify_const_pass.h in Headers */, + A9A9DF8A2C437C6C00B4ACDC /* basic_block.h in Headers */, + A9A9DD3A2C437C6C00B4ACDC /* pass.h in Headers */, + A9A9DEC62C437C6C00B4ACDC /* reduction_util.h in Headers */, + A9A9DD022C437C6B00B4ACDC /* mem_pass.h in Headers */, + A9A9E06A2C437C6C00B4ACDC /* binary.h in Headers */, + A9A9DE462C437C6C00B4ACDC /* workaround1209.h in Headers */, + A9A9DAEE2C437C6B00B4ACDC /* combine_access_chains.h in Headers */, + A9A9DCAA2C437C6B00B4ACDC /* local_single_store_elim_pass.h in Headers */, + A9A9DE2E2C437C6C00B4ACDC /* upgrade_memory_model.h in Headers */, + A9A9E0DE2C437C6C00B4ACDC /* pch_source.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5551,228 +5599,231 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A9F7B4B929425A1900B30DA7 /* spirv_reducer_options.cpp in Sources */, - A9F7B4E329425A1900B30DA7 /* register_pressure.cpp in Sources */, - A9F7B79829425A1900B30DA7 /* loop_peeling.cpp in Sources */, - A9F7B6A829425A1900B30DA7 /* block_merge_pass.cpp in Sources */, - A9F7B4D129425A1900B30DA7 /* opcode.cpp in Sources */, - A9F7BC8A29425A1B00B30DA7 /* validate_builtins.cpp in Sources */, - A9F7BC6C29425A1B00B30DA7 /* validate_non_uniform.cpp in Sources */, - A9F7B3B429425A1800B30DA7 /* table.cpp in Sources */, - A9F7BCC329425A1B00B30DA7 /* validate_logicals.cpp in Sources */, - A9F7B43B29425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, - A9F7B3AB29425A1800B30DA7 /* bit_vector.cpp in Sources */, - A9F7B63329425A1900B30DA7 /* ir_context.cpp in Sources */, - A9F7B3D529425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, - A9F7B66029425A1900B30DA7 /* if_conversion.cpp in Sources */, - A9F7B74729425A1900B30DA7 /* remove_dontinline_pass.cpp in Sources */, - A9F7B6AE29425A1900B30DA7 /* convert_to_sampled_image_pass.cpp in Sources */, - A9F7B55E29425A1900B30DA7 /* merge_return_pass.cpp in Sources */, - A9F7B42629425A1800B30DA7 /* reducer.cpp in Sources */, - A9F7B3E729425A1800B30DA7 /* remove_function_reduction_opportunity.cpp in Sources */, - A9F7BC5129425A1B00B30DA7 /* disassemble.cpp in Sources */, - A9F7B64B29425A1900B30DA7 /* composite.cpp in Sources */, - A9F7BCAB29425A1B00B30DA7 /* validate_conversion.cpp in Sources */, - A9F7BCD229425A1B00B30DA7 /* instruction.cpp in Sources */, - A9F7BC6F29425A1B00B30DA7 /* validate_ray_query.cpp in Sources */, - A9F7BC4829425A1B00B30DA7 /* operand.cpp in Sources */, - A9F7B5AF29425A1900B30DA7 /* unify_const_pass.cpp in Sources */, - A9F7B3C929425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, - A9F7B4AD29425A1900B30DA7 /* enum_string_mapping.cpp in Sources */, - A9F7BCBD29425A1B00B30DA7 /* validate_mode_setting.cpp in Sources */, - A9F7B49E29425A1900B30DA7 /* binary.cpp in Sources */, - A9F7B74429425A1900B30DA7 /* struct_cfg_analysis.cpp in Sources */, - A9F7BC6329425A1B00B30DA7 /* validate_capability.cpp in Sources */, - A9F7BC3629425A1B00B30DA7 /* diagnostic.cpp in Sources */, - A9F7BC3C29425A1B00B30DA7 /* libspirv.cpp in Sources */, - A9F7BCDB29425A1B00B30DA7 /* validate_mesh_shading.cpp in Sources */, - A9F7B4FB29425A1900B30DA7 /* build_module.cpp in Sources */, - A9F7B56A29425A1900B30DA7 /* cfg_cleanup_pass.cpp in Sources */, - A9F7B48029425A1800B30DA7 /* spirv_fuzzer_options.cpp in Sources */, - A9F7BCA829425A1B00B30DA7 /* validate_adjacency.cpp in Sources */, - A9F7BCB429425A1B00B30DA7 /* validate_id.cpp in Sources */, - A9F7B3A829425A1800B30DA7 /* parse_number.cpp in Sources */, - A9F7B6A229425A1900B30DA7 /* scalar_analysis.cpp in Sources */, - A9F7B36329425A1800B30DA7 /* lint_divergent_derivatives.cpp in Sources */, - A9F7B41D29425A1800B30DA7 /* remove_struct_member_reduction_opportunity.cpp in Sources */, - A9F7BC7529425A1B00B30DA7 /* validate_scopes.cpp in Sources */, - A9F7B57C29425A1900B30DA7 /* strip_debug_info_pass.cpp in Sources */, - A9F7B61B29425A1900B30DA7 /* eliminate_dead_functions_util.cpp in Sources */, - A9F7B3DB29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.cpp in Sources */, - A9F7B57F29425A1900B30DA7 /* ssa_rewrite_pass.cpp in Sources */, - A9F7BCCC29425A1B00B30DA7 /* validate_image.cpp in Sources */, - A9F7B5A329425A1900B30DA7 /* module.cpp in Sources */, - A9F7B3F929425A1800B30DA7 /* merge_blocks_reduction_opportunity.cpp in Sources */, - A9F7B5E829425A1900B30DA7 /* constants.cpp in Sources */, - A9F7B46229425A1800B30DA7 /* remove_block_reduction_opportunity.cpp in Sources */, - A9F7B35A29425A1800B30DA7 /* spirv_target_env.cpp in Sources */, - A9F7B55529425A1900B30DA7 /* loop_fission.cpp in Sources */, - A9F7B45029425A1800B30DA7 /* remove_block_reduction_opportunity_finder.cpp in Sources */, - A9F7B3ED29425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */, - A9F7B6DB29425A1900B30DA7 /* fold.cpp in Sources */, - A9F7B5F729425A1900B30DA7 /* def_use_manager.cpp in Sources */, - A9F7B4BC29425A1900B30DA7 /* parsed_operand.cpp in Sources */, - A9F7B66F29425A1900B30DA7 /* eliminate_dead_members_pass.cpp in Sources */, - A9F7B70529425A1900B30DA7 /* instruction.cpp in Sources */, - A9F7B4C529425A1900B30DA7 /* name_mapper.cpp in Sources */, - A9F7B77729425A1900B30DA7 /* analyze_live_input_pass.cpp in Sources */, - A9F7BC6029425A1B00B30DA7 /* validate_cfg.cpp in Sources */, - A9F7B3FC29425A1800B30DA7 /* change_operand_reduction_opportunity.cpp in Sources */, - A9F7BC7E29425A1B00B30DA7 /* validate_instruction.cpp in Sources */, - A9F7B54629425A1900B30DA7 /* instrument_pass.cpp in Sources */, - A9F7BC7229425A1B00B30DA7 /* validate_ray_tracing.cpp in Sources */, - A9F7B55229425A1900B30DA7 /* pass.cpp in Sources */, - A9F7B60329425A1900B30DA7 /* ccp_pass.cpp in Sources */, - A9F7B5F129425A1900B30DA7 /* desc_sroa_util.cpp in Sources */, - A9F7BC9929425A1B00B30DA7 /* validate_bitwise.cpp in Sources */, - A9F7B67829425A1900B30DA7 /* block_merge_util.cpp in Sources */, - A9F7BC8729425A1B00B30DA7 /* validate_debug.cpp in Sources */, - A9F7B63C29425A1900B30DA7 /* loop_descriptor.cpp in Sources */, - A9F7B4C829425A1900B30DA7 /* linker.cpp in Sources */, - A9F7B53429425A1900B30DA7 /* freeze_spec_constant_value_pass.cpp in Sources */, - A9F7B39C29425A1800B30DA7 /* string_utils.cpp in Sources */, - A9F7BCC029425A1B00B30DA7 /* validate_memory_semantics.cpp in Sources */, - A9F7B51F29425A1900B30DA7 /* types.cpp in Sources */, - A9F7B38129425A1800B30DA7 /* pch_source.cpp in Sources */, - A9F7B48C29425A1800B30DA7 /* print.cpp in Sources */, - A9F7BCA229425A1B00B30DA7 /* function.cpp in Sources */, - A9F7B68729425A1900B30DA7 /* inline_exhaustive_pass.cpp in Sources */, - A9F7B56429425A1900B30DA7 /* eliminate_dead_constant_pass.cpp in Sources */, - A9F7B71A29425A1900B30DA7 /* inline_opaque_pass.cpp in Sources */, - A9F7B45929425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, - A9F7B36629425A1800B30DA7 /* linter.cpp in Sources */, - A9F7B4FE29425A1900B30DA7 /* eliminate_dead_output_stores_pass.cpp in Sources */, - A9F7B79529425A1900B30DA7 /* compact_ids_pass.cpp in Sources */, - A9F7B62D29425A1900B30DA7 /* folding_rules.cpp in Sources */, - A9F7B65A29425A1900B30DA7 /* strip_nonsemantic_info_pass.cpp in Sources */, - A9F7B6C629425A1900B30DA7 /* private_to_local_pass.cpp in Sources */, - A9F7B5A929425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, - A9F7BC8129425A1B00B30DA7 /* validate_ray_tracing_reorder.cpp in Sources */, - A9F7BCC629425A1B00B30DA7 /* validate_derivatives.cpp in Sources */, - A9F7B3E429425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, - A9F7B64829425A1900B30DA7 /* control_dependence.cpp in Sources */, - A9F7B47429425A1800B30DA7 /* spirv_optimizer_options.cpp in Sources */, - A9F7B41A29425A1800B30DA7 /* pch_source_reduce.cpp in Sources */, - A9F7B59D29425A1900B30DA7 /* dead_variable_elimination.cpp in Sources */, - A9F7B3F029425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, - A9F7B67229425A1900B30DA7 /* strength_reduction_pass.cpp in Sources */, - A9F7B78629425A1900B30DA7 /* scalar_analysis_simplification.cpp in Sources */, - A9F7BC8D29425A1B00B30DA7 /* validate_interfaces.cpp in Sources */, - A9F7BC7829425A1B00B30DA7 /* validate_atomics.cpp in Sources */, - A9F7B4D729425A1900B30DA7 /* ext_inst.cpp in Sources */, - A9F7B44429425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, - A9F7B52E29425A1900B30DA7 /* decoration_manager.cpp in Sources */, - A9F7B6F629425A1900B30DA7 /* workaround1209.cpp in Sources */, - A9F7B75929425A1900B30DA7 /* interp_fixup_pass.cpp in Sources */, - A9F7BCCF29425A1B00B30DA7 /* validate_literals.cpp in Sources */, - A9F7B4A729425A1900B30DA7 /* diff.cpp in Sources */, - A9F7B55829425A1900B30DA7 /* dominator_tree.cpp in Sources */, - A9F7B6E729425A1900B30DA7 /* interface_var_sroa.cpp in Sources */, - A9F7B77A29425A1900B30DA7 /* upgrade_memory_model.cpp in Sources */, - A9F7B4F829425A1900B30DA7 /* combine_access_chains.cpp in Sources */, - A9F7B64529425A1900B30DA7 /* instruction_list.cpp in Sources */, - A9F7B61829425A1900B30DA7 /* aggressive_dead_code_elim_pass.cpp in Sources */, - A9F7B3CF29425A1800B30DA7 /* reduction_util.cpp in Sources */, - A9F7B5D329425A1900B30DA7 /* eliminate_dead_functions_pass.cpp in Sources */, - A9F7BCAE29425A1B00B30DA7 /* validate_small_type_uses.cpp in Sources */, - A9F7BC5D29425A1B00B30DA7 /* validate_misc.cpp in Sources */, - A9F7B51C29425A1900B30DA7 /* code_sink.cpp in Sources */, - A9F7B68429425A1900B30DA7 /* pass_manager.cpp in Sources */, - A9F7B54F29425A1900B30DA7 /* feature_manager.cpp in Sources */, - A9F7B56D29425A1900B30DA7 /* wrap_opkill.cpp in Sources */, - A9F7B73829425A1900B30DA7 /* dataflow.cpp in Sources */, - A9F7BCD529425A1B00B30DA7 /* validate_type.cpp in Sources */, - A9F7B6D529425A1900B30DA7 /* set_spec_constant_default_value_pass.cpp in Sources */, - A9F7B3BA29425A1800B30DA7 /* remove_selection_reduction_opportunity.cpp in Sources */, - A9F7BC9629425A1B00B30DA7 /* validate_constants.cpp in Sources */, - A9F7BCE129425A1B00B30DA7 /* validate_layout.cpp in Sources */, - A9F7B57329425A1900B30DA7 /* const_folding_rules.cpp in Sources */, - A9F7B71D29425A1900B30DA7 /* replace_invalid_opc.cpp in Sources */, - A9F7B57029425A1900B30DA7 /* eliminate_dead_io_components_pass.cpp in Sources */, - A9F7B46B29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, - A9F7B46829425A1800B30DA7 /* reduction_opportunity_finder.cpp in Sources */, - A9F7B50429425A1900B30DA7 /* liveness.cpp in Sources */, - A9F7B66629425A1900B30DA7 /* debug_info_manager.cpp in Sources */, - A9F7B6FC29425A1900B30DA7 /* relax_float_ops_pass.cpp in Sources */, - A9F7B71429425A1900B30DA7 /* value_number_table.cpp in Sources */, - A9F7B37529425A1800B30DA7 /* text.cpp in Sources */, - A9F7B6C029425A1900B30DA7 /* local_single_store_elim_pass.cpp in Sources */, - A9F7B42329425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, - A9F7B3C329425A1800B30DA7 /* reduction_pass.cpp in Sources */, - A9F7B64E29425A1900B30DA7 /* convert_to_half_pass.cpp in Sources */, - A9F7B70B29425A1900B30DA7 /* reduce_load_size.cpp in Sources */, - A9F7B75629425A1900B30DA7 /* local_access_chain_convert_pass.cpp in Sources */, - A9F7B54029425A1900B30DA7 /* inst_bindless_check_pass.cpp in Sources */, - A9F7B53129425A1900B30DA7 /* local_single_block_elim_pass.cpp in Sources */, - A9F7BCDE29425A1B00B30DA7 /* validate_execution_limitations.cpp in Sources */, - A9F7B64229425A1900B30DA7 /* function.cpp in Sources */, - A9F7B66329425A1900B30DA7 /* fix_func_call_arguments.cpp in Sources */, - A9F7B45C29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, - A9F7B76B29425A1900B30DA7 /* graphics_robust_access_pass.cpp in Sources */, - A9F7BC9F29425A1B00B30DA7 /* construct.cpp in Sources */, - A9F7B5E229425A1900B30DA7 /* loop_unroller.cpp in Sources */, - A9F7B48629425A1800B30DA7 /* spirv_validator_options.cpp in Sources */, - A9F7B36929425A1800B30DA7 /* divergence_analysis.cpp in Sources */, - A9F7B4E629425A1900B30DA7 /* loop_utils.cpp in Sources */, - A9F7B4EC29425A1900B30DA7 /* spread_volatile_semantics.cpp in Sources */, - A9F7B67529425A1900B30DA7 /* desc_sroa.cpp in Sources */, - A9F7B69C29425A1900B30DA7 /* dead_insert_elim_pass.cpp in Sources */, - A9F7BC8429425A1B00B30DA7 /* validate_decorations.cpp in Sources */, - A9F7B69029425A1900B30DA7 /* loop_fusion_pass.cpp in Sources */, - A9F7B43229425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, - A9F7B62729425A1900B30DA7 /* flatten_decoration_pass.cpp in Sources */, - A9F7B71129425A1900B30DA7 /* fix_storage_class.cpp in Sources */, - A9F7B4CE29425A1900B30DA7 /* software_version.cpp in Sources */, - A9F7B37829425A1800B30DA7 /* assembly_grammar.cpp in Sources */, - A9F7B6DE29425A1900B30DA7 /* amd_ext_to_khr.cpp in Sources */, - A9F7BC5729425A1B00B30DA7 /* text_handler.cpp in Sources */, - A9F7B4DD29425A1900B30DA7 /* optimizer.cpp in Sources */, - A9F7BCF029425A1B00B30DA7 /* validation_state.cpp in Sources */, - A9F7B59429425A1900B30DA7 /* mem_pass.cpp in Sources */, - A9F7B72C29425A1900B30DA7 /* replace_desc_array_access_using_var_index.cpp in Sources */, - A9F7B5C729425A1900B30DA7 /* ir_loader.cpp in Sources */, - A9F7B37E29425A1800B30DA7 /* extensions.cpp in Sources */, - A9F7B5B229425A1900B30DA7 /* type_manager.cpp in Sources */, - A9F7B6E129425A1900B30DA7 /* scalar_replacement_pass.cpp in Sources */, - A9F7B5AC29425A1900B30DA7 /* loop_unswitch_pass.cpp in Sources */, - A9F7B43529425A1800B30DA7 /* reduction_opportunity.cpp in Sources */, - A9F7BC9C29425A1B00B30DA7 /* validate_extensions.cpp in Sources */, - A9F7B46529425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, - A9F7B39629425A1800B30DA7 /* timer.cpp in Sources */, - A9F7B60F29425A1900B30DA7 /* pch_source_opt.cpp in Sources */, - A9F7B5C129425A1900B30DA7 /* inline_pass.cpp in Sources */, - A9F7B5F429425A1900B30DA7 /* inst_buff_addr_check_pass.cpp in Sources */, - A9F7BC6929425A1B00B30DA7 /* validate_barriers.cpp in Sources */, - A9F7B6F029425A1900B30DA7 /* redundancy_elimination.cpp in Sources */, - A9F7B49529425A1800B30DA7 /* spirv_endian.cpp in Sources */, - A9F7B52B29425A1900B30DA7 /* cfg.cpp in Sources */, - A9F7B59A29425A1900B30DA7 /* remove_duplicates_pass.cpp in Sources */, - A9F7BC5A29425A1B00B30DA7 /* validate_annotation.cpp in Sources */, - A9F7B6D229425A1900B30DA7 /* loop_dependence_helpers.cpp in Sources */, - A9F7B75C29425A1900B30DA7 /* basic_block.cpp in Sources */, - A9F7B58229425A1900B30DA7 /* loop_dependence.cpp in Sources */, - A9F7B5D029425A1900B30DA7 /* licm_pass.cpp in Sources */, - A9F7B42929425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, - A9F7B62429425A1900B30DA7 /* dead_branch_elim_pass.cpp in Sources */, - A9F7B58B29425A1900B30DA7 /* inst_debug_printf_pass.cpp in Sources */, - A9F7B54329425A1900B30DA7 /* local_redundancy_elimination.cpp in Sources */, - A9F7BCC929425A1B00B30DA7 /* validate_memory.cpp in Sources */, - A9F7B72629425A1900B30DA7 /* dominator_analysis.cpp in Sources */, - A9F7BC9029425A1B00B30DA7 /* validate.cpp in Sources */, - A9F7B67E29425A1900B30DA7 /* copy_prop_arrays.cpp in Sources */, - A9F7B45F29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, - A9F7BCED29425A1B00B30DA7 /* validate_composites.cpp in Sources */, - A9F7B77429425A1900B30DA7 /* loop_fusion.cpp in Sources */, - A9F7BCE429425A1B00B30DA7 /* basic_block.cpp in Sources */, - A9F7B71729425A1900B30DA7 /* remove_unused_interface_variables_pass.cpp in Sources */, - A9F7BCE729425A1B00B30DA7 /* validate_function.cpp in Sources */, - A9F7B5DC29425A1900B30DA7 /* vector_dce.cpp in Sources */, - A9F7BCF329425A1B00B30DA7 /* validate_primitives.cpp in Sources */, - A9F7B62129425A1900B30DA7 /* simplification_pass.cpp in Sources */, - A9F7B6CC29425A1900B30DA7 /* propagator.cpp in Sources */, - A9F7B3EA29425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, - A9F7B41129425A1800B30DA7 /* remove_instruction_reduction_opportunity.cpp in Sources */, - A9F7BCBA29425A1B00B30DA7 /* validate_arithmetics.cpp in Sources */, + A9A9DFED2C437C6C00B4ACDC /* validate_function.cpp in Sources */, + A9A9DC0D2C437C6B00B4ACDC /* if_conversion.cpp in Sources */, + A9A9E0452C437C6C00B4ACDC /* validate_type.cpp in Sources */, + A9A9DE912C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, + A9A9DDCD2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */, + A9A9DF8D2C437C6C00B4ACDC /* construct.cpp in Sources */, + A9A9DDC52C437C6C00B4ACDC /* simplification_pass.cpp in Sources */, + A9A9DFD12C437C6C00B4ACDC /* validate_constants.cpp in Sources */, + A9A9E0152C437C6C00B4ACDC /* validate_memory.cpp in Sources */, + A9A9DC952C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */, + A9A9E0C12C437C6C00B4ACDC /* opcode.cpp in Sources */, + A9A9DDED2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */, + A9A9DCDD2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */, + A9A9DB692C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */, + A9A9DEE92C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */, + A9A9DD852C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */, + A9A9DC3D2C437C6B00B4ACDC /* instruction.cpp in Sources */, + A9A9DCB52C437C6B00B4ACDC /* loop_dependence.cpp in Sources */, + A9A9DD6D2C437C6C00B4ACDC /* register_pressure.cpp in Sources */, + A9A9DF192C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, + A9A9DA852C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */, + A9A9DB312C437C6B00B4ACDC /* dataflow.cpp in Sources */, + A9A9E0292C437C6C00B4ACDC /* validate_primitives.cpp in Sources */, + A9A9DFB92C437C6C00B4ACDC /* validate_barriers.cpp in Sources */, + A9A9E0FD2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */, + A9A9DF412C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, + A9A9DCB12C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */, + A9A9DB812C437C6B00B4ACDC /* dominator_tree.cpp in Sources */, + A9A9DAD92C437C6B00B4ACDC /* cfg.cpp in Sources */, + A9A9DEC12C437C6C00B4ACDC /* reduction_util.cpp in Sources */, + A9A9E1252C437C6D00B4ACDC /* table.cpp in Sources */, + A9A9E0352C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */, + A9A9DD592C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */, + A9A9DF752C437C6C00B4ACDC /* string_utils.cpp in Sources */, + A9A9DFC52C437C6C00B4ACDC /* validate_capability.cpp in Sources */, + A9A9DFE92C437C6C00B4ACDC /* validate_extensions.cpp in Sources */, + A9A9DD292C437C6C00B4ACDC /* optimizer.cpp in Sources */, + A9A9DA992C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */, + A9A9DFBD2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */, + A9A9DD612C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */, + A9A9DCBD2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */, + A9A9DF992C437C6C00B4ACDC /* function.cpp in Sources */, + A9A9E0752C437C6C00B4ACDC /* diagnostic.cpp in Sources */, + A9A9DAF92C437C6B00B4ACDC /* composite.cpp in Sources */, + A9A9DBCD2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */, + A9A9E10D2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */, + A9A9DFF92C437C6C00B4ACDC /* validate_instruction.cpp in Sources */, + A9A9DB792C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */, + A9A9DF392C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB392C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */, + A9A9DC4D2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */, + A9A9E0D12C437C6C00B4ACDC /* parsed_operand.cpp in Sources */, + A9A9DE392C437C6C00B4ACDC /* vector_dce.cpp in Sources */, + A9A9DFD92C437C6C00B4ACDC /* validate_debug.cpp in Sources */, + A9A9E1352C437C6D00B4ACDC /* text.cpp in Sources */, + A9A9DBA92C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */, + A9A9DAF12C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */, + A9A9DF7D2C437C6C00B4ACDC /* timer.cpp in Sources */, + A9A9DCFD2C437C6B00B4ACDC /* mem_pass.cpp in Sources */, + A9A9DDA92C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */, + A9A9DEF12C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB612C437C6B00B4ACDC /* def_use_manager.cpp in Sources */, + A9A9DCF52C437C6B00B4ACDC /* loop_utils.cpp in Sources */, + A9A9DEF92C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */, + A9A9DF112C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, + A9A9DA7D2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */, + A9A9DC1D2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */, + A9A9DBE52C437C6B00B4ACDC /* fold.cpp in Sources */, + A9A9DD9D2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */, + A9A9DC852C437C6B00B4ACDC /* liveness.cpp in Sources */, + A9A9DFB52C437C6C00B4ACDC /* validate_atomics.cpp in Sources */, + A9A9DBBD2C437C6B00B4ACDC /* feature_manager.cpp in Sources */, + A9A9DAB92C437C6B00B4ACDC /* block_merge_util.cpp in Sources */, + A9A9DE492C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */, + A9A9E0392C437C6C00B4ACDC /* validate_scopes.cpp in Sources */, + A9A9DE692C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, + A9A9DE612C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, + A9A9DD052C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */, + A9A9DD0D2C437C6B00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */, + A9A9DE292C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */, + A9A9E02D2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */, + A9A9E0052C437C6C00B4ACDC /* validate_literals.cpp in Sources */, + A9A9DE112C437C6C00B4ACDC /* type_manager.cpp in Sources */, + A9A9E0E12C437C6C00B4ACDC /* print.cpp in Sources */, + A9A9DFFD2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */, + A9A9DE992C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */, + A9A9DA892C437C6B00B4ACDC /* linter.cpp in Sources */, + A9A9E07D2C437C6C00B4ACDC /* disassemble.cpp in Sources */, + A9A9DCCD2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */, + A9A9DAB12C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */, + A9A9DC9D2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */, + A9A9E0092C437C6C00B4ACDC /* validate_logicals.cpp in Sources */, + A9A9DD492C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */, + A9A9E0D92C437C6C00B4ACDC /* pch_source.cpp in Sources */, + A9A9E0492C437C6C00B4ACDC /* validate.cpp in Sources */, + A9A9E0F52C437C6C00B4ACDC /* spirv_endian.cpp in Sources */, + A9A9DB592C437C6B00B4ACDC /* decoration_manager.cpp in Sources */, + A9A9DCC52C437C6B00B4ACDC /* loop_fission.cpp in Sources */, + A9A9DD412C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */, + A9A9E0C92C437C6C00B4ACDC /* operand.cpp in Sources */, + A9A9DD7D2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */, + A9A9DEB12C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */, + A9A9DD8D2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */, + A9A9DBA12C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */, + A9A9DB412C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */, + A9A9DDDD2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */, + A9A9DBDD2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, + A9A9DA792C437C6B00B4ACDC /* linker.cpp in Sources */, + A9A9DC712C437C6B00B4ACDC /* ir_loader.cpp in Sources */, + A9A9DEC92C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */, + A9A9DD512C437C6C00B4ACDC /* propagator.cpp in Sources */, + A9A9DC352C437C6B00B4ACDC /* instruction_list.cpp in Sources */, + A9A9DE712C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, + A9A9DE792C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */, + A9A9DB212C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */, + A9A9DC5D2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */, + A9A9DB512C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */, + A9A9DB712C437C6B00B4ACDC /* desc_sroa.cpp in Sources */, + A9A9DFF52C437C6C00B4ACDC /* validate_image.cpp in Sources */, + A9A9DB892C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */, + A9A9E0212C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */, + A9A9DBD52C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */, + A9A9E0992C437C6C00B4ACDC /* extensions.cpp in Sources */, + A9A9DDFD2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */, + A9A9DB292C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */, + A9A9DCED2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */, + A9A9E01D2C437C6C00B4ACDC /* validate_misc.cpp in Sources */, + A9A9DD952C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */, + A9A9E0512C437C6C00B4ACDC /* validation_state.cpp in Sources */, + A9A9DEB92C437C6C00B4ACDC /* reduction_pass.cpp in Sources */, + A9A9DBC52C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */, + A9A9DDF52C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */, + A9A9DFA12C437C6C00B4ACDC /* instruction.cpp in Sources */, + A9A9DDAD2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */, + A9A9DFA92C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */, + A9A9DF012C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */, + A9A9E0012C437C6C00B4ACDC /* validate_layout.cpp in Sources */, + A9A9DC452C437C6B00B4ACDC /* instrument_pass.cpp in Sources */, + A9A9DAC92C437C6B00B4ACDC /* ccp_pass.cpp in Sources */, + A9A9DE212C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */, + A9A9DF212C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, + A9A9DF092C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, + A9A9DEE12C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */, + A9A9E0892C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */, + A9A9DE312C437C6C00B4ACDC /* value_number_table.cpp in Sources */, + A9A9DE812C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, + A9A9DF692C437C6C00B4ACDC /* parse_number.cpp in Sources */, + A9A9DD752C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */, + A9A9DB012C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */, + A9A9DDB52C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */, + A9A9E0192C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */, + A9A9DF312C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, + A9A9DB912C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */, + A9A9E0252C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */, + A9A9DFC12C437C6C00B4ACDC /* validate_builtins.cpp in Sources */, + A9A9DFB12C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */, + A9A9DCE52C437C6B00B4ACDC /* loop_unroller.cpp in Sources */, + A9A9DFDD2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */, + A9A9DBB12C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */, + A9A9E12D2C437C6D00B4ACDC /* text_handler.cpp in Sources */, + A9A9DFAD2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */, + A9A9DC8D2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */, + A9A9DE192C437C6C00B4ACDC /* types.cpp in Sources */, + A9A9DE092C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */, + A9A9DC152C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */, + A9A9DD2D2C437C6C00B4ACDC /* pass_manager.cpp in Sources */, + A9A9E05D2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */, + A9A9DD352C437C6C00B4ACDC /* pass.cpp in Sources */, + A9A9DED92C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */, + A9A9DED12C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */, + A9A9DC7D2C437C6B00B4ACDC /* licm_pass.cpp in Sources */, + A9A9DB112C437C6B00B4ACDC /* control_dependence.cpp in Sources */, + A9A9DC552C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */, + A9A9E0652C437C6C00B4ACDC /* binary.cpp in Sources */, + A9A9DFE12C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */, + A9A9DAA12C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */, + A9A9DF852C437C6C00B4ACDC /* basic_block.cpp in Sources */, + A9A9DE512C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */, + A9A9DFE52C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */, + A9A9E1052C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */, + A9A9DDD52C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */, + A9A9DEA92C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */, + A9A9DDBD2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */, + A9A9E0B12C437C6C00B4ACDC /* libspirv.cpp in Sources */, + A9A9DE412C437C6C00B4ACDC /* workaround1209.cpp in Sources */, + A9A9E00D2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */, + A9A9E0912C437C6C00B4ACDC /* ext_inst.cpp in Sources */, + A9A9DD212C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */, + A9A9DF492C437C6C00B4ACDC /* bit_vector.cpp in Sources */, + A9A9DC252C437C6B00B4ACDC /* inline_pass.cpp in Sources */, + A9A9DF292C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, + A9A9E0412C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */, + A9A9DDE52C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */, + A9A9E0E92C437C6C00B4ACDC /* software_version.cpp in Sources */, + A9A9DBFD2C437C6B00B4ACDC /* function.cpp in Sources */, + A9A9DFF12C437C6C00B4ACDC /* validate_id.cpp in Sources */, + A9A9E0312C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */, + A9A9DB192C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */, + A9A9E1152C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */, + A9A9DB992C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */, + A9A9DAD12C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */, + A9A9DE592C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, + A9A9DEA12C437C6C00B4ACDC /* reducer.cpp in Sources */, + A9A9E11D2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */, + A9A9DAA92C437C6B00B4ACDC /* basic_block.cpp in Sources */, + A9A9DCA52C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */, + A9A9DFCD2C437C6C00B4ACDC /* validate_composites.cpp in Sources */, + A9A9D4512C437C6900B4ACDC /* diff.cpp in Sources */, + A9A9DCD52C437C6B00B4ACDC /* loop_fusion.cpp in Sources */, + A9A9DAE92C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */, + A9A9DB092C437C6B00B4ACDC /* constants.cpp in Sources */, + A9A9DA912C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */, + A9A9DBED2C437C6B00B4ACDC /* folding_rules.cpp in Sources */, + A9A9DAE12C437C6B00B4ACDC /* code_sink.cpp in Sources */, + A9A9DBF52C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */, + A9A9DC2D2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */, + A9A9E0B92C437C6C00B4ACDC /* name_mapper.cpp in Sources */, + A9A9DE892C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, + A9A9DB492C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */, + A9A9DD152C437C6C00B4ACDC /* module.cpp in Sources */, + A9A9DAC12C437C6B00B4ACDC /* build_module.cpp in Sources */, + A9A9DC692C437C6B00B4ACDC /* ir_context.cpp in Sources */, + A9A9DFD52C437C6C00B4ACDC /* validate_conversion.cpp in Sources */, + A9A9DC052C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */, + A9A9DFC92C437C6C00B4ACDC /* validate_cfg.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5794,228 +5845,231 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A9F7B4B829425A1900B30DA7 /* spirv_reducer_options.cpp in Sources */, - A9F7B4E229425A1900B30DA7 /* register_pressure.cpp in Sources */, - A9F7B79729425A1900B30DA7 /* loop_peeling.cpp in Sources */, - A9F7B6A729425A1900B30DA7 /* block_merge_pass.cpp in Sources */, - A9F7B4D029425A1900B30DA7 /* opcode.cpp in Sources */, - A9F7BC8929425A1B00B30DA7 /* validate_builtins.cpp in Sources */, - A9F7BC6B29425A1B00B30DA7 /* validate_non_uniform.cpp in Sources */, - A9F7B3B329425A1800B30DA7 /* table.cpp in Sources */, - A9F7BCC229425A1B00B30DA7 /* validate_logicals.cpp in Sources */, - A9F7B43A29425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, - A9F7B3AA29425A1800B30DA7 /* bit_vector.cpp in Sources */, - A9F7B63229425A1900B30DA7 /* ir_context.cpp in Sources */, - A9F7B3D429425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, - A9F7B65F29425A1900B30DA7 /* if_conversion.cpp in Sources */, - A9F7B74629425A1900B30DA7 /* remove_dontinline_pass.cpp in Sources */, - A9F7B6AD29425A1900B30DA7 /* convert_to_sampled_image_pass.cpp in Sources */, - A9F7B55D29425A1900B30DA7 /* merge_return_pass.cpp in Sources */, - A9F7B42529425A1800B30DA7 /* reducer.cpp in Sources */, - A9F7B3E629425A1800B30DA7 /* remove_function_reduction_opportunity.cpp in Sources */, - A9F7BC5029425A1B00B30DA7 /* disassemble.cpp in Sources */, - A9F7B64A29425A1900B30DA7 /* composite.cpp in Sources */, - A9F7BCAA29425A1B00B30DA7 /* validate_conversion.cpp in Sources */, - A9F7BCD129425A1B00B30DA7 /* instruction.cpp in Sources */, - A9F7BC6E29425A1B00B30DA7 /* validate_ray_query.cpp in Sources */, - A9F7BC4729425A1B00B30DA7 /* operand.cpp in Sources */, - A9F7B5AE29425A1900B30DA7 /* unify_const_pass.cpp in Sources */, - A9F7B3C829425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, - A9F7B4AC29425A1900B30DA7 /* enum_string_mapping.cpp in Sources */, - A9F7BCBC29425A1B00B30DA7 /* validate_mode_setting.cpp in Sources */, - A9F7B49D29425A1900B30DA7 /* binary.cpp in Sources */, - A9F7B74329425A1900B30DA7 /* struct_cfg_analysis.cpp in Sources */, - A9F7BC6229425A1B00B30DA7 /* validate_capability.cpp in Sources */, - A9F7BC3529425A1B00B30DA7 /* diagnostic.cpp in Sources */, - A9F7BC3B29425A1B00B30DA7 /* libspirv.cpp in Sources */, - A9F7BCDA29425A1B00B30DA7 /* validate_mesh_shading.cpp in Sources */, - A9F7B4FA29425A1900B30DA7 /* build_module.cpp in Sources */, - A9F7B56929425A1900B30DA7 /* cfg_cleanup_pass.cpp in Sources */, - A9F7B47F29425A1800B30DA7 /* spirv_fuzzer_options.cpp in Sources */, - A9F7BCA729425A1B00B30DA7 /* validate_adjacency.cpp in Sources */, - A9F7BCB329425A1B00B30DA7 /* validate_id.cpp in Sources */, - A9F7B3A729425A1800B30DA7 /* parse_number.cpp in Sources */, - A9F7B6A129425A1900B30DA7 /* scalar_analysis.cpp in Sources */, - A9F7B36229425A1800B30DA7 /* lint_divergent_derivatives.cpp in Sources */, - A9F7B41C29425A1800B30DA7 /* remove_struct_member_reduction_opportunity.cpp in Sources */, - A9F7BC7429425A1B00B30DA7 /* validate_scopes.cpp in Sources */, - A9F7B57B29425A1900B30DA7 /* strip_debug_info_pass.cpp in Sources */, - A9F7B61A29425A1900B30DA7 /* eliminate_dead_functions_util.cpp in Sources */, - A9F7B3DA29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.cpp in Sources */, - A9F7B57E29425A1900B30DA7 /* ssa_rewrite_pass.cpp in Sources */, - A9F7BCCB29425A1B00B30DA7 /* validate_image.cpp in Sources */, - A9F7B5A229425A1900B30DA7 /* module.cpp in Sources */, - A9F7B3F829425A1800B30DA7 /* merge_blocks_reduction_opportunity.cpp in Sources */, - A9F7B5E729425A1900B30DA7 /* constants.cpp in Sources */, - A9F7B46129425A1800B30DA7 /* remove_block_reduction_opportunity.cpp in Sources */, - A9F7B35929425A1800B30DA7 /* spirv_target_env.cpp in Sources */, - A9F7B55429425A1900B30DA7 /* loop_fission.cpp in Sources */, - A9F7B44F29425A1800B30DA7 /* remove_block_reduction_opportunity_finder.cpp in Sources */, - A9F7B3EC29425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */, - A9F7B6DA29425A1900B30DA7 /* fold.cpp in Sources */, - A9F7B5F629425A1900B30DA7 /* def_use_manager.cpp in Sources */, - A9F7B4BB29425A1900B30DA7 /* parsed_operand.cpp in Sources */, - A9F7B66E29425A1900B30DA7 /* eliminate_dead_members_pass.cpp in Sources */, - A9F7B70429425A1900B30DA7 /* instruction.cpp in Sources */, - A9F7B4C429425A1900B30DA7 /* name_mapper.cpp in Sources */, - A9F7B77629425A1900B30DA7 /* analyze_live_input_pass.cpp in Sources */, - A9F7BC5F29425A1B00B30DA7 /* validate_cfg.cpp in Sources */, - A9F7B3FB29425A1800B30DA7 /* change_operand_reduction_opportunity.cpp in Sources */, - A9F7BC7D29425A1B00B30DA7 /* validate_instruction.cpp in Sources */, - A9F7B54529425A1900B30DA7 /* instrument_pass.cpp in Sources */, - A9F7BC7129425A1B00B30DA7 /* validate_ray_tracing.cpp in Sources */, - A9F7B55129425A1900B30DA7 /* pass.cpp in Sources */, - A9F7B60229425A1900B30DA7 /* ccp_pass.cpp in Sources */, - A9F7B5F029425A1900B30DA7 /* desc_sroa_util.cpp in Sources */, - A9F7BC9829425A1B00B30DA7 /* validate_bitwise.cpp in Sources */, - A9F7B67729425A1900B30DA7 /* block_merge_util.cpp in Sources */, - A9F7BC8629425A1B00B30DA7 /* validate_debug.cpp in Sources */, - A9F7B63B29425A1900B30DA7 /* loop_descriptor.cpp in Sources */, - A9F7B4C729425A1900B30DA7 /* linker.cpp in Sources */, - A9F7B53329425A1900B30DA7 /* freeze_spec_constant_value_pass.cpp in Sources */, - A9F7B39B29425A1800B30DA7 /* string_utils.cpp in Sources */, - A9F7BCBF29425A1B00B30DA7 /* validate_memory_semantics.cpp in Sources */, - A9F7B51E29425A1900B30DA7 /* types.cpp in Sources */, - A9F7B38029425A1800B30DA7 /* pch_source.cpp in Sources */, - A9F7B48B29425A1800B30DA7 /* print.cpp in Sources */, - A9F7BCA129425A1B00B30DA7 /* function.cpp in Sources */, - A9F7B68629425A1900B30DA7 /* inline_exhaustive_pass.cpp in Sources */, - A9F7B56329425A1900B30DA7 /* eliminate_dead_constant_pass.cpp in Sources */, - A9F7B71929425A1900B30DA7 /* inline_opaque_pass.cpp in Sources */, - A9F7B45829425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, - A9F7B36529425A1800B30DA7 /* linter.cpp in Sources */, - A9F7B4FD29425A1900B30DA7 /* eliminate_dead_output_stores_pass.cpp in Sources */, - A9F7B79429425A1900B30DA7 /* compact_ids_pass.cpp in Sources */, - A9F7B62C29425A1900B30DA7 /* folding_rules.cpp in Sources */, - A9F7B65929425A1900B30DA7 /* strip_nonsemantic_info_pass.cpp in Sources */, - A9F7B6C529425A1900B30DA7 /* private_to_local_pass.cpp in Sources */, - A9F7B5A829425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, - A9F7BC8029425A1B00B30DA7 /* validate_ray_tracing_reorder.cpp in Sources */, - A9F7BCC529425A1B00B30DA7 /* validate_derivatives.cpp in Sources */, - A9F7B3E329425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, - A9F7B64729425A1900B30DA7 /* control_dependence.cpp in Sources */, - A9F7B47329425A1800B30DA7 /* spirv_optimizer_options.cpp in Sources */, - A9F7B41929425A1800B30DA7 /* pch_source_reduce.cpp in Sources */, - A9F7B59C29425A1900B30DA7 /* dead_variable_elimination.cpp in Sources */, - A9F7B3EF29425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, - A9F7B67129425A1900B30DA7 /* strength_reduction_pass.cpp in Sources */, - A9F7B78529425A1900B30DA7 /* scalar_analysis_simplification.cpp in Sources */, - A9F7BC8C29425A1B00B30DA7 /* validate_interfaces.cpp in Sources */, - A9F7BC7729425A1B00B30DA7 /* validate_atomics.cpp in Sources */, - A9F7B4D629425A1900B30DA7 /* ext_inst.cpp in Sources */, - A9F7B44329425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, - A9F7B52D29425A1900B30DA7 /* decoration_manager.cpp in Sources */, - A9F7B6F529425A1900B30DA7 /* workaround1209.cpp in Sources */, - A9F7B75829425A1900B30DA7 /* interp_fixup_pass.cpp in Sources */, - A9F7BCCE29425A1B00B30DA7 /* validate_literals.cpp in Sources */, - A9F7B4A629425A1900B30DA7 /* diff.cpp in Sources */, - A9F7B55729425A1900B30DA7 /* dominator_tree.cpp in Sources */, - A9F7B6E629425A1900B30DA7 /* interface_var_sroa.cpp in Sources */, - A9F7B77929425A1900B30DA7 /* upgrade_memory_model.cpp in Sources */, - A9F7B4F729425A1900B30DA7 /* combine_access_chains.cpp in Sources */, - A9F7B64429425A1900B30DA7 /* instruction_list.cpp in Sources */, - A9F7B61729425A1900B30DA7 /* aggressive_dead_code_elim_pass.cpp in Sources */, - A9F7B3CE29425A1800B30DA7 /* reduction_util.cpp in Sources */, - A9F7B5D229425A1900B30DA7 /* eliminate_dead_functions_pass.cpp in Sources */, - A9F7BCAD29425A1B00B30DA7 /* validate_small_type_uses.cpp in Sources */, - A9F7BC5C29425A1B00B30DA7 /* validate_misc.cpp in Sources */, - A9F7B51B29425A1900B30DA7 /* code_sink.cpp in Sources */, - A9F7B68329425A1900B30DA7 /* pass_manager.cpp in Sources */, - A9F7B54E29425A1900B30DA7 /* feature_manager.cpp in Sources */, - A9F7B56C29425A1900B30DA7 /* wrap_opkill.cpp in Sources */, - A9F7B73729425A1900B30DA7 /* dataflow.cpp in Sources */, - A9F7BCD429425A1B00B30DA7 /* validate_type.cpp in Sources */, - A9F7B6D429425A1900B30DA7 /* set_spec_constant_default_value_pass.cpp in Sources */, - A9F7B3B929425A1800B30DA7 /* remove_selection_reduction_opportunity.cpp in Sources */, - A9F7BC9529425A1B00B30DA7 /* validate_constants.cpp in Sources */, - A9F7BCE029425A1B00B30DA7 /* validate_layout.cpp in Sources */, - A9F7B57229425A1900B30DA7 /* const_folding_rules.cpp in Sources */, - A9F7B71C29425A1900B30DA7 /* replace_invalid_opc.cpp in Sources */, - A9F7B56F29425A1900B30DA7 /* eliminate_dead_io_components_pass.cpp in Sources */, - A9F7B46A29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, - A9F7B46729425A1800B30DA7 /* reduction_opportunity_finder.cpp in Sources */, - A9F7B50329425A1900B30DA7 /* liveness.cpp in Sources */, - A9F7B66529425A1900B30DA7 /* debug_info_manager.cpp in Sources */, - A9F7B6FB29425A1900B30DA7 /* relax_float_ops_pass.cpp in Sources */, - A9F7B71329425A1900B30DA7 /* value_number_table.cpp in Sources */, - A9F7B37429425A1800B30DA7 /* text.cpp in Sources */, - A9F7B6BF29425A1900B30DA7 /* local_single_store_elim_pass.cpp in Sources */, - A9F7B42229425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, - A9F7B3C229425A1800B30DA7 /* reduction_pass.cpp in Sources */, - A9F7B64D29425A1900B30DA7 /* convert_to_half_pass.cpp in Sources */, - A9F7B70A29425A1900B30DA7 /* reduce_load_size.cpp in Sources */, - A9F7B75529425A1900B30DA7 /* local_access_chain_convert_pass.cpp in Sources */, - A9F7B53F29425A1900B30DA7 /* inst_bindless_check_pass.cpp in Sources */, - A9F7B53029425A1900B30DA7 /* local_single_block_elim_pass.cpp in Sources */, - A9F7BCDD29425A1B00B30DA7 /* validate_execution_limitations.cpp in Sources */, - A9F7B64129425A1900B30DA7 /* function.cpp in Sources */, - A9F7B66229425A1900B30DA7 /* fix_func_call_arguments.cpp in Sources */, - A9F7B45B29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, - A9F7B76A29425A1900B30DA7 /* graphics_robust_access_pass.cpp in Sources */, - A9F7BC9E29425A1B00B30DA7 /* construct.cpp in Sources */, - A9F7B5E129425A1900B30DA7 /* loop_unroller.cpp in Sources */, - A9F7B48529425A1800B30DA7 /* spirv_validator_options.cpp in Sources */, - A9F7B36829425A1800B30DA7 /* divergence_analysis.cpp in Sources */, - A9F7B4E529425A1900B30DA7 /* loop_utils.cpp in Sources */, - A9F7B4EB29425A1900B30DA7 /* spread_volatile_semantics.cpp in Sources */, - A9F7B67429425A1900B30DA7 /* desc_sroa.cpp in Sources */, - A9F7B69B29425A1900B30DA7 /* dead_insert_elim_pass.cpp in Sources */, - A9F7BC8329425A1B00B30DA7 /* validate_decorations.cpp in Sources */, - A9F7B68F29425A1900B30DA7 /* loop_fusion_pass.cpp in Sources */, - A9F7B43129425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, - A9F7B62629425A1900B30DA7 /* flatten_decoration_pass.cpp in Sources */, - A9F7B71029425A1900B30DA7 /* fix_storage_class.cpp in Sources */, - A9F7B4CD29425A1900B30DA7 /* software_version.cpp in Sources */, - A9F7B37729425A1800B30DA7 /* assembly_grammar.cpp in Sources */, - A9F7B6DD29425A1900B30DA7 /* amd_ext_to_khr.cpp in Sources */, - A9F7BC5629425A1B00B30DA7 /* text_handler.cpp in Sources */, - A9F7B4DC29425A1900B30DA7 /* optimizer.cpp in Sources */, - A9F7BCEF29425A1B00B30DA7 /* validation_state.cpp in Sources */, - A9F7B59329425A1900B30DA7 /* mem_pass.cpp in Sources */, - A9F7B72B29425A1900B30DA7 /* replace_desc_array_access_using_var_index.cpp in Sources */, - A9F7B5C629425A1900B30DA7 /* ir_loader.cpp in Sources */, - A9F7B37D29425A1800B30DA7 /* extensions.cpp in Sources */, - A9F7B5B129425A1900B30DA7 /* type_manager.cpp in Sources */, - A9F7B6E029425A1900B30DA7 /* scalar_replacement_pass.cpp in Sources */, - A9F7B5AB29425A1900B30DA7 /* loop_unswitch_pass.cpp in Sources */, - A9F7B43429425A1800B30DA7 /* reduction_opportunity.cpp in Sources */, - A9F7BC9B29425A1B00B30DA7 /* validate_extensions.cpp in Sources */, - A9F7B46429425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, - A9F7B39529425A1800B30DA7 /* timer.cpp in Sources */, - A9F7B60E29425A1900B30DA7 /* pch_source_opt.cpp in Sources */, - A9F7B5C029425A1900B30DA7 /* inline_pass.cpp in Sources */, - A9F7B5F329425A1900B30DA7 /* inst_buff_addr_check_pass.cpp in Sources */, - A9F7BC6829425A1B00B30DA7 /* validate_barriers.cpp in Sources */, - A9F7B6EF29425A1900B30DA7 /* redundancy_elimination.cpp in Sources */, - A9F7B49429425A1800B30DA7 /* spirv_endian.cpp in Sources */, - A9F7B52A29425A1900B30DA7 /* cfg.cpp in Sources */, - A9F7B59929425A1900B30DA7 /* remove_duplicates_pass.cpp in Sources */, - A9F7BC5929425A1B00B30DA7 /* validate_annotation.cpp in Sources */, - A9F7B6D129425A1900B30DA7 /* loop_dependence_helpers.cpp in Sources */, - A9F7B75B29425A1900B30DA7 /* basic_block.cpp in Sources */, - A9F7B58129425A1900B30DA7 /* loop_dependence.cpp in Sources */, - A9F7B5CF29425A1900B30DA7 /* licm_pass.cpp in Sources */, - A9F7B42829425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, - A9F7B62329425A1900B30DA7 /* dead_branch_elim_pass.cpp in Sources */, - A9F7B58A29425A1900B30DA7 /* inst_debug_printf_pass.cpp in Sources */, - A9F7B54229425A1900B30DA7 /* local_redundancy_elimination.cpp in Sources */, - A9F7BCC829425A1B00B30DA7 /* validate_memory.cpp in Sources */, - A9F7B72529425A1900B30DA7 /* dominator_analysis.cpp in Sources */, - A9F7BC8F29425A1B00B30DA7 /* validate.cpp in Sources */, - A9F7B67D29425A1900B30DA7 /* copy_prop_arrays.cpp in Sources */, - A9F7B45E29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, - A9F7BCEC29425A1B00B30DA7 /* validate_composites.cpp in Sources */, - A9F7B77329425A1900B30DA7 /* loop_fusion.cpp in Sources */, - A9F7BCE329425A1B00B30DA7 /* basic_block.cpp in Sources */, - A9F7B71629425A1900B30DA7 /* remove_unused_interface_variables_pass.cpp in Sources */, - A9F7BCE629425A1B00B30DA7 /* validate_function.cpp in Sources */, - A9F7B5DB29425A1900B30DA7 /* vector_dce.cpp in Sources */, - A9F7BCF229425A1B00B30DA7 /* validate_primitives.cpp in Sources */, - A9F7B62029425A1900B30DA7 /* simplification_pass.cpp in Sources */, - A9F7B6CB29425A1900B30DA7 /* propagator.cpp in Sources */, - A9F7B3E929425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, - A9F7B41029425A1800B30DA7 /* remove_instruction_reduction_opportunity.cpp in Sources */, - A9F7BCB929425A1B00B30DA7 /* validate_arithmetics.cpp in Sources */, + A9A9DFEC2C437C6C00B4ACDC /* validate_function.cpp in Sources */, + A9A9DC0C2C437C6B00B4ACDC /* if_conversion.cpp in Sources */, + A9A9E0442C437C6C00B4ACDC /* validate_type.cpp in Sources */, + A9A9DE902C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, + A9A9DDCC2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */, + A9A9DF8C2C437C6C00B4ACDC /* construct.cpp in Sources */, + A9A9DDC42C437C6C00B4ACDC /* simplification_pass.cpp in Sources */, + A9A9DFD02C437C6C00B4ACDC /* validate_constants.cpp in Sources */, + A9A9E0142C437C6C00B4ACDC /* validate_memory.cpp in Sources */, + A9A9DC942C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */, + A9A9E0C02C437C6C00B4ACDC /* opcode.cpp in Sources */, + A9A9DDEC2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */, + A9A9DCDC2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */, + A9A9DB682C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */, + A9A9DEE82C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */, + A9A9DD842C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */, + A9A9DC3C2C437C6B00B4ACDC /* instruction.cpp in Sources */, + A9A9DCB42C437C6B00B4ACDC /* loop_dependence.cpp in Sources */, + A9A9DD6C2C437C6C00B4ACDC /* register_pressure.cpp in Sources */, + A9A9DF182C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, + A9A9DA842C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */, + A9A9DB302C437C6B00B4ACDC /* dataflow.cpp in Sources */, + A9A9E0282C437C6C00B4ACDC /* validate_primitives.cpp in Sources */, + A9A9DFB82C437C6C00B4ACDC /* validate_barriers.cpp in Sources */, + A9A9E0FC2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */, + A9A9DF402C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, + A9A9DCB02C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */, + A9A9DB802C437C6B00B4ACDC /* dominator_tree.cpp in Sources */, + A9A9DAD82C437C6B00B4ACDC /* cfg.cpp in Sources */, + A9A9DEC02C437C6C00B4ACDC /* reduction_util.cpp in Sources */, + A9A9E1242C437C6D00B4ACDC /* table.cpp in Sources */, + A9A9E0342C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */, + A9A9DD582C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */, + A9A9DF742C437C6C00B4ACDC /* string_utils.cpp in Sources */, + A9A9DFC42C437C6C00B4ACDC /* validate_capability.cpp in Sources */, + A9A9DFE82C437C6C00B4ACDC /* validate_extensions.cpp in Sources */, + A9A9DD282C437C6C00B4ACDC /* optimizer.cpp in Sources */, + A9A9DA982C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */, + A9A9DFBC2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */, + A9A9DD602C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */, + A9A9DCBC2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */, + A9A9DF982C437C6C00B4ACDC /* function.cpp in Sources */, + A9A9E0742C437C6C00B4ACDC /* diagnostic.cpp in Sources */, + A9A9DAF82C437C6B00B4ACDC /* composite.cpp in Sources */, + A9A9DBCC2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */, + A9A9E10C2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */, + A9A9DFF82C437C6C00B4ACDC /* validate_instruction.cpp in Sources */, + A9A9DB782C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */, + A9A9DF382C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB382C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */, + A9A9DC4C2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */, + A9A9E0D02C437C6C00B4ACDC /* parsed_operand.cpp in Sources */, + A9A9DE382C437C6C00B4ACDC /* vector_dce.cpp in Sources */, + A9A9DFD82C437C6C00B4ACDC /* validate_debug.cpp in Sources */, + A9A9E1342C437C6D00B4ACDC /* text.cpp in Sources */, + A9A9DBA82C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */, + A9A9DAF02C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */, + A9A9DF7C2C437C6C00B4ACDC /* timer.cpp in Sources */, + A9A9DCFC2C437C6B00B4ACDC /* mem_pass.cpp in Sources */, + A9A9DDA82C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */, + A9A9DEF02C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB602C437C6B00B4ACDC /* def_use_manager.cpp in Sources */, + A9A9DCF42C437C6B00B4ACDC /* loop_utils.cpp in Sources */, + A9A9DEF82C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */, + A9A9DF102C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, + A9A9DA7C2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */, + A9A9DC1C2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */, + A9A9DBE42C437C6B00B4ACDC /* fold.cpp in Sources */, + A9A9DD9C2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */, + A9A9DC842C437C6B00B4ACDC /* liveness.cpp in Sources */, + A9A9DFB42C437C6C00B4ACDC /* validate_atomics.cpp in Sources */, + A9A9DBBC2C437C6B00B4ACDC /* feature_manager.cpp in Sources */, + A9A9DAB82C437C6B00B4ACDC /* block_merge_util.cpp in Sources */, + A9A9DE482C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */, + A9A9E0382C437C6C00B4ACDC /* validate_scopes.cpp in Sources */, + A9A9DE682C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, + A9A9DE602C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, + A9A9DD042C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */, + A9A9DD0C2C437C6B00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */, + A9A9DE282C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */, + A9A9E02C2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */, + A9A9E0042C437C6C00B4ACDC /* validate_literals.cpp in Sources */, + A9A9DE102C437C6C00B4ACDC /* type_manager.cpp in Sources */, + A9A9E0E02C437C6C00B4ACDC /* print.cpp in Sources */, + A9A9DFFC2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */, + A9A9DE982C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */, + A9A9DA882C437C6B00B4ACDC /* linter.cpp in Sources */, + A9A9E07C2C437C6C00B4ACDC /* disassemble.cpp in Sources */, + A9A9DCCC2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */, + A9A9DAB02C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */, + A9A9DC9C2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */, + A9A9E0082C437C6C00B4ACDC /* validate_logicals.cpp in Sources */, + A9A9DD482C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */, + A9A9E0D82C437C6C00B4ACDC /* pch_source.cpp in Sources */, + A9A9E0482C437C6C00B4ACDC /* validate.cpp in Sources */, + A9A9E0F42C437C6C00B4ACDC /* spirv_endian.cpp in Sources */, + A9A9DB582C437C6B00B4ACDC /* decoration_manager.cpp in Sources */, + A9A9DCC42C437C6B00B4ACDC /* loop_fission.cpp in Sources */, + A9A9DD402C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */, + A9A9E0C82C437C6C00B4ACDC /* operand.cpp in Sources */, + A9A9DD7C2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */, + A9A9DEB02C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */, + A9A9DD8C2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */, + A9A9DBA02C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */, + A9A9DB402C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */, + A9A9DDDC2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */, + A9A9DBDC2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, + A9A9DA782C437C6B00B4ACDC /* linker.cpp in Sources */, + A9A9DC702C437C6B00B4ACDC /* ir_loader.cpp in Sources */, + A9A9DEC82C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */, + A9A9DD502C437C6C00B4ACDC /* propagator.cpp in Sources */, + A9A9DC342C437C6B00B4ACDC /* instruction_list.cpp in Sources */, + A9A9DE702C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, + A9A9DE782C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */, + A9A9DB202C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */, + A9A9DC5C2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */, + A9A9DB502C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */, + A9A9DB702C437C6B00B4ACDC /* desc_sroa.cpp in Sources */, + A9A9DFF42C437C6C00B4ACDC /* validate_image.cpp in Sources */, + A9A9DB882C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */, + A9A9E0202C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */, + A9A9DBD42C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */, + A9A9E0982C437C6C00B4ACDC /* extensions.cpp in Sources */, + A9A9DDFC2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */, + A9A9DB282C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */, + A9A9DCEC2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */, + A9A9E01C2C437C6C00B4ACDC /* validate_misc.cpp in Sources */, + A9A9DD942C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */, + A9A9E0502C437C6C00B4ACDC /* validation_state.cpp in Sources */, + A9A9DEB82C437C6C00B4ACDC /* reduction_pass.cpp in Sources */, + A9A9DBC42C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */, + A9A9DDF42C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */, + A9A9DFA02C437C6C00B4ACDC /* instruction.cpp in Sources */, + A9A9DDAC2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */, + A9A9DFA82C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */, + A9A9DF002C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */, + A9A9E0002C437C6C00B4ACDC /* validate_layout.cpp in Sources */, + A9A9DC442C437C6B00B4ACDC /* instrument_pass.cpp in Sources */, + A9A9DAC82C437C6B00B4ACDC /* ccp_pass.cpp in Sources */, + A9A9DE202C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */, + A9A9DF202C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, + A9A9DF082C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, + A9A9DEE02C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */, + A9A9E0882C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */, + A9A9DE302C437C6C00B4ACDC /* value_number_table.cpp in Sources */, + A9A9DE802C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, + A9A9DF682C437C6C00B4ACDC /* parse_number.cpp in Sources */, + A9A9DD742C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */, + A9A9DB002C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */, + A9A9DDB42C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */, + A9A9E0182C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */, + A9A9DF302C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, + A9A9DB902C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */, + A9A9E0242C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */, + A9A9DFC02C437C6C00B4ACDC /* validate_builtins.cpp in Sources */, + A9A9DFB02C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */, + A9A9DCE42C437C6B00B4ACDC /* loop_unroller.cpp in Sources */, + A9A9DFDC2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */, + A9A9DBB02C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */, + A9A9E12C2C437C6D00B4ACDC /* text_handler.cpp in Sources */, + A9A9DFAC2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */, + A9A9DC8C2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */, + A9A9DE182C437C6C00B4ACDC /* types.cpp in Sources */, + A9A9DE082C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */, + A9A9DC142C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */, + A9A9DD2C2C437C6C00B4ACDC /* pass_manager.cpp in Sources */, + A9A9E05C2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */, + A9A9DD342C437C6C00B4ACDC /* pass.cpp in Sources */, + A9A9DED82C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */, + A9A9DED02C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */, + A9A9DC7C2C437C6B00B4ACDC /* licm_pass.cpp in Sources */, + A9A9DB102C437C6B00B4ACDC /* control_dependence.cpp in Sources */, + A9A9DC542C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */, + A9A9E0642C437C6C00B4ACDC /* binary.cpp in Sources */, + A9A9DFE02C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */, + A9A9DAA02C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */, + A9A9DF842C437C6C00B4ACDC /* basic_block.cpp in Sources */, + A9A9DE502C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */, + A9A9DFE42C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */, + A9A9E1042C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */, + A9A9DDD42C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */, + A9A9DEA82C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */, + A9A9DDBC2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */, + A9A9E0B02C437C6C00B4ACDC /* libspirv.cpp in Sources */, + A9A9DE402C437C6C00B4ACDC /* workaround1209.cpp in Sources */, + A9A9E00C2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */, + A9A9E0902C437C6C00B4ACDC /* ext_inst.cpp in Sources */, + A9A9DD202C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */, + A9A9DF482C437C6C00B4ACDC /* bit_vector.cpp in Sources */, + A9A9DC242C437C6B00B4ACDC /* inline_pass.cpp in Sources */, + A9A9DF282C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, + A9A9E0402C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */, + A9A9DDE42C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */, + A9A9E0E82C437C6C00B4ACDC /* software_version.cpp in Sources */, + A9A9DBFC2C437C6B00B4ACDC /* function.cpp in Sources */, + A9A9DFF02C437C6C00B4ACDC /* validate_id.cpp in Sources */, + A9A9E0302C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */, + A9A9DB182C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */, + A9A9E1142C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */, + A9A9DB982C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */, + A9A9DAD02C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */, + A9A9DE582C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, + A9A9DEA02C437C6C00B4ACDC /* reducer.cpp in Sources */, + A9A9E11C2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */, + A9A9DAA82C437C6B00B4ACDC /* basic_block.cpp in Sources */, + A9A9DCA42C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */, + A9A9DFCC2C437C6C00B4ACDC /* validate_composites.cpp in Sources */, + A9A9D4502C437C6900B4ACDC /* diff.cpp in Sources */, + A9A9DCD42C437C6B00B4ACDC /* loop_fusion.cpp in Sources */, + A9A9DAE82C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */, + A9A9DB082C437C6B00B4ACDC /* constants.cpp in Sources */, + A9A9DA902C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */, + A9A9DBEC2C437C6B00B4ACDC /* folding_rules.cpp in Sources */, + A9A9DAE02C437C6B00B4ACDC /* code_sink.cpp in Sources */, + A9A9DBF42C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */, + A9A9DC2C2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */, + A9A9E0B82C437C6C00B4ACDC /* name_mapper.cpp in Sources */, + A9A9DE882C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, + A9A9DB482C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */, + A9A9DD142C437C6C00B4ACDC /* module.cpp in Sources */, + A9A9DAC02C437C6B00B4ACDC /* build_module.cpp in Sources */, + A9A9DC682C437C6B00B4ACDC /* ir_context.cpp in Sources */, + A9A9DFD42C437C6C00B4ACDC /* validate_conversion.cpp in Sources */, + A9A9DC042C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */, + A9A9DFC82C437C6C00B4ACDC /* validate_cfg.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6023,228 +6077,231 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A9F7B4BA29425A1900B30DA7 /* spirv_reducer_options.cpp in Sources */, - A9F7B4E429425A1900B30DA7 /* register_pressure.cpp in Sources */, - A9F7B79929425A1900B30DA7 /* loop_peeling.cpp in Sources */, - A9F7B6A929425A1900B30DA7 /* block_merge_pass.cpp in Sources */, - A9F7B4D229425A1900B30DA7 /* opcode.cpp in Sources */, - A9F7BC8B29425A1B00B30DA7 /* validate_builtins.cpp in Sources */, - A9F7BC6D29425A1B00B30DA7 /* validate_non_uniform.cpp in Sources */, - A9F7B3B529425A1800B30DA7 /* table.cpp in Sources */, - A9F7BCC429425A1B00B30DA7 /* validate_logicals.cpp in Sources */, - A9F7B43C29425A1800B30DA7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, - A9F7B3AC29425A1800B30DA7 /* bit_vector.cpp in Sources */, - A9F7B63429425A1900B30DA7 /* ir_context.cpp in Sources */, - A9F7B3D629425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, - A9F7B66129425A1900B30DA7 /* if_conversion.cpp in Sources */, - A9F7B74829425A1900B30DA7 /* remove_dontinline_pass.cpp in Sources */, - A9F7B6AF29425A1900B30DA7 /* convert_to_sampled_image_pass.cpp in Sources */, - A9F7B55F29425A1900B30DA7 /* merge_return_pass.cpp in Sources */, - A9F7B42729425A1800B30DA7 /* reducer.cpp in Sources */, - A9F7B3E829425A1800B30DA7 /* remove_function_reduction_opportunity.cpp in Sources */, - A9F7BC5229425A1B00B30DA7 /* disassemble.cpp in Sources */, - A9F7B64C29425A1900B30DA7 /* composite.cpp in Sources */, - A9F7BCAC29425A1B00B30DA7 /* validate_conversion.cpp in Sources */, - A9F7BCD329425A1B00B30DA7 /* instruction.cpp in Sources */, - A9F7BC7029425A1B00B30DA7 /* validate_ray_query.cpp in Sources */, - A9F7BC4929425A1B00B30DA7 /* operand.cpp in Sources */, - A9F7B5B029425A1900B30DA7 /* unify_const_pass.cpp in Sources */, - A9F7B3CA29425A1800B30DA7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, - A9F7B4AE29425A1900B30DA7 /* enum_string_mapping.cpp in Sources */, - A9F7BCBE29425A1B00B30DA7 /* validate_mode_setting.cpp in Sources */, - A9F7B49F29425A1900B30DA7 /* binary.cpp in Sources */, - A9F7B74529425A1900B30DA7 /* struct_cfg_analysis.cpp in Sources */, - A9F7BC6429425A1B00B30DA7 /* validate_capability.cpp in Sources */, - A9F7BC3729425A1B00B30DA7 /* diagnostic.cpp in Sources */, - A9F7BC3D29425A1B00B30DA7 /* libspirv.cpp in Sources */, - A9F7BCDC29425A1B00B30DA7 /* validate_mesh_shading.cpp in Sources */, - A9F7B4FC29425A1900B30DA7 /* build_module.cpp in Sources */, - A9F7B56B29425A1900B30DA7 /* cfg_cleanup_pass.cpp in Sources */, - A9F7B48129425A1800B30DA7 /* spirv_fuzzer_options.cpp in Sources */, - A9F7BCA929425A1B00B30DA7 /* validate_adjacency.cpp in Sources */, - A9F7BCB529425A1B00B30DA7 /* validate_id.cpp in Sources */, - A9F7B3A929425A1800B30DA7 /* parse_number.cpp in Sources */, - A9F7B6A329425A1900B30DA7 /* scalar_analysis.cpp in Sources */, - A9F7B36429425A1800B30DA7 /* lint_divergent_derivatives.cpp in Sources */, - A9F7B41E29425A1800B30DA7 /* remove_struct_member_reduction_opportunity.cpp in Sources */, - A9F7BC7629425A1B00B30DA7 /* validate_scopes.cpp in Sources */, - A9F7B57D29425A1900B30DA7 /* strip_debug_info_pass.cpp in Sources */, - A9F7B61C29425A1900B30DA7 /* eliminate_dead_functions_util.cpp in Sources */, - A9F7B3DC29425A1800B30DA7 /* remove_function_reduction_opportunity_finder.cpp in Sources */, - A9F7B58029425A1900B30DA7 /* ssa_rewrite_pass.cpp in Sources */, - A9F7BCCD29425A1B00B30DA7 /* validate_image.cpp in Sources */, - A9F7B5A429425A1900B30DA7 /* module.cpp in Sources */, - A9F7B3FA29425A1800B30DA7 /* merge_blocks_reduction_opportunity.cpp in Sources */, - A9F7B5E929425A1900B30DA7 /* constants.cpp in Sources */, - A9F7B46329425A1800B30DA7 /* remove_block_reduction_opportunity.cpp in Sources */, - A9F7B35B29425A1800B30DA7 /* spirv_target_env.cpp in Sources */, - A9F7B55629425A1900B30DA7 /* loop_fission.cpp in Sources */, - A9F7B45129425A1800B30DA7 /* remove_block_reduction_opportunity_finder.cpp in Sources */, - A9F7B3EE29425A1800B30DA7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */, - A9F7B6DC29425A1900B30DA7 /* fold.cpp in Sources */, - A9F7B5F829425A1900B30DA7 /* def_use_manager.cpp in Sources */, - A9F7B4BD29425A1900B30DA7 /* parsed_operand.cpp in Sources */, - A9F7B67029425A1900B30DA7 /* eliminate_dead_members_pass.cpp in Sources */, - A9F7B70629425A1900B30DA7 /* instruction.cpp in Sources */, - A9F7B4C629425A1900B30DA7 /* name_mapper.cpp in Sources */, - A9F7B77829425A1900B30DA7 /* analyze_live_input_pass.cpp in Sources */, - A9F7BC6129425A1B00B30DA7 /* validate_cfg.cpp in Sources */, - A9F7B3FD29425A1800B30DA7 /* change_operand_reduction_opportunity.cpp in Sources */, - A9F7BC7F29425A1B00B30DA7 /* validate_instruction.cpp in Sources */, - A9F7B54729425A1900B30DA7 /* instrument_pass.cpp in Sources */, - A9F7BC7329425A1B00B30DA7 /* validate_ray_tracing.cpp in Sources */, - A9F7B55329425A1900B30DA7 /* pass.cpp in Sources */, - A9F7B60429425A1900B30DA7 /* ccp_pass.cpp in Sources */, - A9F7B5F229425A1900B30DA7 /* desc_sroa_util.cpp in Sources */, - A9F7BC9A29425A1B00B30DA7 /* validate_bitwise.cpp in Sources */, - A9F7B67929425A1900B30DA7 /* block_merge_util.cpp in Sources */, - A9F7BC8829425A1B00B30DA7 /* validate_debug.cpp in Sources */, - A9F7B63D29425A1900B30DA7 /* loop_descriptor.cpp in Sources */, - A9F7B4C929425A1900B30DA7 /* linker.cpp in Sources */, - A9F7B53529425A1900B30DA7 /* freeze_spec_constant_value_pass.cpp in Sources */, - A9F7B39D29425A1800B30DA7 /* string_utils.cpp in Sources */, - A9F7BCC129425A1B00B30DA7 /* validate_memory_semantics.cpp in Sources */, - A9F7B52029425A1900B30DA7 /* types.cpp in Sources */, - A9F7B38229425A1800B30DA7 /* pch_source.cpp in Sources */, - A9F7B48D29425A1800B30DA7 /* print.cpp in Sources */, - A9F7BCA329425A1B00B30DA7 /* function.cpp in Sources */, - A9F7B68829425A1900B30DA7 /* inline_exhaustive_pass.cpp in Sources */, - A9F7B56529425A1900B30DA7 /* eliminate_dead_constant_pass.cpp in Sources */, - A9F7B71B29425A1900B30DA7 /* inline_opaque_pass.cpp in Sources */, - A9F7B45A29425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, - A9F7B36729425A1800B30DA7 /* linter.cpp in Sources */, - A9F7B4FF29425A1900B30DA7 /* eliminate_dead_output_stores_pass.cpp in Sources */, - A9F7B79629425A1900B30DA7 /* compact_ids_pass.cpp in Sources */, - A9F7B62E29425A1900B30DA7 /* folding_rules.cpp in Sources */, - A9F7B65B29425A1900B30DA7 /* strip_nonsemantic_info_pass.cpp in Sources */, - A9F7B6C729425A1900B30DA7 /* private_to_local_pass.cpp in Sources */, - A9F7B5AA29425A1900B30DA7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, - A9F7BC8229425A1B00B30DA7 /* validate_ray_tracing_reorder.cpp in Sources */, - A9F7BCC729425A1B00B30DA7 /* validate_derivatives.cpp in Sources */, - A9F7B3E529425A1800B30DA7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, - A9F7B64929425A1900B30DA7 /* control_dependence.cpp in Sources */, - A9F7B47529425A1800B30DA7 /* spirv_optimizer_options.cpp in Sources */, - A9F7B41B29425A1800B30DA7 /* pch_source_reduce.cpp in Sources */, - A9F7B59E29425A1900B30DA7 /* dead_variable_elimination.cpp in Sources */, - A9F7B3F129425A1800B30DA7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, - A9F7B67329425A1900B30DA7 /* strength_reduction_pass.cpp in Sources */, - A9F7B78729425A1900B30DA7 /* scalar_analysis_simplification.cpp in Sources */, - A9F7BC8E29425A1B00B30DA7 /* validate_interfaces.cpp in Sources */, - A9F7BC7929425A1B00B30DA7 /* validate_atomics.cpp in Sources */, - A9F7B4D829425A1900B30DA7 /* ext_inst.cpp in Sources */, - A9F7B44529425A1800B30DA7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, - A9F7B52F29425A1900B30DA7 /* decoration_manager.cpp in Sources */, - A9F7B6F729425A1900B30DA7 /* workaround1209.cpp in Sources */, - A9F7B75A29425A1900B30DA7 /* interp_fixup_pass.cpp in Sources */, - A9F7BCD029425A1B00B30DA7 /* validate_literals.cpp in Sources */, - A9F7B4A829425A1900B30DA7 /* diff.cpp in Sources */, - A9F7B55929425A1900B30DA7 /* dominator_tree.cpp in Sources */, - A9F7B6E829425A1900B30DA7 /* interface_var_sroa.cpp in Sources */, - A9F7B77B29425A1900B30DA7 /* upgrade_memory_model.cpp in Sources */, - A9F7B4F929425A1900B30DA7 /* combine_access_chains.cpp in Sources */, - A9F7B64629425A1900B30DA7 /* instruction_list.cpp in Sources */, - A9F7B61929425A1900B30DA7 /* aggressive_dead_code_elim_pass.cpp in Sources */, - A9F7B3D029425A1800B30DA7 /* reduction_util.cpp in Sources */, - A9F7B5D429425A1900B30DA7 /* eliminate_dead_functions_pass.cpp in Sources */, - A9F7BCAF29425A1B00B30DA7 /* validate_small_type_uses.cpp in Sources */, - A9F7BC5E29425A1B00B30DA7 /* validate_misc.cpp in Sources */, - A9F7B51D29425A1900B30DA7 /* code_sink.cpp in Sources */, - A9F7B68529425A1900B30DA7 /* pass_manager.cpp in Sources */, - A9F7B55029425A1900B30DA7 /* feature_manager.cpp in Sources */, - A9F7B56E29425A1900B30DA7 /* wrap_opkill.cpp in Sources */, - A9F7B73929425A1900B30DA7 /* dataflow.cpp in Sources */, - A9F7BCD629425A1B00B30DA7 /* validate_type.cpp in Sources */, - A9F7B6D629425A1900B30DA7 /* set_spec_constant_default_value_pass.cpp in Sources */, - A9F7B3BB29425A1800B30DA7 /* remove_selection_reduction_opportunity.cpp in Sources */, - A9F7BC9729425A1B00B30DA7 /* validate_constants.cpp in Sources */, - A9F7BCE229425A1B00B30DA7 /* validate_layout.cpp in Sources */, - A9F7B57429425A1900B30DA7 /* const_folding_rules.cpp in Sources */, - A9F7B71E29425A1900B30DA7 /* replace_invalid_opc.cpp in Sources */, - A9F7B57129425A1900B30DA7 /* eliminate_dead_io_components_pass.cpp in Sources */, - A9F7B46C29425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, - A9F7B46929425A1800B30DA7 /* reduction_opportunity_finder.cpp in Sources */, - A9F7B50529425A1900B30DA7 /* liveness.cpp in Sources */, - A9F7B66729425A1900B30DA7 /* debug_info_manager.cpp in Sources */, - A9F7B6FD29425A1900B30DA7 /* relax_float_ops_pass.cpp in Sources */, - A9F7B71529425A1900B30DA7 /* value_number_table.cpp in Sources */, - A9F7B37629425A1800B30DA7 /* text.cpp in Sources */, - A9F7B6C129425A1900B30DA7 /* local_single_store_elim_pass.cpp in Sources */, - A9F7B42429425A1800B30DA7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, - A9F7B3C429425A1800B30DA7 /* reduction_pass.cpp in Sources */, - A9F7B64F29425A1900B30DA7 /* convert_to_half_pass.cpp in Sources */, - A9F7B70C29425A1900B30DA7 /* reduce_load_size.cpp in Sources */, - A9F7B75729425A1900B30DA7 /* local_access_chain_convert_pass.cpp in Sources */, - A9F7B54129425A1900B30DA7 /* inst_bindless_check_pass.cpp in Sources */, - A9F7B53229425A1900B30DA7 /* local_single_block_elim_pass.cpp in Sources */, - A9F7BCDF29425A1B00B30DA7 /* validate_execution_limitations.cpp in Sources */, - A9F7B64329425A1900B30DA7 /* function.cpp in Sources */, - A9F7B66429425A1900B30DA7 /* fix_func_call_arguments.cpp in Sources */, - A9F7B45D29425A1800B30DA7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, - A9F7B76C29425A1900B30DA7 /* graphics_robust_access_pass.cpp in Sources */, - A9F7BCA029425A1B00B30DA7 /* construct.cpp in Sources */, - A9F7B5E329425A1900B30DA7 /* loop_unroller.cpp in Sources */, - A9F7B48729425A1800B30DA7 /* spirv_validator_options.cpp in Sources */, - A9F7B36A29425A1800B30DA7 /* divergence_analysis.cpp in Sources */, - A9F7B4E729425A1900B30DA7 /* loop_utils.cpp in Sources */, - A9F7B4ED29425A1900B30DA7 /* spread_volatile_semantics.cpp in Sources */, - A9F7B67629425A1900B30DA7 /* desc_sroa.cpp in Sources */, - A9F7B69D29425A1900B30DA7 /* dead_insert_elim_pass.cpp in Sources */, - A9F7BC8529425A1B00B30DA7 /* validate_decorations.cpp in Sources */, - A9F7B69129425A1900B30DA7 /* loop_fusion_pass.cpp in Sources */, - A9F7B43329425A1800B30DA7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, - A9F7B62829425A1900B30DA7 /* flatten_decoration_pass.cpp in Sources */, - A9F7B71229425A1900B30DA7 /* fix_storage_class.cpp in Sources */, - A9F7B4CF29425A1900B30DA7 /* software_version.cpp in Sources */, - A9F7B37929425A1800B30DA7 /* assembly_grammar.cpp in Sources */, - A9F7B6DF29425A1900B30DA7 /* amd_ext_to_khr.cpp in Sources */, - A9F7BC5829425A1B00B30DA7 /* text_handler.cpp in Sources */, - A9F7B4DE29425A1900B30DA7 /* optimizer.cpp in Sources */, - A9F7BCF129425A1B00B30DA7 /* validation_state.cpp in Sources */, - A9F7B59529425A1900B30DA7 /* mem_pass.cpp in Sources */, - A9F7B72D29425A1900B30DA7 /* replace_desc_array_access_using_var_index.cpp in Sources */, - A9F7B5C829425A1900B30DA7 /* ir_loader.cpp in Sources */, - A9F7B37F29425A1800B30DA7 /* extensions.cpp in Sources */, - A9F7B5B329425A1900B30DA7 /* type_manager.cpp in Sources */, - A9F7B6E229425A1900B30DA7 /* scalar_replacement_pass.cpp in Sources */, - A9F7B5AD29425A1900B30DA7 /* loop_unswitch_pass.cpp in Sources */, - A9F7B43629425A1800B30DA7 /* reduction_opportunity.cpp in Sources */, - A9F7BC9D29425A1B00B30DA7 /* validate_extensions.cpp in Sources */, - A9F7B46629425A1800B30DA7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, - A9F7B39729425A1800B30DA7 /* timer.cpp in Sources */, - A9F7B61029425A1900B30DA7 /* pch_source_opt.cpp in Sources */, - A9F7B5C229425A1900B30DA7 /* inline_pass.cpp in Sources */, - A9F7B5F529425A1900B30DA7 /* inst_buff_addr_check_pass.cpp in Sources */, - A9F7BC6A29425A1B00B30DA7 /* validate_barriers.cpp in Sources */, - A9F7B6F129425A1900B30DA7 /* redundancy_elimination.cpp in Sources */, - A9F7B49629425A1800B30DA7 /* spirv_endian.cpp in Sources */, - A9F7B52C29425A1900B30DA7 /* cfg.cpp in Sources */, - A9F7B59B29425A1900B30DA7 /* remove_duplicates_pass.cpp in Sources */, - A9F7BC5B29425A1B00B30DA7 /* validate_annotation.cpp in Sources */, - A9F7B6D329425A1900B30DA7 /* loop_dependence_helpers.cpp in Sources */, - A9F7B75D29425A1900B30DA7 /* basic_block.cpp in Sources */, - A9F7B58329425A1900B30DA7 /* loop_dependence.cpp in Sources */, - A9F7B5D129425A1900B30DA7 /* licm_pass.cpp in Sources */, - A9F7B42A29425A1800B30DA7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, - A9F7B62529425A1900B30DA7 /* dead_branch_elim_pass.cpp in Sources */, - A9F7B58C29425A1900B30DA7 /* inst_debug_printf_pass.cpp in Sources */, - A9F7B54429425A1900B30DA7 /* local_redundancy_elimination.cpp in Sources */, - A9F7BCCA29425A1B00B30DA7 /* validate_memory.cpp in Sources */, - A9F7B72729425A1900B30DA7 /* dominator_analysis.cpp in Sources */, - A9F7BC9129425A1B00B30DA7 /* validate.cpp in Sources */, - A9F7B67F29425A1900B30DA7 /* copy_prop_arrays.cpp in Sources */, - A9F7B46029425A1800B30DA7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, - A9F7BCEE29425A1B00B30DA7 /* validate_composites.cpp in Sources */, - A9F7B77529425A1900B30DA7 /* loop_fusion.cpp in Sources */, - A9F7BCE529425A1B00B30DA7 /* basic_block.cpp in Sources */, - A9F7B71829425A1900B30DA7 /* remove_unused_interface_variables_pass.cpp in Sources */, - A9F7BCE829425A1B00B30DA7 /* validate_function.cpp in Sources */, - A9F7B5DD29425A1900B30DA7 /* vector_dce.cpp in Sources */, - A9F7BCF429425A1B00B30DA7 /* validate_primitives.cpp in Sources */, - A9F7B62229425A1900B30DA7 /* simplification_pass.cpp in Sources */, - A9F7B6CD29425A1900B30DA7 /* propagator.cpp in Sources */, - A9F7B3EB29425A1800B30DA7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, - A9F7B41229425A1800B30DA7 /* remove_instruction_reduction_opportunity.cpp in Sources */, - A9F7BCBB29425A1B00B30DA7 /* validate_arithmetics.cpp in Sources */, + A9A9DFEF2C437C6C00B4ACDC /* validate_function.cpp in Sources */, + A9A9DC0F2C437C6B00B4ACDC /* if_conversion.cpp in Sources */, + A9A9E0472C437C6C00B4ACDC /* validate_type.cpp in Sources */, + A9A9DE932C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, + A9A9DDCF2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */, + A9A9DF8F2C437C6C00B4ACDC /* construct.cpp in Sources */, + A9A9DDC72C437C6C00B4ACDC /* simplification_pass.cpp in Sources */, + A9A9DFD32C437C6C00B4ACDC /* validate_constants.cpp in Sources */, + A9A9E0172C437C6C00B4ACDC /* validate_memory.cpp in Sources */, + A9A9DC972C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */, + A9A9E0C32C437C6C00B4ACDC /* opcode.cpp in Sources */, + A9A9DDEF2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */, + A9A9DCDF2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */, + A9A9DB6B2C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */, + A9A9DEEB2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */, + A9A9DD872C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */, + A9A9DC3F2C437C6B00B4ACDC /* instruction.cpp in Sources */, + A9A9DCB72C437C6B00B4ACDC /* loop_dependence.cpp in Sources */, + A9A9DD6F2C437C6C00B4ACDC /* register_pressure.cpp in Sources */, + A9A9DF1B2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, + A9A9DA872C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */, + A9A9DB332C437C6B00B4ACDC /* dataflow.cpp in Sources */, + A9A9E02B2C437C6C00B4ACDC /* validate_primitives.cpp in Sources */, + A9A9DFBB2C437C6C00B4ACDC /* validate_barriers.cpp in Sources */, + A9A9E0FF2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */, + A9A9DF432C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, + A9A9DCB32C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */, + A9A9DB832C437C6B00B4ACDC /* dominator_tree.cpp in Sources */, + A9A9DADB2C437C6B00B4ACDC /* cfg.cpp in Sources */, + A9A9DEC32C437C6C00B4ACDC /* reduction_util.cpp in Sources */, + A9A9E1272C437C6D00B4ACDC /* table.cpp in Sources */, + A9A9E0372C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */, + A9A9DD5B2C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */, + A9A9DF772C437C6C00B4ACDC /* string_utils.cpp in Sources */, + A9A9DFC72C437C6C00B4ACDC /* validate_capability.cpp in Sources */, + A9A9DFEB2C437C6C00B4ACDC /* validate_extensions.cpp in Sources */, + A9A9DD2B2C437C6C00B4ACDC /* optimizer.cpp in Sources */, + A9A9DA9B2C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */, + A9A9DFBF2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */, + A9A9DD632C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */, + A9A9DCBF2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */, + A9A9DF9B2C437C6C00B4ACDC /* function.cpp in Sources */, + A9A9E0772C437C6C00B4ACDC /* diagnostic.cpp in Sources */, + A9A9DAFB2C437C6B00B4ACDC /* composite.cpp in Sources */, + A9A9DBCF2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */, + A9A9E10F2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */, + A9A9DFFB2C437C6C00B4ACDC /* validate_instruction.cpp in Sources */, + A9A9DB7B2C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */, + A9A9DF3B2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB3B2C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */, + A9A9DC4F2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */, + A9A9E0D32C437C6C00B4ACDC /* parsed_operand.cpp in Sources */, + A9A9DE3B2C437C6C00B4ACDC /* vector_dce.cpp in Sources */, + A9A9DFDB2C437C6C00B4ACDC /* validate_debug.cpp in Sources */, + A9A9E1372C437C6D00B4ACDC /* text.cpp in Sources */, + A9A9DBAB2C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */, + A9A9DAF32C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */, + A9A9DF7F2C437C6C00B4ACDC /* timer.cpp in Sources */, + A9A9DCFF2C437C6B00B4ACDC /* mem_pass.cpp in Sources */, + A9A9DDAB2C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */, + A9A9DEF32C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB632C437C6B00B4ACDC /* def_use_manager.cpp in Sources */, + A9A9DCF72C437C6B00B4ACDC /* loop_utils.cpp in Sources */, + A9A9DEFB2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */, + A9A9DF132C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, + A9A9DA7F2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */, + A9A9DC1F2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */, + A9A9DBE72C437C6B00B4ACDC /* fold.cpp in Sources */, + A9A9DD9F2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */, + A9A9DC872C437C6B00B4ACDC /* liveness.cpp in Sources */, + A9A9DFB72C437C6C00B4ACDC /* validate_atomics.cpp in Sources */, + A9A9DBBF2C437C6B00B4ACDC /* feature_manager.cpp in Sources */, + A9A9DABB2C437C6B00B4ACDC /* block_merge_util.cpp in Sources */, + A9A9DE4B2C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */, + A9A9E03B2C437C6C00B4ACDC /* validate_scopes.cpp in Sources */, + A9A9DE6B2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, + A9A9DE632C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, + A9A9DD072C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */, + A9A9DD0F2C437C6C00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */, + A9A9DE2B2C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */, + A9A9E02F2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */, + A9A9E0072C437C6C00B4ACDC /* validate_literals.cpp in Sources */, + A9A9DE132C437C6C00B4ACDC /* type_manager.cpp in Sources */, + A9A9E0E32C437C6C00B4ACDC /* print.cpp in Sources */, + A9A9DFFF2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */, + A9A9DE9B2C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */, + A9A9DA8B2C437C6B00B4ACDC /* linter.cpp in Sources */, + A9A9E07F2C437C6C00B4ACDC /* disassemble.cpp in Sources */, + A9A9DCCF2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */, + A9A9DAB32C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */, + A9A9DC9F2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */, + A9A9E00B2C437C6C00B4ACDC /* validate_logicals.cpp in Sources */, + A9A9DD4B2C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */, + A9A9E0DB2C437C6C00B4ACDC /* pch_source.cpp in Sources */, + A9A9E04B2C437C6C00B4ACDC /* validate.cpp in Sources */, + A9A9E0F72C437C6C00B4ACDC /* spirv_endian.cpp in Sources */, + A9A9DB5B2C437C6B00B4ACDC /* decoration_manager.cpp in Sources */, + A9A9DCC72C437C6B00B4ACDC /* loop_fission.cpp in Sources */, + A9A9DD432C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */, + A9A9E0CB2C437C6C00B4ACDC /* operand.cpp in Sources */, + A9A9DD7F2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */, + A9A9DEB32C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */, + A9A9DD8F2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */, + A9A9DBA32C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */, + A9A9DB432C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */, + A9A9DDDF2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */, + A9A9DBDF2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, + A9A9DA7B2C437C6B00B4ACDC /* linker.cpp in Sources */, + A9A9DC732C437C6B00B4ACDC /* ir_loader.cpp in Sources */, + A9A9DECB2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */, + A9A9DD532C437C6C00B4ACDC /* propagator.cpp in Sources */, + A9A9DC372C437C6B00B4ACDC /* instruction_list.cpp in Sources */, + A9A9DE732C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, + A9A9DE7B2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */, + A9A9DB232C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */, + A9A9DC5F2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */, + A9A9DB532C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */, + A9A9DB732C437C6B00B4ACDC /* desc_sroa.cpp in Sources */, + A9A9DFF72C437C6C00B4ACDC /* validate_image.cpp in Sources */, + A9A9DB8B2C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */, + A9A9E0232C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */, + A9A9DBD72C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */, + A9A9E09B2C437C6C00B4ACDC /* extensions.cpp in Sources */, + A9A9DDFF2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */, + A9A9DB2B2C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */, + A9A9DCEF2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */, + A9A9E01F2C437C6C00B4ACDC /* validate_misc.cpp in Sources */, + A9A9DD972C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */, + A9A9E0532C437C6C00B4ACDC /* validation_state.cpp in Sources */, + A9A9DEBB2C437C6C00B4ACDC /* reduction_pass.cpp in Sources */, + A9A9DBC72C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */, + A9A9DDF72C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */, + A9A9DFA32C437C6C00B4ACDC /* instruction.cpp in Sources */, + A9A9DDAF2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */, + A9A9DFAB2C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */, + A9A9DF032C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */, + A9A9E0032C437C6C00B4ACDC /* validate_layout.cpp in Sources */, + A9A9DC472C437C6B00B4ACDC /* instrument_pass.cpp in Sources */, + A9A9DACB2C437C6B00B4ACDC /* ccp_pass.cpp in Sources */, + A9A9DE232C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */, + A9A9DF232C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, + A9A9DF0B2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, + A9A9DEE32C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */, + A9A9E08B2C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */, + A9A9DE332C437C6C00B4ACDC /* value_number_table.cpp in Sources */, + A9A9DE832C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, + A9A9DF6B2C437C6C00B4ACDC /* parse_number.cpp in Sources */, + A9A9DD772C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */, + A9A9DB032C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */, + A9A9DDB72C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */, + A9A9E01B2C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */, + A9A9DF332C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, + A9A9DB932C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */, + A9A9E0272C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */, + A9A9DFC32C437C6C00B4ACDC /* validate_builtins.cpp in Sources */, + A9A9DFB32C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */, + A9A9DCE72C437C6B00B4ACDC /* loop_unroller.cpp in Sources */, + A9A9DFDF2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */, + A9A9DBB32C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */, + A9A9E12F2C437C6D00B4ACDC /* text_handler.cpp in Sources */, + A9A9DFAF2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */, + A9A9DC8F2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */, + A9A9DE1B2C437C6C00B4ACDC /* types.cpp in Sources */, + A9A9DE0B2C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */, + A9A9DC172C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */, + A9A9DD2F2C437C6C00B4ACDC /* pass_manager.cpp in Sources */, + A9A9E05F2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */, + A9A9DD372C437C6C00B4ACDC /* pass.cpp in Sources */, + A9A9DEDB2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */, + A9A9DED32C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */, + A9A9DC7F2C437C6B00B4ACDC /* licm_pass.cpp in Sources */, + A9A9DB132C437C6B00B4ACDC /* control_dependence.cpp in Sources */, + A9A9DC572C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */, + A9A9E0672C437C6C00B4ACDC /* binary.cpp in Sources */, + A9A9DFE32C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */, + A9A9DAA32C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */, + A9A9DF872C437C6C00B4ACDC /* basic_block.cpp in Sources */, + A9A9DE532C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */, + A9A9DFE72C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */, + A9A9E1072C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */, + A9A9DDD72C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */, + A9A9DEAB2C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */, + A9A9DDBF2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */, + A9A9E0B32C437C6C00B4ACDC /* libspirv.cpp in Sources */, + A9A9DE432C437C6C00B4ACDC /* workaround1209.cpp in Sources */, + A9A9E00F2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */, + A9A9E0932C437C6C00B4ACDC /* ext_inst.cpp in Sources */, + A9A9DD232C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */, + A9A9DF4B2C437C6C00B4ACDC /* bit_vector.cpp in Sources */, + A9A9DC272C437C6B00B4ACDC /* inline_pass.cpp in Sources */, + A9A9DF2B2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, + A9A9E0432C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */, + A9A9DDE72C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */, + A9A9E0EB2C437C6C00B4ACDC /* software_version.cpp in Sources */, + A9A9DBFF2C437C6B00B4ACDC /* function.cpp in Sources */, + A9A9DFF32C437C6C00B4ACDC /* validate_id.cpp in Sources */, + A9A9E0332C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */, + A9A9DB1B2C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */, + A9A9E1172C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */, + A9A9DB9B2C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */, + A9A9DAD32C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */, + A9A9DE5B2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, + A9A9DEA32C437C6C00B4ACDC /* reducer.cpp in Sources */, + A9A9E11F2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */, + A9A9DAAB2C437C6B00B4ACDC /* basic_block.cpp in Sources */, + A9A9DCA72C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */, + A9A9DFCF2C437C6C00B4ACDC /* validate_composites.cpp in Sources */, + A9A9D4532C437C6900B4ACDC /* diff.cpp in Sources */, + A9A9DCD72C437C6B00B4ACDC /* loop_fusion.cpp in Sources */, + A9A9DAEB2C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */, + A9A9DB0B2C437C6B00B4ACDC /* constants.cpp in Sources */, + A9A9DA932C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */, + A9A9DBEF2C437C6B00B4ACDC /* folding_rules.cpp in Sources */, + A9A9DAE32C437C6B00B4ACDC /* code_sink.cpp in Sources */, + A9A9DBF72C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */, + A9A9DC2F2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */, + A9A9E0BB2C437C6C00B4ACDC /* name_mapper.cpp in Sources */, + A9A9DE8B2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, + A9A9DB4B2C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */, + A9A9DD172C437C6C00B4ACDC /* module.cpp in Sources */, + A9A9DAC32C437C6B00B4ACDC /* build_module.cpp in Sources */, + A9A9DC6B2C437C6B00B4ACDC /* ir_context.cpp in Sources */, + A9A9DFD72C437C6C00B4ACDC /* validate_conversion.cpp in Sources */, + A9A9DC072C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */, + A9A9DFCB2C437C6C00B4ACDC /* validate_cfg.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -6441,228 +6498,231 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DCFD7DDE2A45BA9C007BBBF7 /* spirv_reducer_options.cpp in Sources */, - DCFD7DDF2A45BA9C007BBBF7 /* register_pressure.cpp in Sources */, - DCFD7DE02A45BA9C007BBBF7 /* loop_peeling.cpp in Sources */, - DCFD7DE12A45BA9C007BBBF7 /* block_merge_pass.cpp in Sources */, - DCFD7DE22A45BA9C007BBBF7 /* opcode.cpp in Sources */, - DCFD7DE32A45BA9C007BBBF7 /* validate_builtins.cpp in Sources */, - DCFD7DE42A45BA9C007BBBF7 /* validate_non_uniform.cpp in Sources */, - DCFD7DE52A45BA9C007BBBF7 /* table.cpp in Sources */, - DCFD7DE62A45BA9C007BBBF7 /* validate_logicals.cpp in Sources */, - DCFD7DE72A45BA9C007BBBF7 /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, - DCFD7DE82A45BA9C007BBBF7 /* bit_vector.cpp in Sources */, - DCFD7DE92A45BA9C007BBBF7 /* ir_context.cpp in Sources */, - DCFD7DEA2A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, - DCFD7DEB2A45BA9C007BBBF7 /* if_conversion.cpp in Sources */, - DCFD7DEC2A45BA9C007BBBF7 /* remove_dontinline_pass.cpp in Sources */, - DCFD7DED2A45BA9C007BBBF7 /* convert_to_sampled_image_pass.cpp in Sources */, - DCFD7DEE2A45BA9C007BBBF7 /* merge_return_pass.cpp in Sources */, - DCFD7DEF2A45BA9C007BBBF7 /* reducer.cpp in Sources */, - DCFD7DF02A45BA9C007BBBF7 /* remove_function_reduction_opportunity.cpp in Sources */, - DCFD7DF12A45BA9C007BBBF7 /* disassemble.cpp in Sources */, - DCFD7DF22A45BA9C007BBBF7 /* composite.cpp in Sources */, - DCFD7DF32A45BA9C007BBBF7 /* validate_conversion.cpp in Sources */, - DCFD7DF42A45BA9C007BBBF7 /* instruction.cpp in Sources */, - DCFD7DF52A45BA9C007BBBF7 /* validate_ray_query.cpp in Sources */, - DCFD7DF62A45BA9C007BBBF7 /* operand.cpp in Sources */, - DCFD7DF72A45BA9C007BBBF7 /* unify_const_pass.cpp in Sources */, - DCFD7DF82A45BA9C007BBBF7 /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, - DCFD7DF92A45BA9C007BBBF7 /* enum_string_mapping.cpp in Sources */, - DCFD7DFA2A45BA9C007BBBF7 /* validate_mode_setting.cpp in Sources */, - DCFD7DFB2A45BA9C007BBBF7 /* binary.cpp in Sources */, - DCFD7DFC2A45BA9C007BBBF7 /* struct_cfg_analysis.cpp in Sources */, - DCFD7DFD2A45BA9C007BBBF7 /* validate_capability.cpp in Sources */, - DCFD7DFE2A45BA9C007BBBF7 /* diagnostic.cpp in Sources */, - DCFD7DFF2A45BA9C007BBBF7 /* libspirv.cpp in Sources */, - DCFD7E002A45BA9C007BBBF7 /* validate_mesh_shading.cpp in Sources */, - DCFD7E012A45BA9C007BBBF7 /* build_module.cpp in Sources */, - DCFD7E022A45BA9C007BBBF7 /* cfg_cleanup_pass.cpp in Sources */, - DCFD7E032A45BA9C007BBBF7 /* spirv_fuzzer_options.cpp in Sources */, - DCFD7E042A45BA9C007BBBF7 /* validate_adjacency.cpp in Sources */, - DCFD7E052A45BA9C007BBBF7 /* validate_id.cpp in Sources */, - DCFD7E062A45BA9C007BBBF7 /* parse_number.cpp in Sources */, - DCFD7E072A45BA9C007BBBF7 /* scalar_analysis.cpp in Sources */, - DCFD7E082A45BA9C007BBBF7 /* lint_divergent_derivatives.cpp in Sources */, - DCFD7E092A45BA9C007BBBF7 /* remove_struct_member_reduction_opportunity.cpp in Sources */, - DCFD7E0A2A45BA9C007BBBF7 /* validate_scopes.cpp in Sources */, - DCFD7E0B2A45BA9C007BBBF7 /* strip_debug_info_pass.cpp in Sources */, - DCFD7E0C2A45BA9C007BBBF7 /* eliminate_dead_functions_util.cpp in Sources */, - DCFD7E0D2A45BA9C007BBBF7 /* remove_function_reduction_opportunity_finder.cpp in Sources */, - DCFD7E0E2A45BA9C007BBBF7 /* ssa_rewrite_pass.cpp in Sources */, - DCFD7E0F2A45BA9C007BBBF7 /* validate_image.cpp in Sources */, - DCFD7E102A45BA9C007BBBF7 /* module.cpp in Sources */, - DCFD7E112A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity.cpp in Sources */, - DCFD7E122A45BA9C007BBBF7 /* constants.cpp in Sources */, - DCFD7E132A45BA9C007BBBF7 /* remove_block_reduction_opportunity.cpp in Sources */, - DCFD7E142A45BA9C007BBBF7 /* spirv_target_env.cpp in Sources */, - DCFD7E152A45BA9C007BBBF7 /* loop_fission.cpp in Sources */, - DCFD7E162A45BA9C007BBBF7 /* remove_block_reduction_opportunity_finder.cpp in Sources */, - DCFD7E172A45BA9C007BBBF7 /* remove_selection_reduction_opportunity_finder.cpp in Sources */, - DCFD7E182A45BA9C007BBBF7 /* fold.cpp in Sources */, - DCFD7E192A45BA9C007BBBF7 /* def_use_manager.cpp in Sources */, - DCFD7E1A2A45BA9C007BBBF7 /* parsed_operand.cpp in Sources */, - DCFD7E1B2A45BA9C007BBBF7 /* eliminate_dead_members_pass.cpp in Sources */, - DCFD7E1C2A45BA9C007BBBF7 /* instruction.cpp in Sources */, - DCFD7E1D2A45BA9C007BBBF7 /* name_mapper.cpp in Sources */, - DCFD7E1E2A45BA9C007BBBF7 /* analyze_live_input_pass.cpp in Sources */, - DCFD7E1F2A45BA9C007BBBF7 /* validate_cfg.cpp in Sources */, - DCFD7E202A45BA9C007BBBF7 /* change_operand_reduction_opportunity.cpp in Sources */, - DCFD7E212A45BA9C007BBBF7 /* validate_instruction.cpp in Sources */, - DCFD7E222A45BA9C007BBBF7 /* instrument_pass.cpp in Sources */, - DCFD7E232A45BA9C007BBBF7 /* validate_ray_tracing.cpp in Sources */, - DCFD7E242A45BA9C007BBBF7 /* pass.cpp in Sources */, - DCFD7E252A45BA9C007BBBF7 /* ccp_pass.cpp in Sources */, - DCFD7E262A45BA9C007BBBF7 /* desc_sroa_util.cpp in Sources */, - DCFD7E272A45BA9C007BBBF7 /* validate_bitwise.cpp in Sources */, - DCFD7E282A45BA9C007BBBF7 /* block_merge_util.cpp in Sources */, - DCFD7E292A45BA9C007BBBF7 /* validate_debug.cpp in Sources */, - DCFD7E2A2A45BA9C007BBBF7 /* loop_descriptor.cpp in Sources */, - DCFD7E2B2A45BA9C007BBBF7 /* linker.cpp in Sources */, - DCFD7E2C2A45BA9C007BBBF7 /* freeze_spec_constant_value_pass.cpp in Sources */, - DCFD7E2D2A45BA9C007BBBF7 /* string_utils.cpp in Sources */, - DCFD7E2E2A45BA9C007BBBF7 /* validate_memory_semantics.cpp in Sources */, - DCFD7E2F2A45BA9C007BBBF7 /* types.cpp in Sources */, - DCFD7E302A45BA9C007BBBF7 /* pch_source.cpp in Sources */, - DCFD7E312A45BA9C007BBBF7 /* print.cpp in Sources */, - DCFD7E322A45BA9C007BBBF7 /* function.cpp in Sources */, - DCFD7E332A45BA9C007BBBF7 /* inline_exhaustive_pass.cpp in Sources */, - DCFD7E342A45BA9C007BBBF7 /* eliminate_dead_constant_pass.cpp in Sources */, - DCFD7E352A45BA9C007BBBF7 /* inline_opaque_pass.cpp in Sources */, - DCFD7E362A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, - DCFD7E372A45BA9C007BBBF7 /* linter.cpp in Sources */, - DCFD7E382A45BA9C007BBBF7 /* eliminate_dead_output_stores_pass.cpp in Sources */, - DCFD7E392A45BA9C007BBBF7 /* compact_ids_pass.cpp in Sources */, - DCFD7E3A2A45BA9C007BBBF7 /* folding_rules.cpp in Sources */, - DCFD7E3B2A45BA9C007BBBF7 /* strip_nonsemantic_info_pass.cpp in Sources */, - DCFD7E3C2A45BA9C007BBBF7 /* private_to_local_pass.cpp in Sources */, - DCFD7E3D2A45BA9C007BBBF7 /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, - DCFD7E3E2A45BA9C007BBBF7 /* validate_ray_tracing_reorder.cpp in Sources */, - DCFD7E3F2A45BA9C007BBBF7 /* validate_derivatives.cpp in Sources */, - DCFD7E402A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, - DCFD7E412A45BA9C007BBBF7 /* control_dependence.cpp in Sources */, - DCFD7E422A45BA9C007BBBF7 /* spirv_optimizer_options.cpp in Sources */, - DCFD7E432A45BA9C007BBBF7 /* pch_source_reduce.cpp in Sources */, - DCFD7E442A45BA9C007BBBF7 /* dead_variable_elimination.cpp in Sources */, - DCFD7E452A45BA9C007BBBF7 /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, - DCFD7E462A45BA9C007BBBF7 /* strength_reduction_pass.cpp in Sources */, - DCFD7E472A45BA9C007BBBF7 /* scalar_analysis_simplification.cpp in Sources */, - DCFD7E482A45BA9C007BBBF7 /* validate_interfaces.cpp in Sources */, - DCFD7E492A45BA9C007BBBF7 /* validate_atomics.cpp in Sources */, - DCFD7E4A2A45BA9C007BBBF7 /* ext_inst.cpp in Sources */, - DCFD7E4B2A45BA9C007BBBF7 /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, - DCFD7E4C2A45BA9C007BBBF7 /* decoration_manager.cpp in Sources */, - DCFD7E4D2A45BA9C007BBBF7 /* workaround1209.cpp in Sources */, - DCFD7E4E2A45BA9C007BBBF7 /* interp_fixup_pass.cpp in Sources */, - DCFD7E4F2A45BA9C007BBBF7 /* validate_literals.cpp in Sources */, - DCFD7E502A45BA9C007BBBF7 /* diff.cpp in Sources */, - DCFD7E512A45BA9C007BBBF7 /* dominator_tree.cpp in Sources */, - DCFD7E522A45BA9C007BBBF7 /* interface_var_sroa.cpp in Sources */, - DCFD7E532A45BA9C007BBBF7 /* upgrade_memory_model.cpp in Sources */, - DCFD7E542A45BA9C007BBBF7 /* combine_access_chains.cpp in Sources */, - DCFD7E552A45BA9C007BBBF7 /* instruction_list.cpp in Sources */, - DCFD7E562A45BA9C007BBBF7 /* aggressive_dead_code_elim_pass.cpp in Sources */, - DCFD7E572A45BA9C007BBBF7 /* reduction_util.cpp in Sources */, - DCFD7E582A45BA9C007BBBF7 /* eliminate_dead_functions_pass.cpp in Sources */, - DCFD7E592A45BA9C007BBBF7 /* validate_small_type_uses.cpp in Sources */, - DCFD7E5A2A45BA9C007BBBF7 /* validate_misc.cpp in Sources */, - DCFD7E5B2A45BA9C007BBBF7 /* code_sink.cpp in Sources */, - DCFD7E5C2A45BA9C007BBBF7 /* pass_manager.cpp in Sources */, - DCFD7E5D2A45BA9C007BBBF7 /* feature_manager.cpp in Sources */, - DCFD7E5E2A45BA9C007BBBF7 /* wrap_opkill.cpp in Sources */, - DCFD7E5F2A45BA9C007BBBF7 /* dataflow.cpp in Sources */, - DCFD7E602A45BA9C007BBBF7 /* validate_type.cpp in Sources */, - DCFD7E612A45BA9C007BBBF7 /* set_spec_constant_default_value_pass.cpp in Sources */, - DCFD7E622A45BA9C007BBBF7 /* remove_selection_reduction_opportunity.cpp in Sources */, - DCFD7E632A45BA9C007BBBF7 /* validate_constants.cpp in Sources */, - DCFD7E642A45BA9C007BBBF7 /* validate_layout.cpp in Sources */, - DCFD7E652A45BA9C007BBBF7 /* const_folding_rules.cpp in Sources */, - DCFD7E662A45BA9C007BBBF7 /* replace_invalid_opc.cpp in Sources */, - DCFD7E672A45BA9C007BBBF7 /* eliminate_dead_io_components_pass.cpp in Sources */, - DCFD7E682A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, - DCFD7E692A45BA9C007BBBF7 /* reduction_opportunity_finder.cpp in Sources */, - DCFD7E6A2A45BA9C007BBBF7 /* liveness.cpp in Sources */, - DCFD7E6B2A45BA9C007BBBF7 /* debug_info_manager.cpp in Sources */, - DCFD7E6C2A45BA9C007BBBF7 /* relax_float_ops_pass.cpp in Sources */, - DCFD7E6D2A45BA9C007BBBF7 /* value_number_table.cpp in Sources */, - DCFD7E6E2A45BA9C007BBBF7 /* text.cpp in Sources */, - DCFD7E6F2A45BA9C007BBBF7 /* local_single_store_elim_pass.cpp in Sources */, - DCFD7E702A45BA9C007BBBF7 /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, - DCFD7E712A45BA9C007BBBF7 /* reduction_pass.cpp in Sources */, - DCFD7E722A45BA9C007BBBF7 /* convert_to_half_pass.cpp in Sources */, - DCFD7E732A45BA9C007BBBF7 /* reduce_load_size.cpp in Sources */, - DCFD7E742A45BA9C007BBBF7 /* local_access_chain_convert_pass.cpp in Sources */, - DCFD7E752A45BA9C007BBBF7 /* inst_bindless_check_pass.cpp in Sources */, - DCFD7E762A45BA9C007BBBF7 /* local_single_block_elim_pass.cpp in Sources */, - DCFD7E772A45BA9C007BBBF7 /* validate_execution_limitations.cpp in Sources */, - DCFD7E782A45BA9C007BBBF7 /* function.cpp in Sources */, - DCFD7E792A45BA9C007BBBF7 /* fix_func_call_arguments.cpp in Sources */, - DCFD7E7A2A45BA9C007BBBF7 /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, - DCFD7E7B2A45BA9C007BBBF7 /* graphics_robust_access_pass.cpp in Sources */, - DCFD7E7C2A45BA9C007BBBF7 /* construct.cpp in Sources */, - DCFD7E7D2A45BA9C007BBBF7 /* loop_unroller.cpp in Sources */, - DCFD7E7E2A45BA9C007BBBF7 /* spirv_validator_options.cpp in Sources */, - DCFD7E7F2A45BA9C007BBBF7 /* divergence_analysis.cpp in Sources */, - DCFD7E802A45BA9C007BBBF7 /* loop_utils.cpp in Sources */, - DCFD7E812A45BA9C007BBBF7 /* spread_volatile_semantics.cpp in Sources */, - DCFD7E822A45BA9C007BBBF7 /* desc_sroa.cpp in Sources */, - DCFD7E832A45BA9C007BBBF7 /* dead_insert_elim_pass.cpp in Sources */, - DCFD7E842A45BA9C007BBBF7 /* validate_decorations.cpp in Sources */, - DCFD7E852A45BA9C007BBBF7 /* loop_fusion_pass.cpp in Sources */, - DCFD7E862A45BA9C007BBBF7 /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, - DCFD7E872A45BA9C007BBBF7 /* flatten_decoration_pass.cpp in Sources */, - DCFD7E882A45BA9C007BBBF7 /* fix_storage_class.cpp in Sources */, - DCFD7E892A45BA9C007BBBF7 /* software_version.cpp in Sources */, - DCFD7E8A2A45BA9C007BBBF7 /* assembly_grammar.cpp in Sources */, - DCFD7E8B2A45BA9C007BBBF7 /* amd_ext_to_khr.cpp in Sources */, - DCFD7E8C2A45BA9C007BBBF7 /* text_handler.cpp in Sources */, - DCFD7E8D2A45BA9C007BBBF7 /* optimizer.cpp in Sources */, - DCFD7E8E2A45BA9C007BBBF7 /* validation_state.cpp in Sources */, - DCFD7E8F2A45BA9C007BBBF7 /* mem_pass.cpp in Sources */, - DCFD7E902A45BA9C007BBBF7 /* replace_desc_array_access_using_var_index.cpp in Sources */, - DCFD7E912A45BA9C007BBBF7 /* ir_loader.cpp in Sources */, - DCFD7E922A45BA9C007BBBF7 /* extensions.cpp in Sources */, - DCFD7E932A45BA9C007BBBF7 /* type_manager.cpp in Sources */, - DCFD7E942A45BA9C007BBBF7 /* scalar_replacement_pass.cpp in Sources */, - DCFD7E952A45BA9C007BBBF7 /* loop_unswitch_pass.cpp in Sources */, - DCFD7E962A45BA9C007BBBF7 /* reduction_opportunity.cpp in Sources */, - DCFD7E972A45BA9C007BBBF7 /* validate_extensions.cpp in Sources */, - DCFD7E982A45BA9C007BBBF7 /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, - DCFD7E992A45BA9C007BBBF7 /* timer.cpp in Sources */, - DCFD7E9A2A45BA9C007BBBF7 /* pch_source_opt.cpp in Sources */, - DCFD7E9B2A45BA9C007BBBF7 /* inline_pass.cpp in Sources */, - DCFD7E9C2A45BA9C007BBBF7 /* inst_buff_addr_check_pass.cpp in Sources */, - DCFD7E9D2A45BA9C007BBBF7 /* validate_barriers.cpp in Sources */, - DCFD7E9E2A45BA9C007BBBF7 /* redundancy_elimination.cpp in Sources */, - DCFD7E9F2A45BA9C007BBBF7 /* spirv_endian.cpp in Sources */, - DCFD7EA02A45BA9C007BBBF7 /* cfg.cpp in Sources */, - DCFD7EA12A45BA9C007BBBF7 /* remove_duplicates_pass.cpp in Sources */, - DCFD7EA22A45BA9C007BBBF7 /* validate_annotation.cpp in Sources */, - DCFD7EA32A45BA9C007BBBF7 /* loop_dependence_helpers.cpp in Sources */, - DCFD7EA42A45BA9C007BBBF7 /* basic_block.cpp in Sources */, - DCFD7EA52A45BA9C007BBBF7 /* loop_dependence.cpp in Sources */, - DCFD7EA62A45BA9C007BBBF7 /* licm_pass.cpp in Sources */, - DCFD7EA72A45BA9C007BBBF7 /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, - DCFD7EA82A45BA9C007BBBF7 /* dead_branch_elim_pass.cpp in Sources */, - DCFD7EA92A45BA9C007BBBF7 /* inst_debug_printf_pass.cpp in Sources */, - DCFD7EAA2A45BA9C007BBBF7 /* local_redundancy_elimination.cpp in Sources */, - DCFD7EAB2A45BA9C007BBBF7 /* validate_memory.cpp in Sources */, - DCFD7EAC2A45BA9C007BBBF7 /* dominator_analysis.cpp in Sources */, - DCFD7EAD2A45BA9C007BBBF7 /* validate.cpp in Sources */, - DCFD7EAE2A45BA9C007BBBF7 /* copy_prop_arrays.cpp in Sources */, - DCFD7EAF2A45BA9C007BBBF7 /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, - DCFD7EB02A45BA9C007BBBF7 /* validate_composites.cpp in Sources */, - DCFD7EB12A45BA9C007BBBF7 /* loop_fusion.cpp in Sources */, - DCFD7EB22A45BA9C007BBBF7 /* basic_block.cpp in Sources */, - DCFD7EB32A45BA9C007BBBF7 /* remove_unused_interface_variables_pass.cpp in Sources */, - DCFD7EB42A45BA9C007BBBF7 /* validate_function.cpp in Sources */, - DCFD7EB52A45BA9C007BBBF7 /* vector_dce.cpp in Sources */, - DCFD7EB62A45BA9C007BBBF7 /* validate_primitives.cpp in Sources */, - DCFD7EB72A45BA9C007BBBF7 /* simplification_pass.cpp in Sources */, - DCFD7EB82A45BA9C007BBBF7 /* propagator.cpp in Sources */, - DCFD7EB92A45BA9C007BBBF7 /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, - DCFD7EBA2A45BA9C007BBBF7 /* remove_instruction_reduction_opportunity.cpp in Sources */, - DCFD7EBB2A45BA9C007BBBF7 /* validate_arithmetics.cpp in Sources */, + A9A9DFEE2C437C6C00B4ACDC /* validate_function.cpp in Sources */, + A9A9DC0E2C437C6B00B4ACDC /* if_conversion.cpp in Sources */, + A9A9E0462C437C6C00B4ACDC /* validate_type.cpp in Sources */, + A9A9DE922C437C6C00B4ACDC /* operand_to_undef_reduction_opportunity_finder.cpp in Sources */, + A9A9DDCE2C437C6C00B4ACDC /* spread_volatile_semantics.cpp in Sources */, + A9A9DF8E2C437C6C00B4ACDC /* construct.cpp in Sources */, + A9A9DDC62C437C6C00B4ACDC /* simplification_pass.cpp in Sources */, + A9A9DFD22C437C6C00B4ACDC /* validate_constants.cpp in Sources */, + A9A9E0162C437C6C00B4ACDC /* validate_memory.cpp in Sources */, + A9A9DC962C437C6B00B4ACDC /* local_redundancy_elimination.cpp in Sources */, + A9A9E0C22C437C6C00B4ACDC /* opcode.cpp in Sources */, + A9A9DDEE2C437C6C00B4ACDC /* strip_nonsemantic_info_pass.cpp in Sources */, + A9A9DCDE2C437C6B00B4ACDC /* loop_peeling.cpp in Sources */, + A9A9DB6A2C437C6B00B4ACDC /* desc_sroa_util.cpp in Sources */, + A9A9DEEA2C437C6C00B4ACDC /* remove_instruction_reduction_opportunity.cpp in Sources */, + A9A9DD862C437C6C00B4ACDC /* remove_duplicates_pass.cpp in Sources */, + A9A9DC3E2C437C6B00B4ACDC /* instruction.cpp in Sources */, + A9A9DCB62C437C6B00B4ACDC /* loop_dependence.cpp in Sources */, + A9A9DD6E2C437C6C00B4ACDC /* register_pressure.cpp in Sources */, + A9A9DF1A2C437C6C00B4ACDC /* simple_conditional_branch_to_branch_opportunity_finder.cpp in Sources */, + A9A9DA862C437C6B00B4ACDC /* lint_divergent_derivatives.cpp in Sources */, + A9A9DB322C437C6B00B4ACDC /* dataflow.cpp in Sources */, + A9A9E02A2C437C6C00B4ACDC /* validate_primitives.cpp in Sources */, + A9A9DFBA2C437C6C00B4ACDC /* validate_barriers.cpp in Sources */, + A9A9E0FE2C437C6C00B4ACDC /* spirv_fuzzer_options.cpp in Sources */, + A9A9DF422C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity.cpp in Sources */, + A9A9DCB22C437C6B00B4ACDC /* loop_dependence_helpers.cpp in Sources */, + A9A9DB822C437C6B00B4ACDC /* dominator_tree.cpp in Sources */, + A9A9DADA2C437C6B00B4ACDC /* cfg.cpp in Sources */, + A9A9DEC22C437C6C00B4ACDC /* reduction_util.cpp in Sources */, + A9A9E1262C437C6D00B4ACDC /* table.cpp in Sources */, + A9A9E0362C437C6C00B4ACDC /* validate_ray_tracing.cpp in Sources */, + A9A9DD5A2C437C6C00B4ACDC /* reduce_load_size.cpp in Sources */, + A9A9DF762C437C6C00B4ACDC /* string_utils.cpp in Sources */, + A9A9DFC62C437C6C00B4ACDC /* validate_capability.cpp in Sources */, + A9A9DFEA2C437C6C00B4ACDC /* validate_extensions.cpp in Sources */, + A9A9DD2A2C437C6C00B4ACDC /* optimizer.cpp in Sources */, + A9A9DA9A2C437C6B00B4ACDC /* amd_ext_to_khr.cpp in Sources */, + A9A9DFBE2C437C6C00B4ACDC /* validate_bitwise.cpp in Sources */, + A9A9DD622C437C6C00B4ACDC /* redundancy_elimination.cpp in Sources */, + A9A9DCBE2C437C6B00B4ACDC /* loop_descriptor.cpp in Sources */, + A9A9DF9A2C437C6C00B4ACDC /* function.cpp in Sources */, + A9A9E0762C437C6C00B4ACDC /* diagnostic.cpp in Sources */, + A9A9DAFA2C437C6B00B4ACDC /* composite.cpp in Sources */, + A9A9DBCE2C437C6B00B4ACDC /* fix_storage_class.cpp in Sources */, + A9A9E10E2C437C6C00B4ACDC /* spirv_reducer_options.cpp in Sources */, + A9A9DFFA2C437C6C00B4ACDC /* validate_instruction.cpp in Sources */, + A9A9DB7A2C437C6B00B4ACDC /* dominator_analysis.cpp in Sources */, + A9A9DF3A2C437C6C00B4ACDC /* structured_loop_to_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB3A2C437C6B00B4ACDC /* dead_branch_elim_pass.cpp in Sources */, + A9A9DC4E2C437C6B00B4ACDC /* interface_var_sroa.cpp in Sources */, + A9A9E0D22C437C6C00B4ACDC /* parsed_operand.cpp in Sources */, + A9A9DE3A2C437C6C00B4ACDC /* vector_dce.cpp in Sources */, + A9A9DFDA2C437C6C00B4ACDC /* validate_debug.cpp in Sources */, + A9A9E1362C437C6D00B4ACDC /* text.cpp in Sources */, + A9A9DBAA2C437C6B00B4ACDC /* eliminate_dead_members_pass.cpp in Sources */, + A9A9DAF22C437C6B00B4ACDC /* compact_ids_pass.cpp in Sources */, + A9A9DF7E2C437C6C00B4ACDC /* timer.cpp in Sources */, + A9A9DCFE2C437C6B00B4ACDC /* mem_pass.cpp in Sources */, + A9A9DDAA2C437C6C00B4ACDC /* scalar_analysis_simplification.cpp in Sources */, + A9A9DEF22C437C6C00B4ACDC /* remove_selection_reduction_opportunity_finder.cpp in Sources */, + A9A9DB622C437C6B00B4ACDC /* def_use_manager.cpp in Sources */, + A9A9DCF62C437C6B00B4ACDC /* loop_utils.cpp in Sources */, + A9A9DEFA2C437C6C00B4ACDC /* remove_selection_reduction_opportunity.cpp in Sources */, + A9A9DF122C437C6C00B4ACDC /* remove_unused_struct_member_reduction_opportunity_finder.cpp in Sources */, + A9A9DA7E2C437C6B00B4ACDC /* divergence_analysis.cpp in Sources */, + A9A9DC1E2C437C6B00B4ACDC /* inline_opaque_pass.cpp in Sources */, + A9A9DBE62C437C6B00B4ACDC /* fold.cpp in Sources */, + A9A9DD9E2C437C6C00B4ACDC /* replace_invalid_opc.cpp in Sources */, + A9A9DC862C437C6B00B4ACDC /* liveness.cpp in Sources */, + A9A9DFB62C437C6C00B4ACDC /* validate_atomics.cpp in Sources */, + A9A9DBBE2C437C6B00B4ACDC /* feature_manager.cpp in Sources */, + A9A9DABA2C437C6B00B4ACDC /* block_merge_util.cpp in Sources */, + A9A9DE4A2C437C6C00B4ACDC /* wrap_opkill.cpp in Sources */, + A9A9E03A2C437C6C00B4ACDC /* validate_scopes.cpp in Sources */, + A9A9DE6A2C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_reduction_opportunity.cpp in Sources */, + A9A9DE622C437C6C00B4ACDC /* conditional_branch_to_simple_conditional_branch_opportunity_finder.cpp in Sources */, + A9A9DD062C437C6B00B4ACDC /* merge_return_pass.cpp in Sources */, + A9A9DD0E2C437C6C00B4ACDC /* modify_maximal_reconvergence.cpp in Sources */, + A9A9DE2A2C437C6C00B4ACDC /* upgrade_memory_model.cpp in Sources */, + A9A9E02E2C437C6C00B4ACDC /* validate_ray_query.cpp in Sources */, + A9A9E0062C437C6C00B4ACDC /* validate_literals.cpp in Sources */, + A9A9DE122C437C6C00B4ACDC /* type_manager.cpp in Sources */, + A9A9E0E22C437C6C00B4ACDC /* print.cpp in Sources */, + A9A9DFFE2C437C6C00B4ACDC /* validate_interfaces.cpp in Sources */, + A9A9DE9A2C437C6C00B4ACDC /* pch_source_reduce.cpp in Sources */, + A9A9DA8A2C437C6B00B4ACDC /* linter.cpp in Sources */, + A9A9E07E2C437C6C00B4ACDC /* disassemble.cpp in Sources */, + A9A9DCCE2C437C6B00B4ACDC /* loop_fusion_pass.cpp in Sources */, + A9A9DAB22C437C6B00B4ACDC /* block_merge_pass.cpp in Sources */, + A9A9DC9E2C437C6B00B4ACDC /* local_single_block_elim_pass.cpp in Sources */, + A9A9E00A2C437C6C00B4ACDC /* validate_logicals.cpp in Sources */, + A9A9DD4A2C437C6C00B4ACDC /* private_to_local_pass.cpp in Sources */, + A9A9E0DA2C437C6C00B4ACDC /* pch_source.cpp in Sources */, + A9A9E04A2C437C6C00B4ACDC /* validate.cpp in Sources */, + A9A9E0F62C437C6C00B4ACDC /* spirv_endian.cpp in Sources */, + A9A9DB5A2C437C6B00B4ACDC /* decoration_manager.cpp in Sources */, + A9A9DCC62C437C6B00B4ACDC /* loop_fission.cpp in Sources */, + A9A9DD422C437C6C00B4ACDC /* pch_source_opt.cpp in Sources */, + A9A9E0CA2C437C6C00B4ACDC /* operand.cpp in Sources */, + A9A9DD7E2C437C6C00B4ACDC /* remove_dontinline_pass.cpp in Sources */, + A9A9DEB22C437C6C00B4ACDC /* reduction_opportunity.cpp in Sources */, + A9A9DD8E2C437C6C00B4ACDC /* remove_unused_interface_variables_pass.cpp in Sources */, + A9A9DBA22C437C6B00B4ACDC /* eliminate_dead_io_components_pass.cpp in Sources */, + A9A9DB422C437C6B00B4ACDC /* dead_insert_elim_pass.cpp in Sources */, + A9A9DDDE2C437C6C00B4ACDC /* strength_reduction_pass.cpp in Sources */, + A9A9DBDE2C437C6B00B4ACDC /* fold_spec_constant_op_and_composite_pass.cpp in Sources */, + A9A9DA7A2C437C6B00B4ACDC /* linker.cpp in Sources */, + A9A9DC722C437C6B00B4ACDC /* ir_loader.cpp in Sources */, + A9A9DECA2C437C6C00B4ACDC /* remove_block_reduction_opportunity_finder.cpp in Sources */, + A9A9DD522C437C6C00B4ACDC /* propagator.cpp in Sources */, + A9A9DC362C437C6B00B4ACDC /* instruction_list.cpp in Sources */, + A9A9DE722C437C6C00B4ACDC /* merge_blocks_reduction_opportunity_finder.cpp in Sources */, + A9A9DE7A2C437C6C00B4ACDC /* merge_blocks_reduction_opportunity.cpp in Sources */, + A9A9DB222C437C6B00B4ACDC /* convert_to_sampled_image_pass.cpp in Sources */, + A9A9DC5E2C437C6B00B4ACDC /* invocation_interlock_placement_pass.cpp in Sources */, + A9A9DB522C437C6B00B4ACDC /* debug_info_manager.cpp in Sources */, + A9A9DB722C437C6B00B4ACDC /* desc_sroa.cpp in Sources */, + A9A9DFF62C437C6C00B4ACDC /* validate_image.cpp in Sources */, + A9A9DB8A2C437C6B00B4ACDC /* eliminate_dead_constant_pass.cpp in Sources */, + A9A9E0222C437C6C00B4ACDC /* validate_mode_setting.cpp in Sources */, + A9A9DBD62C437C6B00B4ACDC /* flatten_decoration_pass.cpp in Sources */, + A9A9E09A2C437C6C00B4ACDC /* extensions.cpp in Sources */, + A9A9DDFE2C437C6C00B4ACDC /* switch_descriptorset_pass.cpp in Sources */, + A9A9DB2A2C437C6B00B4ACDC /* copy_prop_arrays.cpp in Sources */, + A9A9DCEE2C437C6B00B4ACDC /* loop_unswitch_pass.cpp in Sources */, + A9A9E01E2C437C6C00B4ACDC /* validate_misc.cpp in Sources */, + A9A9DD962C437C6C00B4ACDC /* replace_desc_array_access_using_var_index.cpp in Sources */, + A9A9E0522C437C6C00B4ACDC /* validation_state.cpp in Sources */, + A9A9DEBA2C437C6C00B4ACDC /* reduction_pass.cpp in Sources */, + A9A9DBC62C437C6B00B4ACDC /* fix_func_call_arguments.cpp in Sources */, + A9A9DDF62C437C6C00B4ACDC /* struct_cfg_analysis.cpp in Sources */, + A9A9DFA22C437C6C00B4ACDC /* instruction.cpp in Sources */, + A9A9DDAE2C437C6C00B4ACDC /* scalar_analysis.cpp in Sources */, + A9A9DFAA2C437C6C00B4ACDC /* validate_adjacency.cpp in Sources */, + A9A9DF022C437C6C00B4ACDC /* remove_struct_member_reduction_opportunity.cpp in Sources */, + A9A9E0022C437C6C00B4ACDC /* validate_layout.cpp in Sources */, + A9A9DC462C437C6B00B4ACDC /* instrument_pass.cpp in Sources */, + A9A9DACA2C437C6B00B4ACDC /* ccp_pass.cpp in Sources */, + A9A9DE222C437C6C00B4ACDC /* unify_const_pass.cpp in Sources */, + A9A9DF222C437C6C00B4ACDC /* simple_conditional_branch_to_branch_reduction_opportunity.cpp in Sources */, + A9A9DF0A2C437C6C00B4ACDC /* remove_unused_instruction_reduction_opportunity_finder.cpp in Sources */, + A9A9DEE22C437C6C00B4ACDC /* remove_function_reduction_opportunity.cpp in Sources */, + A9A9E08A2C437C6C00B4ACDC /* enum_string_mapping.cpp in Sources */, + A9A9DE322C437C6C00B4ACDC /* value_number_table.cpp in Sources */, + A9A9DE822C437C6C00B4ACDC /* operand_to_const_reduction_opportunity_finder.cpp in Sources */, + A9A9DF6A2C437C6C00B4ACDC /* parse_number.cpp in Sources */, + A9A9DD762C437C6C00B4ACDC /* relax_float_ops_pass.cpp in Sources */, + A9A9DB022C437C6B00B4ACDC /* const_folding_rules.cpp in Sources */, + A9A9DDB62C437C6C00B4ACDC /* scalar_replacement_pass.cpp in Sources */, + A9A9E01A2C437C6C00B4ACDC /* validate_mesh_shading.cpp in Sources */, + A9A9DF322C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity.cpp in Sources */, + A9A9DB922C437C6B00B4ACDC /* eliminate_dead_functions_pass.cpp in Sources */, + A9A9E0262C437C6C00B4ACDC /* validate_non_uniform.cpp in Sources */, + A9A9DFC22C437C6C00B4ACDC /* validate_builtins.cpp in Sources */, + A9A9DFB22C437C6C00B4ACDC /* validate_arithmetics.cpp in Sources */, + A9A9DCE62C437C6B00B4ACDC /* loop_unroller.cpp in Sources */, + A9A9DFDE2C437C6C00B4ACDC /* validate_decorations.cpp in Sources */, + A9A9DBB22C437C6B00B4ACDC /* eliminate_dead_output_stores_pass.cpp in Sources */, + A9A9E12E2C437C6D00B4ACDC /* text_handler.cpp in Sources */, + A9A9DFAE2C437C6C00B4ACDC /* validate_annotation.cpp in Sources */, + A9A9DC8E2C437C6B00B4ACDC /* local_access_chain_convert_pass.cpp in Sources */, + A9A9DE1A2C437C6C00B4ACDC /* types.cpp in Sources */, + A9A9DE0A2C437C6C00B4ACDC /* trim_capabilities_pass.cpp in Sources */, + A9A9DC162C437C6B00B4ACDC /* inline_exhaustive_pass.cpp in Sources */, + A9A9DD2E2C437C6C00B4ACDC /* pass_manager.cpp in Sources */, + A9A9E05E2C437C6C00B4ACDC /* assembly_grammar.cpp in Sources */, + A9A9DD362C437C6C00B4ACDC /* pass.cpp in Sources */, + A9A9DEDA2C437C6C00B4ACDC /* remove_function_reduction_opportunity_finder.cpp in Sources */, + A9A9DED22C437C6C00B4ACDC /* remove_block_reduction_opportunity.cpp in Sources */, + A9A9DC7E2C437C6B00B4ACDC /* licm_pass.cpp in Sources */, + A9A9DB122C437C6B00B4ACDC /* control_dependence.cpp in Sources */, + A9A9DC562C437C6B00B4ACDC /* interp_fixup_pass.cpp in Sources */, + A9A9E0662C437C6C00B4ACDC /* binary.cpp in Sources */, + A9A9DFE22C437C6C00B4ACDC /* validate_derivatives.cpp in Sources */, + A9A9DAA22C437C6B00B4ACDC /* analyze_live_input_pass.cpp in Sources */, + A9A9DF862C437C6C00B4ACDC /* basic_block.cpp in Sources */, + A9A9DE522C437C6C00B4ACDC /* change_operand_reduction_opportunity.cpp in Sources */, + A9A9DFE62C437C6C00B4ACDC /* validate_execution_limitations.cpp in Sources */, + A9A9E1062C437C6C00B4ACDC /* spirv_optimizer_options.cpp in Sources */, + A9A9DDD62C437C6C00B4ACDC /* ssa_rewrite_pass.cpp in Sources */, + A9A9DEAA2C437C6C00B4ACDC /* reduction_opportunity_finder.cpp in Sources */, + A9A9DDBE2C437C6C00B4ACDC /* set_spec_constant_default_value_pass.cpp in Sources */, + A9A9E0B22C437C6C00B4ACDC /* libspirv.cpp in Sources */, + A9A9DE422C437C6C00B4ACDC /* workaround1209.cpp in Sources */, + A9A9E00E2C437C6C00B4ACDC /* validate_memory_semantics.cpp in Sources */, + A9A9E0922C437C6C00B4ACDC /* ext_inst.cpp in Sources */, + A9A9DD222C437C6C00B4ACDC /* opextinst_forward_ref_fixup_pass.cpp in Sources */, + A9A9DF4A2C437C6C00B4ACDC /* bit_vector.cpp in Sources */, + A9A9DC262C437C6B00B4ACDC /* inline_pass.cpp in Sources */, + A9A9DF2A2C437C6C00B4ACDC /* structured_construct_to_block_reduction_opportunity_finder.cpp in Sources */, + A9A9E0422C437C6C00B4ACDC /* validate_small_type_uses.cpp in Sources */, + A9A9DDE62C437C6C00B4ACDC /* strip_debug_info_pass.cpp in Sources */, + A9A9E0EA2C437C6C00B4ACDC /* software_version.cpp in Sources */, + A9A9DBFE2C437C6B00B4ACDC /* function.cpp in Sources */, + A9A9DFF22C437C6C00B4ACDC /* validate_id.cpp in Sources */, + A9A9E0322C437C6C00B4ACDC /* validate_ray_tracing_reorder.cpp in Sources */, + A9A9DB1A2C437C6B00B4ACDC /* convert_to_half_pass.cpp in Sources */, + A9A9E1162C437C6C00B4ACDC /* spirv_target_env.cpp in Sources */, + A9A9DB9A2C437C6B00B4ACDC /* eliminate_dead_functions_util.cpp in Sources */, + A9A9DAD22C437C6B00B4ACDC /* cfg_cleanup_pass.cpp in Sources */, + A9A9DE5A2C437C6C00B4ACDC /* change_operand_to_undef_reduction_opportunity.cpp in Sources */, + A9A9DEA22C437C6C00B4ACDC /* reducer.cpp in Sources */, + A9A9E11E2C437C6D00B4ACDC /* spirv_validator_options.cpp in Sources */, + A9A9DAAA2C437C6B00B4ACDC /* basic_block.cpp in Sources */, + A9A9DCA62C437C6B00B4ACDC /* local_single_store_elim_pass.cpp in Sources */, + A9A9DFCE2C437C6C00B4ACDC /* validate_composites.cpp in Sources */, + A9A9D4522C437C6900B4ACDC /* diff.cpp in Sources */, + A9A9DCD62C437C6B00B4ACDC /* loop_fusion.cpp in Sources */, + A9A9DAEA2C437C6B00B4ACDC /* combine_access_chains.cpp in Sources */, + A9A9DB0A2C437C6B00B4ACDC /* constants.cpp in Sources */, + A9A9DA922C437C6B00B4ACDC /* aggressive_dead_code_elim_pass.cpp in Sources */, + A9A9DBEE2C437C6B00B4ACDC /* folding_rules.cpp in Sources */, + A9A9DAE22C437C6B00B4ACDC /* code_sink.cpp in Sources */, + A9A9DBF62C437C6B00B4ACDC /* freeze_spec_constant_value_pass.cpp in Sources */, + A9A9DC2E2C437C6B00B4ACDC /* inst_debug_printf_pass.cpp in Sources */, + A9A9E0BA2C437C6C00B4ACDC /* name_mapper.cpp in Sources */, + A9A9DE8A2C437C6C00B4ACDC /* operand_to_dominating_id_reduction_opportunity_finder.cpp in Sources */, + A9A9DB4A2C437C6B00B4ACDC /* dead_variable_elimination.cpp in Sources */, + A9A9DD162C437C6C00B4ACDC /* module.cpp in Sources */, + A9A9DAC22C437C6B00B4ACDC /* build_module.cpp in Sources */, + A9A9DC6A2C437C6B00B4ACDC /* ir_context.cpp in Sources */, + A9A9DFD62C437C6C00B4ACDC /* validate_conversion.cpp in Sources */, + A9A9DC062C437C6B00B4ACDC /* graphics_robust_access_pass.cpp in Sources */, + A9A9DFCA2C437C6C00B4ACDC /* validate_cfg.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/ExternalRevisions/SPIRV-Cross_repo_revision b/ExternalRevisions/SPIRV-Cross_repo_revision index 45d3be61a..14dce8f37 100644 --- a/ExternalRevisions/SPIRV-Cross_repo_revision +++ b/ExternalRevisions/SPIRV-Cross_repo_revision @@ -1 +1 @@ -6fd1f75636b1c424b809ad8a84804654cf5ae48b +68d401117c85219ee6b2aba9a0cded314c55798f diff --git a/ExternalRevisions/Volk_repo_revision b/ExternalRevisions/Volk_repo_revision index 1c27313d3..6c74eb551 100644 --- a/ExternalRevisions/Volk_repo_revision +++ b/ExternalRevisions/Volk_repo_revision @@ -1 +1 @@ -3a8068a57417940cf2bf9d837a7bb60d015ca2f1 +466085407d5d2f50583fd663c1d65f93a7709d3e diff --git a/ExternalRevisions/Vulkan-Headers_repo_revision b/ExternalRevisions/Vulkan-Headers_repo_revision index 13d693905..c2bcadb1f 100644 --- a/ExternalRevisions/Vulkan-Headers_repo_revision +++ b/ExternalRevisions/Vulkan-Headers_repo_revision @@ -1 +1 @@ -eaa319dade959cb61ed2229c8ea42e307cc8f8b3 +fc6c06ac529e4b4b6e34c17cc650a8f62dee2eb0 diff --git a/ExternalRevisions/Vulkan-Tools_repo_revision b/ExternalRevisions/Vulkan-Tools_repo_revision index cec2f39f3..46c6fa633 100644 --- a/ExternalRevisions/Vulkan-Tools_repo_revision +++ b/ExternalRevisions/Vulkan-Tools_repo_revision @@ -1 +1 @@ -09f5cc6b0758a05ccd6bcde1342256c15c76670e +b47676a03827fc0c287409b243b1fd62886e79c0 diff --git a/ExternalRevisions/glslang_repo_revision b/ExternalRevisions/glslang_repo_revision index 3dcfcd7a3..157337802 100644 --- a/ExternalRevisions/glslang_repo_revision +++ b/ExternalRevisions/glslang_repo_revision @@ -1 +1 @@ -e8dd0b6903b34f1879520b444634c75ea2deedf5 +fa9c3deb49e035a8abcabe366f26aac010f6cbfb diff --git a/Templates/spirv-tools/build.zip b/Templates/spirv-tools/build.zip index e2a51b1c07ec084a4b2d743edd3ba33e853dd1d3..1e933a5e87cfdd063e2b7fd9a05a69f1a5f20cb8 100644 GIT binary patch delta 42685 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

=i)X|j# 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 z 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%0D48`XJ&|o_>(FrKt=J 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 I{uxsL2ef1>_W%F@