Home
last modified time | relevance | path

Searched refs:IsInContainingLoopsContinueConstruct (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Dstruct_cfg_analysis_test.cpp69 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
83 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
97 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
144 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
158 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
172 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
186 EXPECT_TRUE(analysis.IsInContainingLoopsContinueConstruct(4)); in TEST_F()
238 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
252 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
266 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dstruct_cfg_analysis_test.cpp69 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
83 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
97 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
144 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
158 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
172 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
186 EXPECT_TRUE(analysis.IsInContainingLoopsContinueConstruct(4)); in TEST_F()
238 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
252 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
266 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstruct_cfg_analysis_test.cpp69 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
83 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
97 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
144 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
158 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
172 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
186 EXPECT_TRUE(analysis.IsInContainingLoopsContinueConstruct(4)); in TEST_F()
238 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(1)); in TEST_F()
252 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(2)); in TEST_F()
266 EXPECT_FALSE(analysis.IsInContainingLoopsContinueConstruct(3)); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp195 bool StructuredCFGAnalysis::IsInContainingLoopsContinueConstruct( in IsInContainingLoopsContinueConstruct() function in spvtools::opt::StructuredCFGAnalysis
206 if (IsInContainingLoopsContinueConstruct(bb_id)) { in IsInContinueConstruct()
227 if (IsInContainingLoopsContinueConstruct(bb.id())) { in FindFuncsCalledFromContinue()
Dstruct_cfg_analysis.h109 bool IsInContainingLoopsContinueConstruct(uint32_t bb_id);
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp195 bool StructuredCFGAnalysis::IsInContainingLoopsContinueConstruct( in IsInContainingLoopsContinueConstruct() function in spvtools::opt::StructuredCFGAnalysis
206 if (IsInContainingLoopsContinueConstruct(bb_id)) { in IsInContinueConstruct()
227 if (IsInContainingLoopsContinueConstruct(bb.id())) { in FindFuncsCalledFromContinue()
Dstruct_cfg_analysis.h109 bool IsInContainingLoopsContinueConstruct(uint32_t bb_id);
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dstruct_cfg_analysis.cpp195 bool StructuredCFGAnalysis::IsInContainingLoopsContinueConstruct( in IsInContainingLoopsContinueConstruct() function in spvtools::opt::StructuredCFGAnalysis
206 if (IsInContainingLoopsContinueConstruct(bb_id)) { in IsInContinueConstruct()
227 if (IsInContainingLoopsContinueConstruct(bb.id())) { in FindFuncsCalledFromContinue()
Dstruct_cfg_analysis.h109 bool IsInContainingLoopsContinueConstruct(uint32_t bb_id);