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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 40 return related(A->getTrueValue(), SB->getTrueValue(), DL) ||
41 related(A->getFalseValue(), SB->getFalseValue(), DL);
44 return related(A->getTrueValue(), B, DL) ||
45 related(A->getFalseValue(), B, DL);
57 if (related(A->getIncomingValue(i),
66 if (UniqueSrc.insert(PV1).second && related(PV1, B, DL))
163 bool ProvenanceAnalysis::related(const Value *A, const Value *B, function in class:ProvenanceAnalysis
ProvenanceAnalysis.h 49 /// potentially be related.
71 bool related(const Value *A, const Value *B, const DataLayout &DL);
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
imageutil.go 7 // Package imageutil contains code shared by image-related packages.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug092.go 19 gri: array size matters, possibly related to stack overflow check?
issue10253.go 7 // issue 10253: cmd/7g: bad codegen, probably regopt related
issue15838.go 7 // Test cases for issue #15838, and related failures.
issue18149.go 9 // (For a related issue, see test/fixedbugs/bug305.go)
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
imageutil.go 7 // Package imageutil contains code shared by image-related packages.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug092.go 19 gri: array size matters, possibly related to stack overflow check?
issue10253.go 7 // issue 10253: cmd/7g: bad codegen, probably regopt related
issue15838.go 7 // Test cases for issue #15838, and related failures.
issue18149.go 9 // (For a related issue, see test/fixedbugs/bug305.go)
  /compatibility/cdd/6_dev-tools-and-options/
6_2_developer_options.md 4 development-related settings.
11 intent to show application development-related settings. The upstream Android
  /libcore/
Docs.mk 26 # List of libcore-related javadoc source files
28 # NOTE: Because libcore-related source spans modules (not just libcore!), files names here are
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 4 ; a non-immediate-constant value (related to "False broken words").
  /hardware/interfaces/tests/bar/1.0/
IImportRules.hal 43 rule2a(Unrelated related);
  /packages/apps/TV/tests/input/
Android.mk 9 # Overlay view related functionality requires system APIs.
  /prebuilts/go/darwin-x86/test/
escape3.go 7 // Test the run-time behavior of escape analysis-related optimizations.
  /prebuilts/go/linux-x86/test/
escape3.go 7 // Test the run-time behavior of escape analysis-related optimizations.
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 76 // check related items in same group
102 T related = relatedInfo.value; local
104 equivalence.equivalent(item, related));
107 int relatedHash = equivalence.hash(related);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-crx-suffix.d 3 #name: x86-64 (ILP32) control register related opcodes (with suffixes)
x86-64-crx.d 3 #name: x86-64 (ILP32) control register related opcodes
x86-64-drx-suffix.d 3 #name: x86-64 (ILP32) debug register related opcodes (with suffixes)
x86-64-drx.d 3 #name: x86-64 (ILP32) debug register related opcodes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-crx-suffix.d 2 #name: x86-64 control register related opcodes (with suffixes)

Completed in 326 milliseconds

1 2 3 4 5 6 7 8 91011>>