Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopInvariantCodeMotion.cpp56 SmallPtrSetImpl<Operation *> &opsToHoist);
59 SmallPtrSetImpl<Operation *> &opsToHoist);
65 SmallPtrSetImpl<Operation *> &opsToHoist);
70 SmallPtrSetImpl<Operation *> &opsToHoist) { in isOpLoopInvariant() argument
75 opsToHoist)) { in isOpLoopInvariant()
80 opsWithUsers, opsToHoist)) { in isOpLoopInvariant()
155 opsToHoist.insert(&op); in isOpLoopInvariant()
163 SmallPtrSetImpl<Operation *> &opsToHoist) { in areAllOpsInTheBlockListInvariant() argument
185 opsWithUsers, opsToHoist)) { in checkInvarianceOfNestedIfOps()
190 opsWithUsers, opsToHoist)) { in checkInvarianceOfNestedIfOps()
[all …]