Searched refs:simplify (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dmkdirp.c41 * Does NOT simplify pathnames with . or .. in them.
52 static char *simplify(const char *str);
59 str = simplify(d);
129 * simplify - given a pathname, simplify that path by removing
141 simplify(const char *str) function
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-threadedge.c194 /* Try to simplify each statement in E->dest, ultimately leading to
199 Use SIMPLIFY (a pointer to a callback function) to further simplify
204 would be recovered by trying to simplify fewer statements.
206 If we are able to simplify a statement into the form
208 a context sensitive equivalency which may help us simplify
214 tree (*simplify) (tree,
250 value, then do not try to simplify this statement as it will
251 not simplify in any way that is helpful for jump threading. */
257 SSA_VAR on the LHS. We want to try and simplify this statement
259 allow us to simplify th
[all...]
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl99 B<ipfmeta> is used to simplify the maintenance of your IP filter
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h413 simplify();
432 void simplify() { function in class:PBQP::HeuristicSolverImpl
/freebsd-9.3-release/share/mk/
H A Dbsd.info.mk73 MAKEINFOFLAGS+= --no-split # simplify some things, e.g., compression
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp101 // and we try to simplify at most 4 addends from neighboring at most
158 Value *simplify(Instruction *FAdd);
502 Value *FAddCombine::simplify(Instruction *I) { function in class:FAddCombine
931 // See if SimplifyDemandedBits can simplify this. This handles stuff like
1273 if (Value *V = FAddCombine(Builder).simplify(&I))
1555 if (Value *V = FAddCombine(Builder).simplify(&I))
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile56 see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o \
/freebsd-9.3-release/contrib/bmake/mk/
H A Dsys.mk40 # we use indirection, to simplify the tests below, and incase
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in136 [To simplify the logic and because this would be normal usage.]
417 either files or dirs, but not both. (To simplify the logic.)
808 # to simplify the logic (without taking away much functionality).

Completed in 127 milliseconds