Home
last modified time | relevance | path

Searched refs:loop2 (Results 1 – 6 of 6) sorted by relevance

/art/test/2023-InvariantLoops_typecast/src/
DMain.java53 public long loop2() { in loop2() method in Main
77 long res1 = new Main().loop2(); in main()
/art/compiler/optimizing/
Dsuperblock_cloner_test.cc546 HLoopInformation* loop2 = loop2_header->GetLoopInformation(); in TEST_F() local
558 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() argument
675 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() local
721 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()
723 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()
[all …]
Dsuperblock_cloner.cc1074 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2) { in FindCommonLoop() argument
1075 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()
Dsuperblock_cloner.h445 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2);
/art/test/482-checker-loop-back-edge-use/src/
DMain.java44 public static void loop2(boolean incoming) { in loop2() method in Main
/art/test/552-checker-primitive-typeprop/smali/
DTypePropagation.smali127 :loop2
130 # propagates conflict to loop2's phis
132 if-eqz p1, :loop2