/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-niter.c | 193 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 D | loop-iv.c | 2010 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 D | loop-unroll.c | 365 || 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 D | cfgloop.h | 330 rtx assumptions; member
|
H A D | loop-doloop.c | 165 || desc->assumptions in doloop_valid_p()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 76 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues() 100 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
|
H A D | AssumptionCache.cpp | 278 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 D | 86_fail.t | 8 It should be easy to find dozens of bugs by looking at the assumptions the code
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | t-mmix | 7 # We need to turn off some assumptions on normality for code in crtstuff.c
|
/openbsd/gnu/usr.bin/texinfo/po/ |
H A D | Makevars | 29 # - Strings which make invalid assumptions about notation of date, time or
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | AssumptionCache.h | 150 MutableArrayRef<ResultElem> assumptions() { in assumptions() function
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86SchedPredicates.td | 16 // input registers are the same. This predicate doesn't make any assumptions on
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | README.gcc | 68 target. So you have to be careful about endianness, assumptions about
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-m32c.texi | 70 These modifiers override the assembler's assumptions about how big a
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | README.y2038 | 42 for now all I can do is document the assumptions...
|
/openbsd/gnu/llvm/llvm/lib/Passes/ |
H A D | PassRegistry.def | 216 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 D | fp_extend_impl.inc | 28 // Finally, the following assumptions are made:
|
H A D | fp_trunc_impl.inc | 29 // Finally, the following assumptions are made:
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | AlignmentFromAssumptions.cpp | 338 for (auto &AssumeVH : AC.assumptions()) in runImpl()
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | LLVMDistributionSupport.cmake | 150 # various assumptions made. 181 # the comment at the top of this file for various assumptions made.
|
/openbsd/usr.sbin/makefs/ |
H A D | README | 109 can be greatly simplified if some assumptions are made:
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | loop.texi | 235 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 D | ExperimentalFeatures.rst | 56 Keeping the header around creates incorrect assumptions from users and breaks
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llc.rst | 125 Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | nullability.rst | 108 …k for entry points to top level functions, where the pointer nullability assumptions would be made.
|