Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp53 static bool isDependentLoadOrStoreOp(Operation *op, in isDependentLoadOrStoreOp() function
80 if (!firstDepOp && isDependentLoadOrStoreOp(op, values)) in getFirstDependentOpInRange()
109 if (isDependentLoadOrStoreOp(op, values)) { in getLastDependentOpInRange()