Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopInvariantCodeMotion.cpp106 SmallVector<AffineForOp, 8> userIVs; in isOpLoopInvariant() local
107 getLoopIVs(*user, &userIVs); in isOpLoopInvariant()
109 if (llvm::is_contained(userIVs, getForInductionVarOwner(indVar))) { in isOpLoopInvariant()