Searched refs:propagate (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/sbin/fsck_ext2fs/
H A Dpass3.c66 propagate();
H A Dextern.h70 void propagate(void);
H A Dpass2.c188 propagate();
H A Ddir.c73 propagate(void) function
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h22 /// Class with methods to propagate synthetic entry counts.
41 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
H A DDependenceAnalysis.h881 /// propagate - Review the constraints, looking for opportunities
886 bool propagate(const SCEV *&Src,
892 /// propagateDistance - Attempt to propagate a distance
902 /// propagatePoint - Attempt to propagate a point
909 /// propagateLine - Attempt to propagate a line
/openbsd-current/sbin/fsck_ffs/
H A Dextern.h69 void propagate(ino_t);
H A Dpass3.c81 propagate(orphan);
H A Dpass2.c241 propagate(ROOTINO);
H A Ddir.c68 propagate(ino_t inumber) function
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp21 // Given an SCC, propagate entry counts along the edge of the SCC nodes.
83 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, function in class:SyntheticCountsUtils
H A DLegacyDivergenceAnalysis.cpp103 void propagate();
268 void DivergencePropagator::propagate() { function in class:__anon1972::DivergencePropagator
328 DP.propagate();
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp83 // SyntheticCountsUtils::propagate takes care of this propagation on any
85 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount,
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp19 // callgraph-scc to propagate the counts. For each function the set of callsites
123 SyntheticCountsUtils<const CallGraph *>::propagate(
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc42 // Any reasonable optimizer will fold and propagate all of these.
H A Dfp_trunc_impl.inc43 // Any reasonable optimizer will fold and propagate all of these.
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/
H A DExtAttr.pm138 propagate it to disk the tied hash should be untie()ed or should go
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1536 auto propagate = [&](auto &Target, auto &Reference) { local
1541 propagate(opts::Filters.ExcludeTypes, opts::pretty::ExcludeTypes);
1542 propagate(opts::Filters.ExcludeTypes, opts::pretty::ExcludeTypes);
1543 propagate(opts::Filters.ExcludeSymbols, opts::pretty::ExcludeSymbols);
1544 propagate(opts::Filters.ExcludeCompilands, opts::pretty::ExcludeCompilands);
1545 propagate(opts::Filters.IncludeTypes, opts::pretty::IncludeTypes);
1546 propagate(opts::Filters.IncludeSymbols, opts::pretty::IncludeSymbols);
1547 propagate(opts::Filters.IncludeCompilands, opts::pretty::IncludeCompilands);
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm487 works on shared objects such that I<blessings> propagate across threads.
563 not propagate the blessing to the shared reference:
642 like a dualvar, it is implemented as a tied SV. To propagate its value, use
/openbsd-current/gnu/usr.bin/cc/cc_int/
H A DMakefile36 tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o \
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm379 Under Perl 5.8 only, C<autodie> I<does not> propagate into string C<eval>
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregengine.inc1006 case OOR2: /* propagate OCH_'s marking */
/openbsd-current/gnu/usr.bin/cc/cc_tools/
H A DMakefile143 $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-propagate.c \
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/
H A DHeader.pm87 my $output = substr($str, 0, 0); # to propagate taintedness
217 return $output . substr($str, 0, 0); # to propagate taintedness
377 Both encode and decode methods propagate
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t526 like $@, qr/strict/, 'compile-time hint bits propagate into &evalbytes';

Completed in 210 milliseconds

12