Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp144 auto *firstDepOpA = in getFusedLoopNestInsertionPoint() local
160 if (firstDepOpA != nullptr) { in getFusedLoopNestInsertionPoint()
162 if (firstDepOpA->isBeforeInBlock(lastDepOpB) || firstDepOpA == lastDepOpB) in getFusedLoopNestInsertionPoint()
168 return firstDepOpA; in getFusedLoopNestInsertionPoint()