Searched refs:isDynamicallyUnique (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5592 AA::isDynamicallyUnique(A, *this, *Ptr)) in updateImpl() 6337 if (!AA::isDynamicallyUnique(A, *this, **SimpleArgOp)) in updateImpl() 11173 return AA::isDynamicallyUnique(A, *this, *PC); in handleLoadInst() 11453 if (!AA::isDynamicallyUnique(A, *this, *It.getValue())) in updateImpl() 11678 if (AA::isDynamicallyUnique(A, *this, *V) && in updateImpl() 11705 if (!AA::isDynamicallyUnique(A, *this, *V)) in updateImpl()
|
| H A D | Attributor.cpp | 232 bool AA::isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA, in isDynamicallyUnique() function in AA
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 205 bool isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA,
|