Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DBufferUtils.cpp56 auto effectInterface = dyn_cast<MemoryEffectOpInterface>(user); in findDealloc() local
57 if (!effectInterface) in findDealloc()
62 effectInterface.getEffectsOnValue(allocValue, effects); in findDealloc()
/external/llvm-project/mlir/lib/Interfaces/
DSideEffectInterfaces.cpp60 if (auto effectInterface = dyn_cast<MemoryEffectOpInterface>(op)) { in wouldOpBeTriviallyDeadImpl() local
64 effectInterface.getEffects(effects); in wouldOpBeTriviallyDeadImpl()