/external/v8/src/compiler/ |
D | loop-peeling.cc | 165 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/ |
D | parser.py | 468 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 …]
|
D | results.py | 98 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/ |
D | max-trip-count.ll | 42 ; 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.
|
D | how-far-to-zero.ll | 27 ;CHECK: Loop %while.cond: <multiple exits> Unpredictable backedge-taken count.
|
/external/valgrind/none/tests/ |
D | thread-exits.vgtest | 1 prog: thread-exits
|
D | Makefile.am | 190 thread-exits.stderr.exp thread-exits.stdout.exp thread-exits.vgtest \ 230 thread-exits \
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate10.ll | 4 ; 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/ |
D | indirectbr.ll | 3 ; 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/ |
D | atomic_incs.stdout.exp-32bit | 7 parent exits
|
D | atomic_incs.stdout.exp-64bit | 7 parent exits
|
/external/compiler-rt/test/tsan/Darwin/ |
D | objc-simple.mm | 1 // Test that a simple Obj-C program runs and exits without any warnings.
|
/external/llvm/test/Other/ |
D | close-stderr.ll | 12 ; Test that the error handling when writing to stderr fails exits the
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | multiple-exits.ll | 3 ; Checks whether dead loops with multiple exits can be eliminated
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | scevunroll.ll | 33 ; 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
|
D | 2011-08-09-IVSimplify.ll | 7 ; removes unrolled loop exits given that 128 is a multiple of 4.
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.stdout.exp-LE | 43 parent exits
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 20 2. After flashrom exits, powerd fails to honor pending suspend or reboot
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | extremely-likely-loop-successor.ll | 3 ; PR21622: Check for a crasher when the sum of exits to the same successor of a
|
/external/autotest/client/tests/wb_kupdate/ |
D | control | 31 # exits and not mounted.
|
/external/autotest/client/tests/kvm/autoit/ |
D | notepad1.au3 | 2 ; It runs notepad, enters some text and exits.
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | merge-exits.ll | 3 ; Loopsimplify should be able to merge the two loop exits
|
/external/valgrind/docs/internals/ |
D | 3_9_BUGSTATUS.txt | 125 '_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/ |
D | simplifylatch.ll | 2 ; PR2624 unroll multiple exits
|
/external/v8/tools/gcmole/ |
D | README | 62 If any errors were found driver exits with non-zero status.
|