HomeSort by relevance Sort by last modified time
    Searched refs:assumptions (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/lib/Analysis/
AssumptionCache.cpp 59 // We expect the number of assumptions to be small, so in an asserts build
60 // check that we don't accumulate duplicates and that all assumptions point
83 OS << "Cached assumptions for function: " << F.getName() << "\n";
84 for (auto &VH : AC.assumptions())
119 for (auto &VH : I.second->assumptions())
CodeMetrics.cpp 69 for (auto &AssumeVH : AC->assumptions()) {
91 for (auto &AssumeVH : AC->assumptions()) {
LazyValueInfo.cpp 792 for (auto &AssumeVH : AC->assumptions()) {
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4518.go 9 // bold assumptions in componentgen.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4518.go 9 // bold assumptions in componentgen.
  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 11 // the functions of a module (allowing assumptions within any function to be
37 /// This cache provides fast lookup of assumptions within a function by caching
42 /// may allow it to discover new assumptions.
44 /// \brief The function for which this cache is handling assumptions.
46 /// We track this to lazily populate our assumptions.
59 /// \brief Scan the function for assumptions and add them to the cache.
89 MutableArrayRef<WeakVH> assumptions() { function in class:llvm::AssumptionCache
161 /// \brief Get the cached assumptions for a function.
163 /// If no assumptions are cached, this will scan the function. Otherwise, the
  /external/v8/test/mjsunit/regress/
regress-1708.js 32 // sure that concurrent sweeping, which relies on similar assumptions
  /external/v8/test/mjsunit/
opt-elements-kind.js 31 // assumptions made about how elements transitions work because transition stubs
osr-elements-kind.js 31 // assumptions made about how elements transitions work because transition stubs
  /prebuilts/go/darwin-x86/src/go/types/
sizes.go 25 // It makes the following simplifying assumptions:
  /prebuilts/go/linux-x86/src/go/types/
sizes.go 25 // It makes the following simplifying assumptions:
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 2 // Set Load/Store Alignments From Assumptions
14 // complex alignment assumptions that apply to vector loads and stores that
19 #define AA_NAME "alignment-from-assumptions"
42 "Number of loads changed by alignment assumptions");
44 "Number of stores changed by alignment assumptions");
46 "Number of memory intrinsics changed by alignment assumptions");
86 static const char aip_name[] = "Alignment from assumptions";
422 for (auto &AssumeVH : AC.assumptions())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 393 /* Assumptions under that the rest of the information is valid. */
394 rtx assumptions; member in struct:niter_desc
396 /* Assumptions under that the loop ends before reaching the latch,
tree-flow.h 585 tree assumptions; /* The boolean expression. If this expression evaluates member in struct:tree_niter_desc
594 a loop (provided that assumptions == true and
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 10 // a result of Coron; the AES-CTR stream is IRO under standard assumptions.
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 10 // a result of Coron; the AES-CTR stream is IRO under standard assumptions.
  /prebuilts/go/darwin-x86/src/runtime/
mfinal.go 57 // Assumptions about Finalizer layout checked below.
75 // Check assumptions made in finalizer1 array above.
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 57 // Assumptions about Finalizer layout checked below.
75 // Check assumptions made in finalizer1 array above.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 95 assumptions about the class of the actual nodes it processes. One consequence of
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.sat4j.pb_2.3.5.v20130525.jar 
  /external/libvorbis/doc/
01-introduction.tex 37 \subsubsection{Assumptions}
66 in accordance with these design assumptions, such as Ogg (for file

Completed in 1320 milliseconds

1 2 3