Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp772 [&](Operation *from, Operation *untilOp) { in hasNoInterveningEffect() argument
774 from->getParentRegion()->isAncestor(untilOp->getParentRegion()) && in hasNoInterveningEffect()
781 if (from->getParentRegion() != untilOp->getParentRegion()) { in hasNoInterveningEffect()
782 recur(from, untilOp->getParentOp()); in hasNoInterveningEffect()
783 until(untilOp->getParentOp(), untilOp); in hasNoInterveningEffect()
796 iter != end && &*iter != untilOp; ++iter) { in hasNoInterveningEffect()
802 if (untilOp->getBlock() != from->getBlock()) in hasNoInterveningEffect()
815 if (&op == untilOp) in hasNoInterveningEffect()