Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp378 SmallSetVector<Value *, 8> NewCopies; in getPotentialCopiesOfMemoryValue() local
452 if (NewCopies.count(V)) { in getPotentialCopiesOfMemoryValue()
458 if (NewCopies.count(V)) { in getPotentialCopiesOfMemoryValue()
490 NewCopies.insert(V); in getPotentialCopiesOfMemoryValue()
505 NewCopies.insert(V); in getPotentialCopiesOfMemoryValue()
517 NewCopies.insert(Acc.getRemoteInst()); in getPotentialCopiesOfMemoryValue()
557 NewCopies.insert(InitialValue); in getPotentialCopiesOfMemoryValue()
583 PotentialCopies.insert(NewCopies.begin(), NewCopies.end()); in getPotentialCopiesOfMemoryValue()