Searched refs:isDynamicallyUnique (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5556 AA::isDynamicallyUnique(A, *this, *Ptr)) in updateImpl() 6274 if (!AA::isDynamicallyUnique(A, *this, **SimpleArgOp)) in updateImpl() 10786 return AA::isDynamicallyUnique(A, *this, *PC); in handleLoadInst() 11052 if (!AA::isDynamicallyUnique(A, *this, *It.getValue())) in updateImpl() 11173 if (AA::isDynamicallyUnique(A, *this, *V) && in updateImpl() 11200 if (!AA::isDynamicallyUnique(A, *this, *V)) in updateImpl()
|
| H A D | Attributor.cpp | 216 bool AA::isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA, in isDynamicallyUnique() function in AA
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 195 bool isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA,
|