Searched refs:IsInContainingLoopsContinueConstruct (Results 1 – 9 of 9) sorted by relevance
69 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 …]
195 bool StructuredCFGAnalysis::IsInContainingLoopsContinueConstruct( in IsInContainingLoopsContinueConstruct() function in spvtools::opt::StructuredCFGAnalysis206 if (IsInContainingLoopsContinueConstruct(bb_id)) { in IsInContinueConstruct()227 if (IsInContainingLoopsContinueConstruct(bb.id())) { in FindFuncsCalledFromContinue()
109 bool IsInContainingLoopsContinueConstruct(uint32_t bb_id);