Searched refs:assumptions (Results 1 – 25 of 212) sorted by relevance
123456789
1 ; RUN: opt < %s -disable-output -passes='print<assumptions>' 2>&1 | FileCheck %s8 ; CHECK-LABEL: Cached assumptions for function: test1
7 …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…
84 for (auto &VH : AC.assumptions()) in run()119 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
69 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()91 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
27 # //chrome makes many assumptions that Extensions are enabled.28 # TODO(crbug.com/1363742): Fix theses assumptions or avoid building it.
76 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()100 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
234 for (auto &VH : AC.assumptions()) in run()282 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
17 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.
19 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.
3 The Document builder in `package builder` makes the following assumptions:
3 The License diff tool in `package licensediff` makes the following assumptions:
3 The tag-value file saver in `package tvsaver` makes the following assumptions:
3 The short-form ID searcher in `package idsearcher` makes the following assumptions:
3 The tag-value file loader in `package tvloader` makes the following assumptions:
90 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())129 FUNCTION_PASS("alignment-from-assumptions", AlignmentFromAssumptionsPass())154 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
1 known problems/assumptions:
4 description: 'Control the assumptions made (e.g. risking security issues) in the code.')
7 This doc provides background on how a module works internally, the assumptions
4 ; assumptions.
5 2 DONE - Open questions on assumptions
20 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
85 MutableArrayRef<WeakVH> assumptions() { in assumptions() function
24 - The assumptions of the code must be clearly documented.
39 // assumptions about this class, and reordering these breaks things.