Home
last modified time | relevance | path

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

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