Home
last modified time | relevance | path

Searched refs:isDynamicallyUnique (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5592 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 DAttributor.cpp232 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 DAttributor.h205 bool isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA,