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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h25 /// Class with methods to propagate synthetic entry counts.
43 static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount,
H A DDependenceAnalysis.h859 /// propagate - Review the constraints, looking for opportunities
864 bool propagate(const SCEV *&Src,
870 /// propagateDistance - Attempt to propagate a distance
880 /// propagatePoint - Attempt to propagate a point
887 /// propagateLine - Attempt to propagate a line
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h238 UNUSED bool propagate; local
245 propagate = (g == 0);
252 if (propagate) {
259 propagate = (g == 0);
264 if (!propagate)
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass3.c102 propagate();
125 propagate();
H A Dfsck.h467 void propagate(void);
H A Dpass2.c269 propagate();
H A Ddir.c74 propagate(void) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp25 // Given an SCC, propagate entry counts along the edge of the SCC nodes.
87 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, function in class:SyntheticCountsUtils
H A DLegacyDivergenceAnalysis.cpp102 void propagate();
267 void DivergencePropagator::propagate() { function in class:__anon1630::DivergencePropagator
349 DP.propagate();
H A DCFLAndersAliasAnalysis.cpp597 static void propagate(InstantiatedValue From, InstantiatedValue To, function
620 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet,
622 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet,
646 // TODO: propagate field offsets
658 propagate(*FromNodeBelow, *ToNodeBelow,
664 propagate(Src, *ToNodeBelow, ToState, ReachSet, WorkList);
686 propagate(FromNode, AssignEdge.Other, State, ReachSet, WorkList);
690 propagate(FromNode, RevAssignEdge.Other, State, ReachSet, WorkList);
695 propagate(FromNode, MemAlias, State, ReachSet, WorkList);
804 // Now that we have all the reachability info, propagate AliasAttr
[all...]
H A DDependenceAnalysis.cpp21 // Currently, the implementation cannot propagate constraints between
3064 bool DependenceInfo::propagate(const SCEV *&Src, const SCEV *&Dst, function in class:DependenceInfo
3083 // Attempt to propagate a distance
3109 // Attempt to propagate a line
3186 // Attempt to propagate a point
3670 // propagate, possibly creating new SIVs and ZIVs
3677 if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
3707 // test & propagate remaining RDIVs
3713 // I don't yet understand how to propagate RDIV results
3972 // propagate, possibl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp81 // SyntheticCountsUtils::propagate takes care of this propagation on any
83 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp19 // callgraph-scc to propagate the counts. For each function the set of callsites
130 SyntheticCountsUtils<const CallGraph *>::propagate(
/freebsd-11-stable/contrib/llvm-project/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.
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c260 bool propagate)
269 if (propagate) {
283 ipoib_change_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate) argument
296 return (ipoib_propagate_ifnet_mtu(priv, new_mtu, propagate));
305 priv->admin_mtu), propagate);
259 ipoib_propagate_ifnet_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate) argument
H A Dipoib.h518 int ipoib_change_mtu(struct ipoib_dev_priv *priv, int new_mtu, bool propagate);
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile35 tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o \
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile75 $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-propagate.c \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc942 case OOR2: /* propagate OCH_'s marking */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp270 void propagate(MachineFunction &MF);
875 void MachineConstPropagator::propagate(MachineFunction &MF) { function in class:MachineConstPropagator
1067 propagate(MF);
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in995 tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o \
1888 $(BASIC_BLOCK_H) tree-pass.h langhooks.h tree-ssa-propagate.h $(FLAGS_H)
1889 tree-ssa-propagate.o : tree-ssa-propagate.c $(TREE_FLOW_H) $(CONFIG_H) \
1893 tree-ssa-propagate.h vec.h gt-tree-ssa-propagate.h $(FLAGS_H) $(VARRAY_H)
1898 tree-ssa-propagate.h $(CFGLOOP_H) $(PARAMS_H) $(REAL_H)
1903 langhooks.h tree-ssa-propagate.h $(REAL_H)
1939 $(BASIC_BLOCK_H) tree-ssa-propagate.h $(FLAGS_H) $(TREE_DUMP_H) \
1946 tree-ssa-propagate
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex727 % and the first line afterwards, we have to propagate \prevdepth.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex704 % and the first line afterwards, we have to propagate \prevdepth.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex673 % and the first line afterwards, we have to propagate \prevdepth.

Completed in 221 milliseconds