Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dcopy_removal.cc208 Operation *opInInterval = userange.getOperation(id * 2); in usesInIntervalAreSafe() local
209 if (op->isAncestor(opInInterval)) continue; in usesInIntervalAreSafe()
210 auto effect = dyn_cast<MemoryEffectOpInterface>(opInInterval); in usesInIntervalAreSafe()
216 if (isDeallocOperationFor(opInInterval, source)) continue; in usesInIntervalAreSafe()