Home
last modified time | relevance | path

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

123456789

/external/llvm/test/Analysis/AssumptionCache/
Dbasic.ll1 ; RUN: opt < %s -disable-output -passes='print<assumptions>' 2>&1 | FileCheck %s
8 ; CHECK-LABEL: Cached assumptions for function: test1
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-057.md7 …a8de1cee164b70f72b9b244/tensorflow/core/ir/importexport) makes several assumptions about the incom…
9 If an attacker changes the `SavedModel` format on disk to invalidate these assumptions and the `Gra…
/external/llvm/lib/Analysis/
DAssumptionCache.cpp84 for (auto &VH : AC.assumptions()) in run()
119 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
DCodeMetrics.cpp69 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
91 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
/external/angle/build/config/fuchsia/
Dsize_optimized_cast_receiver_args.gn27 # //chrome makes many assumptions that Extensions are enabled.
28 # TODO(crbug.com/1363742): Fix theses assumptions or avoid building it.
/external/cronet/build/config/fuchsia/
Dsize_optimized_cast_receiver_args.gn27 # //chrome makes many assumptions that Extensions are enabled.
28 # TODO(crbug.com/1363742): Fix theses assumptions or avoid building it.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp76 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
100 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
DAssumptionCache.cpp234 for (auto &VH : AC.assumptions()) in run()
282 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
/external/spdx-tools/docs/
Djsonloader.md17 The json file loader in `package jsonloader` makes the following assumptions:
20 * The parser does not make any assumptions based on the order in which the properties appear.
Djsonsaver.md19 The json file loader in `package jsonsaver` makes the following assumptions:
22 * The saver does not make any pre-assumptions based on the order in which the properties are saved.
Dbuilder-assumptions.md3 The Document builder in `package builder` makes the following assumptions:
Dlicensediff-assumptions.md3 The License diff tool in `package licensediff` makes the following assumptions:
Dtvsaver-assumptions.md3 The tag-value file saver in `package tvsaver` makes the following assumptions:
Didsearcher-assumptions.md3 The short-form ID searcher in `package idsearcher` makes the following assumptions:
Dtvloader-assumptions.md3 The tag-value file loader in `package tvloader` makes the following assumptions:
/external/llvm/lib/Passes/
DPassRegistry.def90 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())
129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())
154 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
/external/android-clat/
DBUGS1 known problems/assumptions:
/external/dtc/
Dmeson_options.txt4 description: 'Control the assumptions made (e.g. risking security issues) in the code.')
/external/pigweed/docs/templates/docs/
Ddesign.rst7 This doc provides background on how a module works internally, the assumptions
/external/llvm/test/Analysis/CostModel/
Dno_info.ll4 ; assumptions.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
Dcoverage.txt5 2 DONE - Open questions on assumptions
/external/oss-fuzz/docs/further-reading/
Dfuzzer_environment.md20 You should not make any assumptions on the availability of dependent packages
62 You should not make any assumptions about the current working directory of your
/external/llvm/include/llvm/Analysis/
DAssumptionCache.h85 MutableArrayRef<WeakVH> assumptions() { in assumptions() function
/external/arm-optimized-routines/string/
DREADME.contributors24 - The assumptions of the code must be clearly documented.
/external/pigweed/pw_minimal_cpp_stdlib/public/
Dinitializer_list39 // assumptions about this class, and reordering these breaks things.

123456789