Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h126 bool IsSink) in ExplodedNode() argument
127 : Location(loc), State(std::move(state)), Succs(IsSink) { in ExplodedNode()
128 assert(isSink() == IsSink); in ExplodedNode()
163 bool IsSink) { in Profile() argument
166 ID.AddBoolean(IsSink); in Profile()
295 bool IsSink = false,
304 bool IsSink = false);
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp303 bool IsSink, in getNode() argument
309 NodeTy::Profile(profile, L, State, IsSink); in getNode()
322 new (V) NodeTy(L, State, IsSink); in getNode()
341 bool IsSink) { in createUncachedNode() argument
343 new (V) NodeTy(L, State, IsSink); in createUncachedNode()
DCoreEngine.cpp688 bool IsSink) { in generateNode() argument
692 St, IsSink, &IsNew); in generateNode()
698 if (!IsSink) in generateNode()
724 bool IsSink) { in generateDefaultCaseNode() argument
737 St, IsSink, &IsNew); in generateDefaultCaseNode()
743 if (!IsSink) in generateDefaultCaseNode()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc114 } else if (IsSink()) { in DebugString()
427 DCHECK(!node->IsSink()); in CopyNode()
447 DCHECK(!node->IsSink()); in RemoveNode()
521 if (!source->IsSource() && !dest->IsSink() && !allow_duplicates) { in AddControlEdge()
540 if (!e->src_->IsSource() && !e->dst_->IsSink()) { in RemoveControlEdge()
Dalgorithm.cc239 if (visited.count(n) == 0 && !n->IsSource() && !n->IsSink()) { in PruneForReverseReachability()
258 if (!n->IsSink() && n->out_edges().empty()) { in FixupSourceAndSinkEdges()
Dgraph.h142 bool IsSink() const { return id() == 1; } in IsSink() function
735 inline bool IsSink(const Node* node) { return node->IsSink(); } in IsSink() function
Dgraph_test.cc337 if (node->IsSink()) count++; in CheckType()
345 CheckType(graph_.sink_node(), graph_.sink_node()->IsSink()); in TEST_F()
Dgraph_constructor.cc1305 CHECK(n->IsSource() || n->IsSink()) << "*dest must be empty"; in CopyGraph()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc311 if (edges[i]->IsControlEdge() && edges[i]->dst()->IsSink()) { in FunctionalizeLoop()
372 if (e->IsControlEdge() && e->dst()->IsSink()) { in FunctionalizeLoop()
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass.cc121 if (ctrl_edges.size() == 1 && ctrl_edges.front()->dst()->IsSink()) { in MergeOutgoingControlEdges()
Dencapsulate_subgraphs_pass_test.cc711 if (!node->IsSource() && !node->IsSink()) { in GraphNodes()
723 if (edge->src()->IsSource() || edge->dst()->IsSink()) continue; in GraphEdges()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc802 if (dst_node->IsSink()) { in ClusterizeNodes()
842 !node->IsSink()) { in BuildClusterSubgraphDef()
932 if (node != nullptr && !node->IsSource() && !node->IsSink() && in BuildClusterByBorder()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding.cc245 if (n->IsSink()) { in IsConstantFoldable()
Dfunction.cc1244 if (n->IsSource() || n->IsSink() || n->IsControlFlow() || in RemoveDeadNodes()
1687 if (e->src()->IsSource() || e->src()->IsSink() || e->dst()->IsSource() || in InlineFunctionBody()
1688 e->dst()->IsSink()) { in InlineFunctionBody()
Dexecutor.cc653 item->is_sink = IsSink(n); in Initialize()
2599 if (dst_node->IsSink()) continue; in DeleteFrame()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc603 if (!edge->dst()->IsSink() && !edge->IsControlEdge() && in SegmentGraph()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc304 if (output_node->IsSink() || segment_nodes.count(output_node)) { in GetEngineInfo()
/external/tensorflow/tensorflow/c/
Dc_api.cc1620 if (edge->IsControlEdge() && !edge->dst()->IsSink()) { in TF_OperationNumControlOutputs()
1632 if (edge->IsControlEdge() && !edge->dst()->IsSink()) { in TF_OperationGetControlOutputs()