Searched refs:getUnknown (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp206 return MemDepResult::getUnknown();
388 return MemDepResult::getUnknown();
597 LocalCache = MemDepResult::getUnknown();
790 MemDepResult::getUnknown(),
1012 MemDepResult::getUnknown(),
1064 MemDepResult::getUnknown(),
1196 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal);
1256 I->setResult(MemDepResult::getUnknown());
H A DScalarEvolutionExpander.cpp603 Ops.push_back(SE.getUnknown(GEP));
748 NewOps.push_back(isa<Instruction>(Sum) ? SE.getUnknown(Sum) :
1397 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), nullptr,
1428 return expand(SE.getAddExpr(SE.getUnknown(expand(S->getStart())),
1429 SE.getUnknown(expand(Rest))));
1478 SE.getMulExpr(SE.getUnknown(CanonicalIV),
1487 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV.
H A DScalarEvolution.cpp2730 const SCEV *ScalarEvolution::getUnknown(Value *V) {
2732 // here. createSCEV only calls getUnknown after checking for all other
2733 // interesting possibilities, and any other code that calls getUnknown
3144 const SCEV *SymbolicName = getUnknown(PN);
3271 return getUnknown(PN);
3282 return getUnknown(GEP);
3705 return getUnknown(V);
3716 return getUnknown(V);
3724 return GA->mayBeOverridden() ? getUnknown(V) : getSCEV(GA->getAliasee());
3726 return getUnknown(
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h148 static const TimeZone& U_EXPORT2 getUnknown();
159 * @see getUnknown
168 * @return the specified <code>TimeZone</code>, or a mutable clone of getUnknown()
172 * compare the result with getUnknown() or check the ID of the return result.
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h148 static const TimeZone& U_EXPORT2 getUnknown();
159 * @see getUnknown
168 * @return the specified <code>TimeZone</code>, or a mutable clone of getUnknown()
172 * compare the result with getUnknown() or check the ID of the return result.
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h120 static MemDepResult getUnknown() { function in class:llvm::MemDepResult
H A DScalarEvolution.h650 const SCEV *getUnknown(Value *V);
H A DScalarEvolutionExpressions.h716 return SE.getUnknown(NV);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2934 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc),
2935 SE.getUnknown(IncV));
3168 SE.getUnknown(const_cast<Instruction *>(UserInst)));
4568 Ops.push_back(SE.getUnknown(Rewriter.expandCodeFor(Reg, nullptr, IP)));
4586 SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, IP)));
4605 Ops.push_back(SE.getUnknown(FullV));
4607 ScaledS = SE.getUnknown(Rewriter.expandCodeFor(ScaledS, nullptr, IP));
4621 Ops.push_back(SE.getUnknown(FullV));
4623 Ops.push_back(SE.getUnknown(F.BaseGV));
4631 Ops.push_back(SE.getUnknown(Full
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp312 TimeZone::getUnknown() function in class:TimeZone
436 result = getUnknown().clone();
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp312 TimeZone::getUnknown() function in class:TimeZone
436 result = getUnknown().clone();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp2314 const TimeZone &unknown = TimeZone::getUnknown();
2317 assertEquals("getUnknown() wrong ID", expectedID, unknown.getID(id));
2318 assertTrue("getUnknown() wrong offset", 0 == unknown.getRawOffset());
2319 assertFalse("getUnknown() uses DST", unknown.useDaylightTime());
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp2334 const TimeZone &unknown = TimeZone::getUnknown();
2337 assertEquals("getUnknown() wrong ID", expectedID, unknown.getID(id));
2338 assertTrue("getUnknown() wrong offset", 0 == unknown.getRawOffset());
2339 assertFalse("getUnknown() uses DST", unknown.useDaylightTime());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 446 milliseconds