Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h180 bool isPrecise() const { return (Value & ImpreciseBit) == 0; } in isPrecise() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp30 else if (isPrecise()) in print()
H A DBasicAliasAnalysis.cpp179 if (LocSize.isPrecise()) in getMinimalExtentFrom()
1803 if (V1Size.isPrecise() && V2Size.isPrecise() && in aliasCheckRecursive()
H A DMemoryDependenceAnalysis.cpp1104 CacheInfo->Size.isPrecise() != Loc.Size.isPrecise() || in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp964 if (DeadUndObj == KillingUndObj && KillingLocSize.isPrecise() && in isOverwrite()
974 if (!KillingLocSize.isPrecise() || !DeadLoc.Size.isPrecise()) { in isOverwrite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1889 bool isPrecise = false) { in optimizeDoubleFP() argument
1897 if (isPrecise) in optimizeDoubleFP()
1949 bool isPrecise = false) { in optimizeUnaryDoubleFP() argument
1950 return optimizeDoubleFP(CI, B, false, TLI, isPrecise); in optimizeUnaryDoubleFP()
1956 bool isPrecise = false) { in optimizeBinaryDoubleFP() argument
1957 return optimizeDoubleFP(CI, B, true, TLI, isPrecise); in optimizeBinaryDoubleFP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2526 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || in getKnownNonNullAndDerefBytesForUse()
4942 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in addAccessedBytesForUse()