Lines Matching full:loop
9 __description("bounded loop, count to 4")
22 __description("bounded loop, count to 20")
35 __description("bounded loop, count from positive unknown to 4")
51 __description("bounded loop, count from totally unknown to 4")
66 __description("bounded loop, count to 4 with equality")
79 __description("bounded loop, start in the middle")
93 __description("bounded loop containing a forward jump")
107 __description("bounded loop that jumps out rather than in")
124 __description("infinite loop after a conditional jump")
163 __description("infinite loop in two jumps")
164 __failure __msg("loop detected")
176 __description("infinite loop: three-jump trick")
177 __failure __msg("loop detected")
198 __description("not-taken loop with back jump to 1st insn")
210 __description("taken loop with back jump to 1st insn")
235 __description("taken loop with back jump to 1st insn, 2")