Home
last modified time | relevance | path

Searched refs:exits (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/python/cpython2/Lib/
Dcontextlib.py105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/
Dpreserve-scev.ll18 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count.
30 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count.
33 ; CHECK: Loop %for.cond.outer: <multiple exits> Unpredictable backedge-taken count.
84 ; CHECK: Loop %while.cond191: <multiple exits> Unpredictable backedge-taken count.
87 ; CHECK: Loop %while.cond191.outer: <multiple exits> Unpredictable backedge-taken count.
94 ; CHECK: Loop %while.cond191: <multiple exits> backedge-taken count is 0
97 ; CHECK: Loop %while.cond191.outer: <multiple exits> Unpredictable backedge-taken count.
Dbasictest.ll92 ; Check that we leave already dedicated exits alone when forming dedicated exit
157 ; Check that we form what dedicated exits we can even when some exits are
158 ; reached via indirectbr which precludes forming dedicated exits.
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileVerifierPass.cpp179 bool exits = false; in exitReachable() local
184 exits |= exitReachable(F); in exitReachable()
187 exits = true; in exitReachable()
189 if (exits) break; in exitReachable()
192 return exits; in exitReachable()
/external/llvm/test/Analysis/ScalarEvolution/
Dmax-trip-count.ll42 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count.
104 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
130 ; CHECK: Loop %for.body: <multiple exits> Unpredictable backedge-taken count.
160 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
185 ; This loop has two must-exits, both of which dominate the latch. The
189 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py289 self.exits = {}
418 self.exits[section_id].add(node)
456 assert section_id not in self.exits
457 self.exits[section_id] = set()
463 for exit_ in self.exits[section_id]:
466 del self.exits[section_id]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dexact_iter_count.ll7 ; CHECK-NEXT: Loop %loop: <multiple exits> backedge-taken count is 50
32 ; CHECK-NEXT: Loop %loop: <multiple exits> backedge-taken count is 50
Dmax-trip-count.ll42 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count.
104 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
130 ; CHECK: Loop %for.body: <multiple exits> Unpredictable backedge-taken count.
160 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
185 ; This loop has two must-exits, both of which dominate the latch. The
189 ; CHECK: Loop %for.body.i: <multiple exits> backedge-taken count is 1
/external/python/cpython2/Doc/library/
Dthread.rst55 returns, the thread silently exits. When the function terminates with an
56 unhandled exception, a stack trace is printed and then the thread exits (but
93 may be recycled when a thread exits and another thread is created.
168 * When the main thread exits, it is system defined whether the other threads
173 * When the main thread exits, it does not do any of its usual cleanup (except
/external/python/cpython3/Doc/library/
D_thread.rst49 returns, the thread silently exits. When the function terminates with an
50 unhandled exception, a stack trace is printed and then the thread exits (but
85 may be recycled when a thread exits and another thread is created.
181 * When the main thread exits, it is system defined whether the other threads
186 * When the main thread exits, it does not do any of its usual cleanup (except
/external/llvm/test/Transforms/IndVarSimplify/
Dloop_evaluate10.ll4 ; This loop has multiple exits, and the value of %b1 depends on which
9 ; loop exits have the same exit value. We could handle some cases,
/external/llvm/test/Transforms/LCSSA/
Dindirectbr.ll3 ; LCSSA should work correctly in the case of an indirectbr that exits
4 ; the loop, and the loop has exits with predecessors not within the loop
545 ; create PHIs in one of such exits we are also inserting PHIs in L2 header. This
547 ; in L2 exits. Test that we don't assert/crash on that.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LCSSA/
Dindirectbr.ll3 ; LCSSA should work correctly in the case of an indirectbr that exits
4 ; the loop, and the loop has exits with predecessors not within the loop
545 ; create PHIs in one of such exits we are also inserting PHIs in L2 header. This
547 ; in L2 exits. Test that we don't assert/crash on that.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-ar/
Dinvalid-command-line.test1 Test that llvm-ar exits with 1 when there is an error.
/external/linux-kselftest/tools/testing/selftests/ftrace/
DREADME52 * PASS: The test succeeded as expected. The test which exits with 0 is
55 * FAIL: The test failed, but was expected to succeed. The test which exits
/external/compiler-rt/test/tsan/Darwin/
Dobjc-simple.mm1 // Test that a simple Obj-C program runs and exits without any warnings.
/external/swiftshader/third_party/LLVM/test/Other/
Dclose-stderr.ll10 ; Test that the error handling when writing to stderr fails exits the
/external/llvm/test/Other/
Dclose-stderr.ll12 ; Test that the error handling when writing to stderr fails exits the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dclose-stderr.ll12 ; Test that the error handling when writing to stderr fails exits the
/external/autotest/client/site_tests/platform_MemoryPressure/
Dcontrol.quick17 test exits before it completes.
/external/autotest/client/site_tests/detachablebase_TriggerHammerd/
Dcontrol17 The test checks hammerd upstart job is triggered on boot and exits normally.
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
Dmultiple-exits.ll3 ; Checks whether dead loops with multiple exits can be eliminated
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll33 ; SCEV unrolling properly handles loops with multiple exits. In this
135 ; exits, SCEV must forget its ExitNotTaken info.
178 ; equality test is skipped and the loop exits after the second
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll33 ; SCEV unrolling properly handles loops with multiple exits. In this
135 ; exits, SCEV must forget its ExitNotTaken info.
178 ; equality test is skipped and the loop exits after the second
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/
Dupdate-scev.ll13 ; SCEV: Loop %inner_loop_begin: <multiple exits> Unpredictable backedge-taken count.
72 ; SCEV: Loop %inner_loop_begin: <multiple exits> Unpredictable backedge-taken count.
133 ; SCEV: Loop %inner_loop_begin: <multiple exits> Unpredictable backedge-taken count.

1234567891011