Searched refs:PotentialValueOrigins (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | Attributor.cpp | 367 SmallSetVector<Instruction *, 4> *PotentialValueOrigins, in getPotentialCopiesOfMemoryValue() argument 448 if (PotentialValueOrigins && !isa<AssumeInst>(Acc.getRemoteInst())) in getPotentialCopiesOfMemoryValue() 491 if (PotentialValueOrigins) in getPotentialCopiesOfMemoryValue() 506 if (PotentialValueOrigins) in getPotentialCopiesOfMemoryValue() 558 if (PotentialValueOrigins) in getPotentialCopiesOfMemoryValue() 584 if (PotentialValueOrigins) in getPotentialCopiesOfMemoryValue() 585 PotentialValueOrigins->insert(NewCopyOrigins.begin(), NewCopyOrigins.end()); in getPotentialCopiesOfMemoryValue() 592 SmallSetVector<Instruction *, 4> &PotentialValueOrigins, in getPotentiallyLoadedValues() argument 596 A, LI, PotentialValues, &PotentialValueOrigins, QueryingAA, in getPotentiallyLoadedValues()
|
| HD | AttributorAttributes.cpp | 11120 SmallSetVector<Instruction *, 4> PotentialValueOrigins; in handleLoadInst() local 11123 PotentialValueOrigins, *this, in handleLoadInst() 11137 if (!llvm::all_of(PotentialValueOrigins, [&](Instruction *I) { in handleLoadInst()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| HD | Attributor.h | 345 SmallSetVector<Instruction *, 4> &PotentialValueOrigins,
|