Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp102 bool hasOtherSideEffectingOpInBetween(Operation *fromOp, Operation *toOp);
145 bool CSE::hasOtherSideEffectingOpInBetween(Operation *fromOp, Operation *toOp) { in hasOtherSideEffectingOpInBetween() function in CSE
218 !hasOtherSideEffectingOpInBetween(existing, op)) { in simplifyOperation()