Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h180 bool isPrecise() const { return (Value & ImpreciseBit) == 0; } in isPrecise() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp30 else if (isPrecise()) in print()
H A DBasicAliasAnalysis.cpp178 if (LocSize.isPrecise()) in getMinimalExtentFrom()
1710 if (V1Size.isPrecise() && V2Size.isPrecise() && in aliasCheckRecursive()
H A DMemoryDependenceAnalysis.cpp1104 CacheInfo->Size.isPrecise() != Loc.Size.isPrecise() || in getNonLocalPointerDepFromBB()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp952 if (DeadUndObj == KillingUndObj && KillingLocSize.isPrecise() && in isOverwrite()
962 if (!KillingLocSize.isPrecise() || !DeadLoc.Size.isPrecise()) { in isOverwrite()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1810 bool isPrecise = false) { in optimizeDoubleFP() argument
1818 if (isPrecise) in optimizeDoubleFP()
1870 bool isPrecise = false) { in optimizeUnaryDoubleFP() argument
1871 return optimizeDoubleFP(CI, B, false, TLI, isPrecise); in optimizeUnaryDoubleFP()
1877 bool isPrecise = false) { in optimizeBinaryDoubleFP() argument
1878 return optimizeDoubleFP(CI, B, true, TLI, isPrecise); in optimizeBinaryDoubleFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2523 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || in getKnownNonNullAndDerefBytesForUse()
4939 if (!Loc || Loc->Ptr != UseV || !Loc->Size.isPrecise() || I->isVolatile()) in addAccessedBytesForUse()