Lines Matching refs:__description
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")
94 __description("bounded loop containing a forward jump")
108 __description("bounded loop that jumps out rather than in")
125 __description("infinite loop after a conditional jump")
139 __description("bounded recursion")
166 __description("infinite loop in two jumps")
179 __description("infinite loop: three-jump trick")
201 __description("not-taken loop with back jump to 1st insn")
213 __description("taken loop with back jump to 1st insn")
238 __description("taken loop with back jump to 1st insn, 2")