Searched refs:loop2 (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | superblock_cloner_test.cc | 556 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F() 558 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F() 563 EXPECT_EQ(helper.GetRegionToBeAdjusted(), loop2); in TEST_F() 718 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F() 720 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F() 724 EXPECT_FALSE(loop4->IsIn(*loop2)); in TEST_F() 731 EXPECT_EQ(FindCommonLoopCheck(loop2, nullptr), nullptr); in TEST_F() 734 EXPECT_EQ(FindCommonLoopCheck(loop1, loop2), loop1); in TEST_F() 739 EXPECT_EQ(FindCommonLoopCheck(loop2, loop3), loop2); in TEST_F() 740 EXPECT_EQ(FindCommonLoopCheck(loop2, loop4), loop1); in TEST_F() [all …]
|
H A D | superblock_cloner.cc | 1119 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2) { in FindCommonLoop() argument 1120 if (loop1 == nullptr || loop2 == nullptr) { in FindCommonLoop() 1124 if (loop1->IsIn(*loop2)) { in FindCommonLoop() 1125 return loop2; in FindCommonLoop() 1129 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
|
H A D | superblock_cloner.h | 547 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2);
|
/aosp12/art/test/2023-InvariantLoops_typecast/src/ |
H A D | Main.java | 53 public long loop2() { in loop2() method in Main 77 long res1 = new Main().loop2(); in main()
|
/aosp12/art/test/552-checker-primitive-typeprop/smali/ |
H A D | TypePropagation.smali | 127 :loop2 130 # propagates conflict to loop2's phis 132 if-eqz p1, :loop2
|
/aosp12/art/test/482-checker-loop-back-edge-use/src/ |
H A D | Main.java | 44 public static void loop2(boolean incoming) { in loop2() method in Main
|
/aosp12/frameworks/av/media/codecs/mp3dec/src/asm/ |
H A D | pvmp3_dct_16_gcc.s | 401 loop2: label 421 bne loop2
|