Home
last modified time | relevance | path

Searched full:leaders (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp132 static int getLeader(std::vector<int> &leaders, int v) { in getLeader() argument
133 while (leaders[v] != v) { in getLeader()
134 leaders[v] = leaders[leaders[v]]; in getLeader()
135 v = leaders[v]; in getLeader()
157 std::vector<int> leaders(clusters.size()); in run() local
159 std::iota(leaders.begin(), leaders.end(), 0); in run()
174 int predL = getLeader(leaders, c.bestPred.from); in run()
185 leaders[l] = predL; in run()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp170 static int getLeader(int *leaders, int v) { in mergeClusters()
171 while (leaders[v] != v) { in mergeClusters()
172 leaders[v] = leaders[leaders[v]]; in mergeClusters()
173 v = leaders[v]; in mergeClusters()
195 std::unique_ptr<int[]> leaders(new int[clusters.size()]); in run()
197 std::iota(leaders.get(), leaders.get() + clusters.size(), 0); in run()
212 int predL = getLeader(leaders in run()
159 getLeader(int * leaders,int v) getLeader() argument
184 std::unique_ptr<int[]> leaders(new int[clusters.size()]); run() local
[all...]
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp136 static int getLeader(std::vector<int> &leaders, int v) { in getLeader() argument
137 while (leaders[v] != v) { in getLeader()
138 leaders[v] = leaders[leaders[v]]; in getLeader()
139 v = leaders[v]; in getLeader()
165 std::vector<int> leaders(clusters.size()); in run() local
167 std::iota(leaders.begin(), leaders.end(), 0); in run()
183 int predL = getLeader(leaders, c.bestPred.from); in run()
195 leaders[l] = predL; in run()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.awk721 LEADERS = " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
725 # increased, the LEADERS string may need to be
728 MIN_LEADERS = 4 # Minimum number of characters from LEADERS
729 # required when leaders are used. The total
732 # Leaders are omitted when the title length is
805 function print_toc_line(author,title,pages, extra,leaders,n,t)
811 if (pages == "") # then no leaders needed in title lines other than last one
817 if (n <= MAX_TITLE_CHARS) # then need leaders
818 leaders = substr(LEADERS, 1, MAX_TITLE_CHARS + MIN_LEADERS - extra - \
820 else # title (almost) fills line, so no leaders
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm340 Tabs, Leaders, and Fields
42 Tabs and leaders.
50 The default difference is that tabs generate motion and leaders generate
81 Tabs or leaders found after the last tab stop are ignored, but may be used
84 Tabs and leaders are not interpreted in \fIcopy mode\fR.
87 are equivalent to actual tabs and leaders in \fIcopy mode\fR.
H A Dm0a192 Tabs, Leaders, and Fields
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex962 \noindent\hbox{#1}\leaders\Dotsbox\hskip 0pt plus 1filll #2\par
972 \noindent\hskip\secondaryindent\hbox{#1}\leaders\Dotsbox\hskip 0pt plus 1filll#2\par
1346 \line{#2.\space#1\leaders\hbox to 1em{\hss.\hss}\hfill #3}
1351 \line{#1\leaders\Dotsbox\hfill #2}
1355 \line{\enspace\enspace#2.#3\space#1\leaders\Dotsbox\hfill#4}
1359 \line{\enspace\enspace#1\leaders\Dotsbox\hfill #2}
1364 #2.#3.#4\space#1\leaders\Dotsbox\hfill #5}
1368 \line{\enspace\enspace\enspace\enspace#1\leaders\Dotsbox\hfill #2}
1373 #2.#3.#4.#5\space#1\leaders\Dotsbox\hfill #6}
1377 \line{\enspace\enspace\enspace\enspace\enspace\enspace#1\leaders\Dotsbox\hfill #2}
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,rpm-master-stats.yaml14 of "RPM Masters". They can be thought of as "the local gang leaders", usually
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp36 // Update pointers while searching for the leaders, compressing the paths in join()
H A DKnownBits.cpp1053 uint32_t Leaders = in urem() local
1055 Known.Zero.setHighBits(Leaders); in urem()
/freebsd/lib/libsys/
H A Drfork.258 If set, the new process shares file descriptor to process leaders table
/freebsd/sbin/init/
H A DNOTES59 Process group leaders cannot call setsid() -- another reason to
/freebsd/bin/ps/
H A Dps.1947 should serve to select all processes except session leaders, option
978 to query by group leaders.
H A Dps.c311 * display process group leaders (but we do not filter in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp547 // leaders. When we discover new leaders for those expressions, we process the
549 // other way they may change is if they had leaders, and those leaders
550 // disappear. However, at the point they have leaders, there are uses of the
1145 // their leaders.
2151 // do for regular leaders. in getNextMemoryLeader()
2241 // Update OldClass and NewClass for the move (including changing leaders, etc).
2290 // See if we destroyed the class or need to swap leaders. in moveValueToNewCongruenceClass()
2832 // We have leaders for all operands, but do not create a real PHI node with in makePossiblePHIOfOps()
2833 // those leaders as operands, so the link between the operands and the in makePossiblePHIOfOps()
2834 // PHI-of-ops is not materialized in the IR. If any of those leaders in makePossiblePHIOfOps()
[all …]
H A DGVN.cpp2294 auto Leaders = Gvn.LeaderTable.getLeaders(Num); in areCallValsEqual() local
2295 for (const auto &Entry : Leaders) { in areCallValsEqual()
2391 auto Leaders = LeaderTable.getLeaders(num); in findLeader() local
2392 if (Leaders.empty()) in findLeader()
2396 for (const auto &Entry : Leaders) { in findLeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h175 // Only leaders provide anything to iterate over. in member_begin()
/freebsd/sys/kern/
H A Dkern_fork.c440 * process leaders. in do_fork()
446 * process leaders. in do_fork()
/freebsd/sbin/reboot/
H A Dreboot.c406 * parents, group leaders, etc. in main()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp316 do { // wait for all group leaders in __kmp_dist_barrier_gather()
349 if (KMP_MASTER_TID(tid)) { // Master reduces over group leaders in __kmp_dist_barrier_gather()
392 // workers and non-master group leaders need to check their presence in team in __kmp_dist_barrier_release()
516 // Tell all the group leaders they can go! in __kmp_dist_barrier_release()
522 // Wake-up the group leaders in __kmp_dist_barrier_release()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp195 // Internal leaders do not affect symbol resolution, therefore they do not in getComdatIndex()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md1398 event leaders and those event leaders are ticked. The QUIC SSL objects are
1843 **Q. What if different poll methods are configured on different event leaders
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c961 * there is still head nodes, these would be leaders of lost in readfat()
/freebsd/bin/sh/
H A Dsh.12450 option is specified, only the process IDs for the process group leaders
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp57 // that came before. To limit this, we only calculate the offset to the leaders

12