Searched refs:isDynamicallyUnique (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5657 AA::isDynamicallyUnique(A, *this, *Ptr)) in updateImpl() 6413 if (!AA::isDynamicallyUnique(A, *this, **SimpleArgOp)) in updateImpl() 11242 return AA::isDynamicallyUnique(A, *this, *PC); in handleLoadInst() 11515 if (!AA::isDynamicallyUnique(A, *this, *It.getValue())) in updateImpl() 11741 if (*CallerV && AA::isDynamicallyUnique(A, *this, *V)) { in updateImpl()
|
| H A D | Attributor.cpp | 231 bool AA::isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA, in isDynamicallyUnique() function in AA
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 208 LLVM_ABI bool isDynamicallyUnique(Attributor &A,
|