Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp214 Operation *&allocScopeOp) { in getAllocEffectFor() argument
234 allocScopeOp = op->getParentWithTrait<OpTrait::AutomaticAllocationScope>(); in getAllocEffectFor()
242 allocScopeOp = op->getParentOfType<FunctionOpInterface>(); in getAllocEffectFor()