Home
last modified time | relevance | path

Searched refs:assumptions (Results 1 – 25 of 128) sorted by relevance

123456

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-loop-niter.c193 niter->assumptions, assumption); in number_of_iterations_ne()
267 niter->assumptions, in number_of_iterations_lt_to_ne()
340 niter->assumptions, assumption); in assert_no_overflow_lt()
399 niter->assumptions, assumption); in assert_loop_rolls_lt()
523 niter->assumptions, assumption); in number_of_iterations_le()
564 niter->assumptions = boolean_true_node; in number_of_iterations_cond()
1110 niter->assumptions); in number_of_iterations_exit()
1117 niter->assumptions in number_of_iterations_exit()
1119 niter->assumptions, in number_of_iterations_exit()
1128 if (integer_onep (niter->assumptions)) in number_of_iterations_exit()
[all …]
H A Dloop-iv.c2010 desc->assumptions = NULL_RTX; in iv_number_of_iterations()
2272 desc->assumptions); in iv_number_of_iterations()
2390 desc->assumptions = in iv_number_of_iterations()
2434 desc->assumptions = in iv_number_of_iterations()
2458 if (desc->assumptions in iv_number_of_iterations()
2481 if (desc->assumptions in iv_number_of_iterations()
2518 if (desc->assumptions in iv_number_of_iterations()
2638 if (desc->assumptions) in find_simple_exit()
2641 print_rtl (dump_file, desc->assumptions); in find_simple_exit()
2705 if (desc->assumptions) in get_simple_loop_desc()
[all …]
H A Dloop-unroll.c365 || desc->assumptions in decide_peel_once_rolling()
435 || desc->assumptions in decide_peel_completely()
583 if (!desc->simple_p || !desc->const_iter || desc->assumptions) in decide_unroll_constant_iterations()
863 if (!desc->simple_p || desc->assumptions) in decide_unroll_runtime_iterations()
1197 if (desc->simple_p && !desc->assumptions && desc->const_iter) in decide_peel_simple()
1356 if (desc->simple_p && !desc->assumptions) in decide_unroll_stupid()
H A Dcfgloop.h330 rtx assumptions; member
H A Dloop-doloop.c165 || desc->assumptions in doloop_valid_p()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCodeMetrics.cpp76 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
100 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
H A DAssumptionCache.cpp278 for (auto &VH : AC.assumptions()) in run()
329 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D86_fail.t8 It should be easy to find dozens of bugs by looking at the assumptions the code
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dt-mmix7 # We need to turn off some assumptions on normality for code in crtstuff.c
/openbsd/gnu/usr.bin/texinfo/po/
H A DMakevars29 # - Strings which make invalid assumptions about notation of date, time or
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DAssumptionCache.h150 MutableArrayRef<ResultElem> assumptions() { in assumptions() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86SchedPredicates.td16 // input registers are the same. This predicate doesn't make any assumptions on
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DREADME.gcc68 target. So you have to be careful about endianness, assumptions about
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m32c.texi70 These modifiers override the assembler's assumptions about how big a
/openbsd/gnu/usr.bin/perl/Porting/
H A DREADME.y203842 for now all I can do is document the assumptions...
/openbsd/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def216 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())
269 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
345 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc28 // Finally, the following assumptions are made:
H A Dfp_trunc_impl.inc29 // Finally, the following assumptions are made:
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp338 for (auto &AssumeVH : AC.assumptions()) in runImpl()
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake150 # various assumptions made.
181 # the comment at the top of this file for various assumptions made.
/openbsd/usr.sbin/makefs/
H A DREADME109 can be greatly simplified if some assumptions are made:
/openbsd/gnu/gcc/gcc/doc/
H A Dloop.texi235 optimizations that need to verify some assumptions in runtime (one of
406 assumptions are satisfied. The analysis tries to verify these
412 @item @code{assumptions}: If this condition is false, the rest of
418 finiteness of the loop are included in @code{assumptions}.
442 iterations, and fail if there are some assumptions. The function
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DExperimentalFeatures.rst56 Keeping the header around creates incorrect assumptions from users and breaks
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllc.rst125 Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst108 …k for entry points to top level functions, where the pointer nullability assumptions would be made.

123456