Searched full:collectors (Results 1 – 14 of 14) sorted by relevance
11 // garbage collectors. This interface allows code generators and garbage12 // collectors to be developed independently.25 // they are compiled. This accretion is necessary for collectors which must emit
9 or as traffic debug or statistic collectors. Exynos542x bus has multiple
19 traffic debug or statistic collectors. Exynos542x bus has multiple NoC probes
284 ## Other collectors285 There are a few other collectors for zpool statistics roaming around
303 clEnumValN(GenDataCollectors, "gen-clang-data-collectors",304 "Generate data collectors for AST nodes"),
41 /// pluggable components (like targets or garbage collectors) "just work" when
157 /// collectors and deoptimizations in either the callee or caller.
3691 my %collectors = @_;3696 if ($collectors{"BEFORE"}) {3697 $collectors{"BEFORE"}->($_);3699 foreach my $re (keys %collectors) {3701 $collectors{$re}->($lineiterator);3705 if ($collectors{"OTHERWISE"}) {3706 $collectors{"OTHERWISE"}->($lineiterator, $_)3707 unless $found || !defined $collectors{"OTHERWISE"};3709 if ($collectors{"AFTER"}) {3710 $collectors{"AFTER"}->($_);
381 // which ensures that the compiler won't create new dependency collectors, in runInvocation()
668 // Run GC lowering passes for builtin collectors in addIRPasses()
844 // Run GC lowering passes for builtin collectors in addIRPasses()
995 ${CLANG_TBLGEN} -gen-clang-data-collectors \
509 // If there is a module dep collector, register with other dep collectors in createPreprocessor()
18942 …n to require at most twice as much processing power as regular garbage collectors, if they are use…