Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp367 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()
HDAttributorAttributes.cpp11120 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/
HDAttributor.h345 SmallSetVector<Instruction *, 4> &PotentialValueOrigins,