Searched refs:hasOtherSideEffectingOpInBetween (Results 1 – 1 of 1) sorted by relevance
102 bool hasOtherSideEffectingOpInBetween(Operation *fromOp, Operation *toOp);145 bool CSE::hasOtherSideEffectingOpInBetween(Operation *fromOp, Operation *toOp) { in hasOtherSideEffectingOpInBetween() function in CSE218 !hasOtherSideEffectingOpInBetween(existing, op)) { in simplifyOperation()