Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DLoopInvariantCodeMotion.cpp50 if (auto memInterface = dyn_cast<MemoryEffectOpInterface>(op)) { in canBeHoisted() local
51 if (!memInterface.hasNoEffect()) in canBeHoisted()