Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Analysis/
Duserange_analysis.cc51 Operation *loopParent = use->getParentOfType<LoopLikeOpInterface>(); in computeUserange() local
52 if (loopParent && topRegion->isProperAncestor(use->getParentRegion())) in computeUserange()
53 addAllOperationsInRegion(loopParent); in computeUserange()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
Duserange_analysis.cc51 Operation *loopParent = use->getParentOfType<LoopLikeOpInterface>(); in computeUserange() local
52 if (loopParent && topRegion->isProperAncestor(use->getParentRegion())) in computeUserange()
53 addAllOperationsInRegion(loopParent); in computeUserange()