Searched refs:PotentialCopies (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 367 Attributor &A, Ty &I, SmallSetVector<Value *, 4> &PotentialCopies, in getPotentialCopiesOfMemoryValue() argument 584 PotentialCopies.insert_range(NewCopies); in getPotentialCopiesOfMemoryValue() 602 Attributor &A, StoreInst &SI, SmallSetVector<Value *, 4> &PotentialCopies, in getPotentialCopiesOfStoredValue() argument 606 A, SI, PotentialCopies, nullptr, QueryingAA, UsedAssumedInformation, in getPotentialCopiesOfStoredValue() 1842 SmallSetVector<Value *, 4> PotentialCopies; in checkForAllUses() local 1844 *this, *SI, PotentialCopies, QueryingAA, UsedAssumedInformation, in checkForAllUses() 1849 << PotentialCopies.size() in checkForAllUses() 1851 for (Value *PotentialCopy : PotentialCopies) in checkForAllUses()
|
| H A D | AttributorAttributes.cpp | 4219 PotentialCopies.clear(); in isDeadStore() 4220 if (!AA::getPotentialCopiesOfStoredValue(A, SI, PotentialCopies, *this, in isDeadStore() 4228 LLVM_DEBUG(dbgs() << "[AAIsDead] Store has " << PotentialCopies.size() in isDeadStore() 4232 return llvm::all_of(PotentialCopies, [&](Value *V) { in isDeadStore() 4331 SmallSetVector<Value *, 4> PotentialCopies; member 11197 SmallSetVector<Value *, 4> PotentialCopies; in handleLoadInst() local 11200 if (!AA::getPotentiallyLoadedValues(A, LI, PotentialCopies, in handleLoadInst() 11240 bool DynamicallyUnique = llvm::all_of(PotentialCopies, [&](Value *PC) { in handleLoadInst() 11251 for (auto *PotentialCopy : PotentialCopies) { in handleLoadInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 367 Attributor &A, StoreInst &SI, SmallSetVector<Value *, 4> &PotentialCopies,
|