Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc557 if ((u.Value() != nullptr) && (u.ParentValue() != nullptr)) { in SegmentGraph()
558 sg_map[u.ParentValue()->name()].insert(u.Value()->tf_node()); in SegmentGraph()
566 device_maps[u.ParentValue()->name()].insert( in SegmentGraph()
569 device_maps[u.ParentValue()->name()].insert( in SegmentGraph()
Dunion_find.h42 T& ParentValue() { return FindRoot()->value_; } in ParentValue() function
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp544 Value *ParentValue = nullptr; in insertConditions() local
549 ParentValue = PI->second; in insertConditions()
556 if (ParentValue) { in insertConditions()
557 Term->setCondition(ParentValue); in insertConditions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp552 Value *ParentValue = nullptr; in insertConditions() local
558 ParentValue = Pred; in insertConditions()
565 if (ParentValue) { in insertConditions()
566 Term->setCondition(ParentValue); in insertConditions()