Lines Matching defs:memOp
686 Operation *start, T memOp,
689 // memOp.
692 // Check whether the effect on memOp can be caused by a given operation op.
693 Value memref = memOp.getMemRef();
706 // memOp, mark as having the effect.
720 // prove the side effecting `op` cannot reach `memOp`.
724 // `start`, and before being read in `memOp`. In this case, we only
729 getNumCommonSurroundingLoops(*start, *memOp);
730 if (mayHaveEffect(op, memOp, minSurroundingLoops))
743 // operations may have the side effect `EffectType` on memOp.
822 recur(start, memOp);