Home
last modified time | relevance | path

Searched refs:isPrecise (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h167 bool isPrecise() const { in isPrecise() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryLocation.cpp30 else if (isPrecise()) in print()
H A DBasicAliasAnalysis.cpp177 if (LocSize.isPrecise()) in getMinimalExtentFrom()
1652 if (V1Size.isPrecise() && V2Size.isPrecise() && in aliasCheckRecursive()
H A DMemoryDependenceAnalysis.cpp1070 CacheInfo->Size.isPrecise() != Loc.Size.isPrecise() || in getNonLocalPointerDepFromBB()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp931 if (DeadUndObj == KillingUndObj && KillingLocSize.isPrecise()) { in isOverwrite()
940 if (!KillingLocSize.isPrecise() || !DeadLoc.Size.isPrecise()) { in isOverwrite()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1700 bool isPrecise = false) { in optimizeDoubleFP() argument
1708 if (isPrecise) in optimizeDoubleFP()
1760 bool isPrecise = false) { in optimizeUnaryDoubleFP() argument
1761 return optimizeDoubleFP(CI, B, false, TLI, isPrecise); in optimizeUnaryDoubleFP()
1767 bool isPrecise = false) { in optimizeBinaryDoubleFP() argument
1768 return optimizeDoubleFP(CI, B, true, TLI, isPrecise); in optimizeBinaryDoubleFP()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2663 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in getKnownNonNullAndDerefBytesForUse()
4883 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in addAccessedBytesForUse()