Searched defs:PotentialCopies (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 366 getPotentialCopiesOfMemoryValue(Attributor & A,Ty & I,SmallSetVector<Value *,4> & PotentialCopies,SmallSetVector<Instruction *,4> * PotentialValueOrigins,const AbstractAttribute & QueryingAA,bool & UsedAssumedInformation,bool OnlyExact) getPotentialCopiesOfMemoryValue() argument 601 getPotentialCopiesOfStoredValue(Attributor & A,StoreInst & SI,SmallSetVector<Value *,4> & PotentialCopies,const AbstractAttribute & QueryingAA,bool & UsedAssumedInformation,bool OnlyExact) getPotentialCopiesOfStoredValue() argument 1830 SmallSetVector<Value *, 4> PotentialCopies; checkForAllUses() local
|
H A D | AttributorAttributes.cpp | 4297 SmallSetVector<Value *, 4> PotentialCopies; global() member 11119 SmallSetVector<Value *, 4> PotentialCopies; handleLoadInst() local
|