Searched refs:getAssumedUnderlyingObjects (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 393 bool AA::getAssumedUnderlyingObjects(Attributor &A, const Value &Ptr, in getAssumedUnderlyingObjects() function in AA 5237 if (!AA::getAssumedUnderlyingObjects(A, Ptr, Objects, AA, &L)) in handleLoad() 6062 if (!AA::getAssumedUnderlyingObjects(A, *DI.CB->getArgOperand(0), Objects, in updateImpl() 7661 if (!AA::getAssumedUnderlyingObjects(A, Ptr, Objects, *this, &I)) { in categorizePtrValue()
|
| H A D | Attributor.cpp | 294 if (!AA::getAssumedUnderlyingObjects(A, Ptr, Objects, QueryingAA, &SI)) { in getPotentialCopiesOfStoredValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 184 bool getAssumedUnderlyingObjects(Attributor &A, const Value &Ptr,
|