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")
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")
138 __description("bounded recursion")
163 __description("infinite loop in two jumps")
176 __description("infinite loop: three-jump trick")
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")