/external/python/cpython2/Lib/test/ |
D | test_generators.py | 1143 succs = self.succs = [] 1159 for i in succs[i0]: 1160 s = succs[i] 1172 for i in succs[i0]: 1173 succs[i].append(i0) 1194 assert len(succs[corner]) == 2 1195 assert self.coords2index(1, 2) in succs[corner] 1196 assert self.coords2index(2, 1) in succs[corner] 1207 succs[final].append(corner) 1210 succs[final].remove(corner) [all …]
|
/external/llvm/test/CodeGen/Lanai/ |
D | lanai-misched-trivial-disjoint.ll | 34 ; CHECK: # succs left : 0 37 ; CHECK: # succs left : 0 40 ; CHECK: # succs left : 4 43 ; CHECK: # succs left : 0 46 ; CHECK: # succs left : 0 49 ; CHECK: # succs left : 0 52 ; CHECK: # succs left : 0 55 ; CHECK: # succs left : 0
|
/external/llvm-project/llvm/test/CodeGen/Lanai/ |
D | lanai-misched-trivial-disjoint.ll | 35 ; CHECK: # succs left : 0 38 ; CHECK: # succs left : 0 41 ; CHECK: # succs left : 4 44 ; CHECK: # succs left : 0 47 ; CHECK: # succs left : 0 50 ; CHECK: # succs left : 0 53 ; CHECK: # succs left : 0 56 ; CHECK: # succs left : 0
|
/external/python/cpython3/Lib/test/ |
D | test_generators.py | 1586 succs = self.succs = [] 1602 for i in succs[i0]: 1603 s = succs[i] 1615 for i in succs[i0]: 1616 succs[i].append(i0) 1637 assert len(succs[corner]) == 2 1638 assert self.coords2index(1, 2) in succs[corner] 1639 assert self.coords2index(2, 1) in succs[corner] 1650 succs[final].append(corner) 1653 succs[final].remove(corner) [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | scheduledag-constreg.mir | 11 # CHECK: # succs left : 0 14 # CHECK: # succs left : 0 17 # CHECK: # succs left : 0 20 # CHECK: # succs left : 0
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | cortex-a57-misched-vsub.ll | 7 ; CHECK-NEXT: # succs left 19 ; CHECK-NEXT: # succs left
|
D | cortex-a57-misched-vadd.ll | 7 ; CHECK-NEXT: # succs left 19 ; CHECK-NEXT: # succs left
|
D | cortex-a57-misched-mla.mir | 7 # CHECK-NEXT: # succs left
|
/external/llvm-project/clang/utils/perf-training/ |
D | perf-helper.py | 271 succs = {} 274 succs[a] = items = succs.get(a, []) 287 for s in ([node] + succs.get(node,[])))
|
/external/clang/utils/perf-training/ |
D | perf-helper.py | 270 succs = {} 273 succs[a] = items = succs.get(a, []) 286 for s in ([node] + succs.get(node,[])))
|
/external/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
D | DataflowWorklist.h | 71 for (auto B : Block->succs()) in enqueueSuccessors()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 891 nir_block *succs = block->successors[0]; in emit_block() local 898 if (!succs || !succs->index) in emit_block() 906 if (succs->index > block->index && !ctx->block_has_jump[block->index]) in emit_block() 912 instr->cf.block_idx = succs->index; in emit_block()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 253 succ_range succs() { return {Succs.begin(), Succs.end()}; } in succs() function 261 const_succ_range succs() const { return {Succs.begin(), Succs.end()}; } in succs() function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Pass3bVerifier.java | 209 final InstructionContext[] succs = u.getSuccessors(); in circulationPump() local 210 for (final InstructionContext v : succs) { in circulationPump()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 625 nir_block *succs = block->successors[0]; in emit_block() local 626 if (nir_block_ends_in_jump(block) || succs->index < block->index) in emit_block() 627 etna_emit_jump(c, succs->index, SRC_DISABLE); in emit_block()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UseAfterMoveCheck.cpp | 197 for (const auto &Succ : Block->succs()) { in findInternal()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | CFG.h | 965 succ_range succs() { in succs() function 969 succ_const_range succs() const { in succs() function
|
/external/llvm-project/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 293 for (auto &Succ : UnwindBlock.succs()) { in throwEscapes()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 4973 for (const CFGBlock::AdjacentBlock &AB : B->succs()) { in isLinear() 5906 for (const auto &Succ : Blk->succs()) { in isInevitablySinking()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 2591 for (const ExplodedNode *Succ : Node->succs()) in BugPathGetter()
|