Home
last modified time | relevance | path

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

12345

/external/v8/src/compiler/
Dloop-peeling.cc165 NodeVector& exits, NodeVector& rets) { in FindLoopExits() argument
173 exits.push_back(use); in FindLoopExits()
188 NodeVector exits(&zone); in CanPeel() local
190 FindLoopExits(loop_tree, loop, exits, rets); in CanPeel()
191 return exits.size() <= 1u; in CanPeel()
201 NodeVector exits(tmp_zone); in Peel() local
203 FindLoopExits(loop_tree, loop, exits, rets); in Peel()
205 if (exits.size() != 1) return nullptr; // not peelable currently. in Peel()
212 5 + (loop->TotalSize() + exits.size() + rets.size()) * 2; in Peel()
275 Node* postdom = exits[0]; in Peel()
[all …]
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dparser.py468 chunk.exits.add(bc.offset)
483 chunk.exits.add(bc.jump_to)
487 chunk.exits.add(-self.code.co_firstlineno)
499 chunk.exits.add(block_stack[-1][1])
506 chunk.exits.add(block[1])
530 last_chunk.exits.remove(ex)
531 last_chunk.exits.add(penult.offset)
535 chunk.exits.add(ex)
551 assert all((ex in starts or ex < 0) for ex in ch.exits)
586 for ex in this_chunk.exits:
[all …]
Dresults.py98 for line, exits in line_exits:
99 for ex in sorted(exits):
153 exits = self.exit_counts[lnum]
158 stats[lnum] = (exits, exits - missing)
/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.
Dhow-far-to-zero.ll27 ;CHECK: Loop %while.cond: <multiple exits> Unpredictable backedge-taken count.
/external/valgrind/none/tests/
Dthread-exits.vgtest1 prog: thread-exits
DMakefile.am190 thread-exits.stderr.exp thread-exits.stdout.exp thread-exits.vgtest \
230 thread-exits \
/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/valgrind/memcheck/tests/
Datomic_incs.stdout.exp-32bit7 parent exits
Datomic_incs.stdout.exp-64bit7 parent exits
/external/compiler-rt/test/tsan/Darwin/
Dobjc-simple.mm1 // Test that a simple Obj-C program runs and exits without any warnings.
/external/llvm/test/Other/
Dclose-stderr.ll12 ; Test that the error handling when writing to stderr fails exits the
/external/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
D2011-08-09-IVSimplify.ll7 ; removes unrolled loop exits given that 128 is a multiple of 4.
/external/valgrind/none/tests/mips64/
Dcvm_atomic_thread.stdout.exp-LE43 parent exits
/external/autotest/server/site_tests/power_DeferForFlashrom/
Dcontrol20 2. After flashrom exits, powerd fails to honor pending suspend or reboot
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dextremely-likely-loop-successor.ll3 ; PR21622: Check for a crasher when the sum of exits to the same successor of a
/external/autotest/client/tests/wb_kupdate/
Dcontrol31 # exits and not mounted.
/external/autotest/client/tests/kvm/autoit/
Dnotepad1.au32 ; It runs notepad, enters some text and exits.
/external/llvm/test/Transforms/LoopSimplify/
Dmerge-exits.ll3 ; Loopsimplify should be able to merge the two loop exits
/external/valgrind/docs/internals/
D3_9_BUGSTATUS.txt125 '_rtld_local._dl_rtld_map.l_relocated' failed" and exits
165 326487 child of debugged process exits without becoming zombie
/external/llvm/test/Transforms/LoopRotate/
Dsimplifylatch.ll2 ; PR2624 unroll multiple exits
/external/v8/tools/gcmole/
DREADME62 If any errors were found driver exits with non-zero status.

12345