Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/NEXT/t/
H A Dunseen.t10 use if $] >= 5.009005, 'mro', 'dfs';
17 use if $] >= 5.009005, 'mro', 'dfs';
22 use if $] >= 5.009005, 'mro', 'dfs';
27 use if $] >= 5.009005, 'mro', 'dfs';
32 use if $] >= 5.009005, 'mro', 'dfs';
43 use if $] >= 5.009005, 'mro', 'dfs';
52 use if $] >= 5.009005, 'mro', 'dfs';
54 use if $] >= 5.009005, 'mro', 'dfs';
56 use if $] >= 5.009005, 'mro', 'dfs';
H A Dactual.t10 use if $] >= 5.009005, 'mro', 'dfs';
17 use if $] >= 5.009005, 'mro', 'dfs';
22 use if $] >= 5.009005, 'mro', 'dfs';
30 use if $] >= 5.009005, 'mro', 'dfs';
38 use if $] >= 5.009005, 'mro', 'dfs';
H A Dactuns.t11 use if $] >= 5.009005, 'mro', 'dfs';
18 use if $] >= 5.009005, 'mro', 'dfs';
23 use if $] >= 5.009005, 'mro', 'dfs';
28 use if $] >= 5.009005, 'mro', 'dfs';
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dop-common.h1154 || (_FP_EXPMAX_##dfs - _FP_EXPBIAS_##dfs \
1172 else if (_FP_EXPBIAS_##dfs \
1186 _lz + _FP_FRACBITS_##dfs \
1194 D##_e = _FP_EXPMAX_##dfs; \
1211 || (_FP_EXPBIAS_##sfs < _FP_EXPBIAS_##dfs + _FP_FRACBITS_##dfs - 1 \
1240 - _FP_WFRACBITS_##dfs), \
1256 < _FP_EXPBIAS_##dfs + _FP_FRACBITS_##dfs - 1) \
1259 - _FP_WFRACBITS_##dfs), \
1272 D##_e = _FP_EXPMAX_##dfs; \
1279 - _FP_WFRACBITS_##dfs)); \
[all …]
/openbsd/sys/dev/pci/drm/
H A Ddrm_buddy.c348 DRM_LIST_HEAD(dfs); in alloc_range_bias()
361 block = list_first_entry_or_null(&dfs, in alloc_range_bias()
407 list_add(&block->right->tmp_link, &dfs); in alloc_range_bias()
408 list_add(&block->left->tmp_link, &dfs); in alloc_range_bias()
501 struct list_head *dfs, in __alloc_range() argument
517 block = list_first_entry_or_null(dfs, in __alloc_range()
554 list_add(&block->right->tmp_link, dfs); in __alloc_range()
555 list_add(&block->left->tmp_link, dfs); in __alloc_range()
583 DRM_LIST_HEAD(dfs); in __drm_buddy_alloc_range()
616 DRM_LIST_HEAD(dfs); in drm_buddy_block_trim()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtree-into-ssa.c1199 insert_phi_nodes (bitmap *dfs) in insert_phi_nodes() argument
2085 bitmap *dfs; in rewrite_into_ssa() local
2107 compute_dominance_frontiers (dfs); in rewrite_into_ssa()
2113 insert_phi_nodes (dfs); in rewrite_into_ssa()
2120 BITMAP_FREE (dfs[bb->index]); in rewrite_into_ssa()
2121 free (dfs); in rewrite_into_ssa()
2756 idf = find_idf (db->def_blocks, dfs); in insert_updated_phi_nodes_for()
3054 bitmap *dfs; in update_ssa() local
3060 dfs[bb->index] = BITMAP_ALLOC (NULL); in update_ssa()
3085 BITMAP_FREE (dfs[bb->index]); in update_ssa()
[all …]
H A Dtree-ssa-structalias.c1103 unsigned int *dfs; member
1130 my_dfs = si->dfs[n]; in scc_visit()
1151 if (si->dfs[t] < si->dfs[nnode]) in scc_visit()
1152 si->dfs[n] = si->dfs[t]; in scc_visit()
1157 if (si->dfs[n] == my_dfs) in scc_visit()
1603 free (si->dfs); in free_scc_info()
1702 my_dfs = si->dfs[n]; in label_visit()
1719 if (si->dfs[t] < si->dfs[nnode]) in label_visit()
1720 si->dfs[n] = si->dfs[t]; in label_visit()
1739 if (si->dfs[t] < si->dfs[nnode]) in label_visit()
[all …]
H A Dcfgloopanal.c147 dfs (struct graph *g, int *qs, int nq, int *qt, bool forward) in dfs() function
345 dfs (g, queue1, nq, queue2, false); in mark_irreducible_loops()
348 dfs (g, queue1, nq, NULL, true); in mark_irreducible_loops()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp185 dfs(Node); in calculateRealInlines()
189 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { in dfs() function in ImportedFunctionsInliningStatistics
195 dfs(*InlinedFunctionNode); in dfs()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_scheduler.c171 DRM_LIST_HEAD(dfs); in __i915_schedule()
181 list_add(&stack.dfs_link, &dfs); in __i915_schedule()
201 list_for_each_entry(dep, &dfs, dfs_link) { in __i915_schedule()
221 list_move_tail(&p->dfs_link, &dfs); in __i915_schedule()
247 list_for_each_entry_safe_reverse(dep, p, &dfs, dfs_link) { in __i915_schedule()
/openbsd/share/man/man4/man4.macppc/
H A DMakefile6 bm.4 daca.4 dfs.4 fcu.4 ht.4 hpb.4 intro.4 \
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb4.C46 b->func(dfs); // ERROR - dfs not declared in main()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h81 void dfs(InlineGraphNode &GraphNode);
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h143 void dfs(BlockT *EntryBlock);
193 dfs(EntryBlock); in run()
299 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs() function
/openbsd/sys/arch/macppc/conf/
H A Dfiles.macppc227 device dfs {}
228 attach dfs at macgpio
229 file arch/macppc/dev/dfs.c
H A DGENERIC145 dfs* at macgpio? # Dynamic Frequency Switching.
/openbsd/sys/ufs/ffs/
H A Dffs_vfsops.c1359 struct fs *dfs, *fs = mp->um_fs; in ffs_sbupdate() local
1400 dfs = (struct fs *)bp->b_data; /* XXX */ in ffs_sbupdate()
1402 dfs->fs_nrpos = -1; /* XXX */ in ffs_sbupdate()
1406 lp = (int32_t *)&dfs->fs_qbmask; /* XXX */ in ffs_sbupdate()
1412 dfs->fs_maxfilesize = mp->um_savedmaxfilesize; /* XXX */ in ffs_sbupdate()
1414 ffs1_compat_write(dfs, mp); in ffs_sbupdate()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dssa.c1165 sbitmap *dfs; in convert_to_ssa() local
1196 dfs = sbitmap_vector_alloc (last_basic_block, last_basic_block); in convert_to_ssa()
1197 compute_dominance_frontiers (dfs, idom); in convert_to_ssa()
1202 "; Basic Block", dfs, last_basic_block); in convert_to_ssa()
1216 compute_iterated_dominance_frontiers (idfs, dfs, evals, nregs); in convert_to_ssa()
1235 sbitmap_vector_free (dfs); in convert_to_ssa()
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp306 dfs(first_edge, first_callee); in FindInterveningFrames()
311 void dfs(CallEdge &current_edge, Function &callee) { in FindInterveningFrames() function
340 dfs(*edge, *next_callee); in FindInterveningFrames()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def498 "Value: \"dfs\", \"bfs\", \"unexplored_first\", "
/openbsd/distrib/sets/lists/man/
H A Dmi1805 ./usr/share/man/man4/macppc/dfs.4
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20041406 (find_final_overrider): Adjust dfs searching.
H A DChangeLog-19944158 sure virtual bases are initialized in dfs ordering.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.17598 sure virtual bases are initialized in dfs ordering.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldiag.pod3322 the only valid ones supported are C<dfs> and C<c3>, unless you have loaded