Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopInvariantCodeMotion.cpp54 checkInvarianceOfNestedIfOps(Operation *op, Value indVar, ValueRange iterArgs,
74 if (!checkInvarianceOfNestedIfOps(&op, indVar, iterArgs, opsWithUsers, in isOpLoopInvariant()
177 bool checkInvarianceOfNestedIfOps(Operation *op, Value indVar, in checkInvarianceOfNestedIfOps() function