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

/freebsd-11-stable/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-11-stable/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...]
H A DMakefile.in1018 see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o \
2292 simplify-rtx.o : simplify-rtx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk24 # we use indirection, to simplify the tests below, and incase
/freebsd-11-stable/share/mk/
H A Dbsd.info.mk73 MAKEINFOFLAGS+= --no-split # simplify some things, e.g., compression
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp70 Value *simplify(Instruction *I, const TargetLibraryInfo *TLI) { function in class:__anon2082::final
175 Value *Op_simplified = simplify(I, &GetTLI(*I->getFunction()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp74 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) { function in class:CounterExpressionBuilder
127 return simplify(get(CounterExpression(CounterExpression::Add, LHS, RHS)));
131 return simplify(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp418 bool simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA,
678 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, function in class:__anon2735::BCECmpChain
860 return CmpChain.simplify(TLI, AA, DTU);
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile58 see.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o \
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec26 ldns is a library with the aim to simplify DNS programing in C. All
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp102 static cl::opt<unsigned> SimplifyLimit("hlir-simplify-limit", cl::init(10000),
238 Value *simplify(Context &C);
519 Value *Simplifier::simplify(Context &C) { function in class:Simplifier
1820 Value *T = PreSimp.simplify(C);
1854 Value *T = PostSimp.simplify(C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp117 // and we try to simplify at most 4 addends from neighboring at most
181 Value *simplify(Instruction *FAdd);
426 Value *FAddCombine::simplify(Instruction *I) { function in class:FAddCombine
1577 if (Value *V = FAddCombine(Builder).simplify(&I))
2286 if (Value *V = FAddCombine(Builder).simplify(&I))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h188 Counter simplify(Counter ExpressionTree);

Completed in 245 milliseconds