Searched refs:untilOp (Results 1 – 1 of 1) sorted by relevance
772 [&](Operation *from, Operation *untilOp) { in hasNoInterveningEffect() argument774 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()