Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.h173 const T& ParentValue() { return FindRoot()->value_; } in ParentValue() function
Dsegment.cc926 if ((u.Value() != nullptr) && (u.ParentValue() != nullptr)) { in SegmentGraph()
927 sg_map[u.ParentValue()->name()].nodes.insert(u.Value()->tf_node()); in SegmentGraph()
929 if ((u.Value() != nullptr) && (u.ParentValue() == u.Value())) { in SegmentGraph()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp559 Value *ParentValue = nullptr; in insertConditions() local
565 ParentValue = Pred; in insertConditions()
572 if (ParentValue) { in insertConditions()
573 Term->setCondition(ParentValue); in insertConditions()
/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/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp565 Value *ParentValue = nullptr; in insertConditions() local
571 ParentValue = Pred; in insertConditions()
578 if (ParentValue) { in insertConditions()
579 Term->setCondition(ParentValue); in insertConditions()