Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4848 if (isa<AllocaInst>(Ptr) && AA::isDynamicallyUnique(A, *this, *Ptr)) in updateImpl()
4852 if (isAllocationFn(Ptr, TLI) && AA::isDynamicallyUnique(A, *this, *Ptr)) in updateImpl()
5569 if (!AA::isDynamicallyUnique(A, *this, **SimpleArgOp)) in updateImpl()
10159 return AA::isDynamicallyUnique(A, *this, *PC); in handleLoadInst()
10405 if (!AA::isDynamicallyUnique(A, *this, *It.getValue())) in updateImpl()
10527 if (AA::isDynamicallyUnique(A, *this, *V) && in updateImpl()
10554 if (!AA::isDynamicallyUnique(A, *this, *V)) in updateImpl()
H A DAttributor.cpp211 bool AA::isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA, in isDynamicallyUnique() function in AA
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h183 bool isDynamicallyUnique(Attributor &A, const AbstractAttribute &QueryingAA,