Searched refs:loop2 (Results 1 – 6 of 6) sorted by relevance
53 public long loop2() { in loop2() method in Main77 long res1 = new Main().loop2(); in main()
546 HLoopInformation* loop2 = loop2_header->GetLoopInformation(); in TEST_F() local558 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()560 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()565 EXPECT_EQ(helper.GetRegionToBeAdjusted(), loop2); in TEST_F()674 static HLoopInformation* FindCommonLoopCheck(HLoopInformation* loop1, HLoopInformation* loop2) { in FindCommonLoopCheck() argument675 HLoopInformation* common_loop12 = FindCommonLoop(loop1, loop2); in FindCommonLoopCheck()676 HLoopInformation* common_loop21 = FindCommonLoop(loop2, loop1); in FindCommonLoopCheck()715 HLoopInformation* loop2 = loop2_header->GetLoopInformation(); in TEST_F() local721 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()723 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()[all …]
1074 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2) { in FindCommonLoop() argument1075 if (loop1 == nullptr || loop2 == nullptr) { in FindCommonLoop()1079 if (loop1->IsIn(*loop2)) { in FindCommonLoop()1080 return loop2; in FindCommonLoop()1084 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
445 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2);
44 public static void loop2(boolean incoming) { in loop2() method in Main
127 :loop2130 # propagates conflict to loop2's phis132 if-eqz p1, :loop2