Home
last modified time | relevance | path

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

123

/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/llvm/lib/Analysis/
DAssumptionCache.cpp84 for (auto &VH : AC.assumptions()) in run()
119 for (auto &VH : I.second->assumptions()) in verifyAnalysis()
DCodeMetrics.cpp75 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
97 for (auto &AssumeVH : AC->assumptions()) { in collectEphemeralValues()
/external/llvm/lib/Passes/
DPassRegistry.def53 FUNCTION_ANALYSIS("assumptions", AssumptionAnalysis())
71 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
/external/llvm/test/Analysis/CostModel/
Dno_info.ll4 ; assumptions.
/external/android-clat/
DBUGS1 known problems/assumptions:
/external/llvm/include/llvm/Analysis/
DAssumptionCache.h89 MutableArrayRef<WeakVH> assumptions() { in assumptions() function
/external/llvm/test/CodeGen/ARM/
Dstack-protector-bmovpcb_call.ll5 ; fix the assumptions in its implementation that we do not crash when doing it.
/external/elfutils/src/po/
DMakevars30 # - Strings which make invalid assumptions about notation of date, time or
/external/libexif/po/
DMakevars29 # - Strings which make invalid assumptions about notation of date, time or
/external/e2fsprogs/po/
DMakevars29 # - Strings which make invalid assumptions about notation of date, time or
/external/bison/po/
DMakevars41 # - Strings which make invalid assumptions about notation of date, time or
/external/bison/runtime-po/
DMakevars43 # - Strings which make invalid assumptions about notation of date, time or
/external/selinux/sepolgen/
DHACKING8 it - it avoids assumptions and close coupling of components where
/external/markdown/docs/extensions/
DMeta-Data.txt68 assumptions are made regarding the data. It is simply passed as found to the
/external/llvm/test/Transforms/Inline/
Dalign.ll1 ; RUN: opt -inline -preserve-alignment-assumptions-during-inlining -S < %s | FileCheck %s
Dbyval.ll68 call void @g3(%struct.ss* %b) ;; Could make alignment assumptions!
/external/compiler-rt/lib/builtins/
Dfp_extend_impl.inc29 // Finally, the following assumptions are made:
Dfp_trunc_impl.inc30 // Finally, the following assumptions are made:
/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dstart-unk.ll1 ; RUN: opt -alignment-from-assumptions -S < %s | FileCheck %s
/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp419 for (auto &AssumeVH : AC.assumptions()) in runOnFunction()
/external/v8/test/test262-es6/
Dtest262-es6.status136 # Test makes unjustified assumptions about the number of calls to SortCompare.
/external/llvm/docs/CommandGuide/
Dllc.rst110 Enable optimizations that make unsafe assumptions about IEEE math (e.g. that
/external/lz4/
Dlz4_block_format.txt96 with assumptions made by the decoder :
/external/zlib/src/doc/
Dtxtvsbin.txt101 confirm the optimistic assumptions about the capabilities of this

123