Home
last modified time | relevance | path

Searched defs:IsSink (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp303 bool IsSink, in getNode()
341 bool IsSink) { in createUncachedNode()
DCoreEngine.cpp688 bool IsSink) { in generateNode()
724 bool IsSink) { in generateDefaultCaseNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h110 bool IsSink; member
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h126 bool IsSink) in ExplodedNode()
163 bool IsSink) { in Profile()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h135 bool IsSink; variable
/external/tensorflow/tensorflow/core/graph/
Dgraph.h159 bool IsSink() const { return id() == 1; } in IsSink() function
844 inline bool IsSink(const Node* node) { return node->IsSink(); } in IsSink() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLICM.cpp361 llvm::SinkAndHoistLICMFlags::SinkAndHoistLICMFlags(bool IsSink, Loop *L, in SinkAndHoistLICMFlags()
367 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags()