Searched refs:effectInterface (Results 1 – 2 of 2) sorted by relevance
56 auto effectInterface = dyn_cast<MemoryEffectOpInterface>(user); in findDealloc() local57 if (!effectInterface) in findDealloc()62 effectInterface.getEffectsOnValue(allocValue, effects); in findDealloc()
60 if (auto effectInterface = dyn_cast<MemoryEffectOpInterface>(op)) { in wouldOpBeTriviallyDeadImpl() local64 effectInterface.getEffects(effects); in wouldOpBeTriviallyDeadImpl()