Home
last modified time | relevance | path

Searched refs:loop_end (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/test/485-checker-dce-loop-update/smali/
H A DTestCase.smali60 if-nez v0, :loop_end # will always exit
71 :loop_end
115 if-nez p2, :loop_end # may exit
116 if-nez v0, :loop_end # will always exit
127 :loop_end
197 if-nez v0, :loop_end # will always take the branch
208 :loop_end
275 if-nez v0, :loop_end # will always take the branch
286 :loop_end
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dsoundcard.h167 int loop_start, loop_end; member
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc1946 GET_BLOCK(loop_end); in TEST_F()
2014 loop_end->AddInstruction(goto_loop_end); in TEST_F()
6770 GET_BLOCK(loop_end); in TEST_F()
6774 EnsurePredecessorOrder(loop_header, {loop_pre_header, loop_end}); in TEST_F()
6844 loop_end->AddInstruction(call_end); in TEST_F()
6845 loop_end->AddInstruction(if_end); in TEST_F()
8157 GET_BLOCK(loop_end); in TEST_F()
8213 loop_end->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()