Home
last modified time | relevance | path

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

12

/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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h138 int64_t Id, bool IsSink) in ExplodedNode() argument
139 : Location(loc), State(std::move(state)), Succs(IsSink), Id(Id) { in ExplodedNode()
140 assert(isSink() == IsSink); in ExplodedNode()
184 bool IsSink) { in Profile() argument
187 ID.AddBoolean(IsSink); in Profile()
354 bool IsSink = false,
364 bool IsSink = false);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h120 unsigned LicmMssaNoAccForPromotionCap, bool IsSink,
123 SinkAndHoistLICMFlags(bool IsSink, Loop *L = nullptr,
126 void setIsSink(bool B) { IsSink = B; } in setIsSink()
127 bool getIsSink() { return IsSink; } in getIsSink()
137 bool IsSink; variable
/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/common_runtime/
Dimmutable_executor_state.cc103 if (IsSink(n)) continue; in Initialize()
225 if (IsSink(e->dst())) continue; in Initialize()
246 if (IsSink(n)) continue; in Initialize()
327 if (IsSink(out)) continue; in BuildControlFlowInfo()
363 if (IsSink(n)) continue; in InitializePending()
Dgraph_view.cc72 if (IsSink(e->dst())) continue; in CountOutputEdges()
182 if (!e->IsControlEdge() || IsSink(e->dst())) continue; in InitializeNode()
302 if (IsSink(e->dst()) || !e->IsControlEdge()) { in SetScopedAllocatorAttrs()
319 if (IsSink(e->dst()) || !e->IsControlEdge()) { in SetScopedAllocatorAttrs()
Dinline_function_utils.cc670 if (e->src()->IsSource() || e->src()->IsSink() || e->dst()->IsSource() || in InlineFunctionBody()
671 e->dst()->IsSink()) { in InlineFunctionBody()
Dfunction_utils.cc91 if (n->IsSource() || n->IsSink() || n->IsControlFlow() || in RemoveDeadNodes()
Dconstant_folding.cc262 if (n->IsSink()) { in IsConstantFoldable()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp396 bool IsSink, in getNode() argument
402 NodeTy::Profile(profile, L, State, IsSink); in getNode()
416 new (V) NodeTy(L, State, NumNodes, IsSink); in getNode()
435 bool IsSink) { in createUncachedNode() argument
437 new (V) NodeTy(L, State, Id, IsSink); in createUncachedNode()
DCoreEngine.cpp649 bool IsSink) { in generateNode() argument
653 St, IsSink, &IsNew); in generateNode()
659 if (!IsSink) in generateNode()
682 bool IsSink) { in generateDefaultCaseNode() argument
695 St, IsSink, &IsNew); in generateDefaultCaseNode()
701 if (!IsSink) in generateDefaultCaseNode()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc111 } else if (IsSink()) { in DebugString()
420 CHECK(n->IsSource() || n->IsSink()) << "*dest must be empty"; in Copy()
475 DCHECK(!node->IsSink()); in CopyNode()
496 DCHECK(!node->IsSink()); in RemoveNode()
575 if (!source->IsSource() && !dest->IsSink() && !allow_duplicates) { in AddControlEdge()
594 if (!e->src_->IsSource() && !e->dst_->IsSink()) { in RemoveControlEdge()
Dalgorithm.cc245 if (n != nullptr && !n->IsSource() && !n->IsSink()) { in PruneForReverseReachability()
264 if (!n->IsSink() && n->out_edges().empty()) { in FixupSourceAndSinkEdges()
Dgraph.h152 bool IsSink() const { return id() == 1; } in IsSink() function
811 inline bool IsSink(const Node* node) { return node->IsSink(); } in IsSink() function
Dgraph_test.cc338 if (node->IsSink()) count++; in CheckType()
346 CheckType(graph_.sink_node(), graph_.sink_node()->IsSink()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h110 bool IsSink; member
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc239 if (edges[i]->IsControlEdge() && edges[i]->dst()->IsSink()) { in FunctionalizeLoop()
300 if (e->IsControlEdge() && e->dst()->IsSink()) { in FunctionalizeLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp309 llvm::SinkAndHoistLICMFlags::SinkAndHoistLICMFlags(bool IsSink, Loop *L, in SinkAndHoistLICMFlags() argument
312 IsSink, L, MSSA) {} in SinkAndHoistLICMFlags()
315 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags() argument
319 IsSink(IsSink) { in SinkAndHoistLICMFlags()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc518 if (n->IsSource() || n->IsSink()) { in GetNodesRelatedToRefVariablesInDirection()
Dbuild_xla_ops_pass.cc189 if (ctrl_edges.size() == 1 && ctrl_edges.front()->dst()->IsSink()) { in MergeOutgoingControlEdges()
Dcompilability_check_util.cc404 if (node.IsSource() || node.IsSink()) { in IsCompilableNode()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc804 if (dst_node->IsSink()) { in ClusterizeNodes()
844 !node->IsSink()) { in BuildClusterSubgraphDef()
934 if (node != nullptr && !node->IsSource() && !node->IsSink() && in BuildClusterByBorder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp393 Flags.IsSink = false; in runOnLoop()
1256 if (!Flags->IsSink && !MSSA->dominates(SIMD, MU)) in canSinkOrHoistInst()
2301 if (!Flags.IsSink) { in pointerInvalidatedByLoopWithMSSA()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc219 if (output_node->IsSink() || segment_nodes.count(output_node)) { in GetEngineInfo()

12