Home
last modified time | relevance | path

Searched defs:PotentialValueOrigins (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp367 getPotentialCopiesOfMemoryValue(Attributor & A,Ty & I,SmallSetVector<Value *,4> & PotentialCopies,SmallSetVector<Instruction *,4> * PotentialValueOrigins,const AbstractAttribute & QueryingAA,bool & UsedAssumedInformation,bool OnlyExact) getPotentialCopiesOfMemoryValue() argument
592 getPotentiallyLoadedValues(Attributor & A,LoadInst & LI,SmallSetVector<Value *,4> & PotentialValues,SmallSetVector<Instruction *,4> & PotentialValueOrigins,const AbstractAttribute & QueryingAA,bool & UsedAssumedInformation,bool OnlyExact) getPotentiallyLoadedValues() argument
H A DAttributorAttributes.cpp11120 SmallSetVector<Instruction *, 4> PotentialValueOrigins; handleLoadInst() local