Searched defs:related (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp40 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
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp936 bool related(const Value *A, const Value *B);
949 if (related(A->getTrueValue(), SB->getTrueValue()))
951 if (related(A->getFalseValue(), SB->getFalseValue()))
957 if (related(A->getTrueValue(), B))
959 if (related(A->getFalseValue(), B))
973 if (related(A->getIncomingValue(i),
983 if (UniqueSrc.insert(PV1) && related(PV1, B))
1077 bool ProvenanceAnalysis::related(const Value *A, const Value *B) { function in class:ProvenanceAnalysis
1662 if (IsPotentialUse(Op) && PA.related(Ptr, Op))
1694 if (IsPotentialUse(Op) && PA.related(Pt
[all...]
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 235 milliseconds