Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp213 getAllocEffectFor(Value value, Optional<MemoryEffects::EffectInstance> &effect, in getAllocEffectFor() function
264 return succeeded(getAllocEffectFor(rhs, rhsAlloc, rhsAllocScope)) in aliasImpl()
272 return succeeded(getAllocEffectFor(lhs, lhsAlloc, lhsAllocScope)) in aliasImpl()
279 bool lhsHasAlloc = succeeded(getAllocEffectFor(lhs, lhsAlloc, lhsAllocScope)); in aliasImpl()
280 bool rhsHasAlloc = succeeded(getAllocEffectFor(rhs, rhsAlloc, rhsAllocScope)); in aliasImpl()