Home
last modified time | relevance | path

Searched refs:SinkNode (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp255 ProgramStateRef state = event.SinkNode->getState(); in checkEvent()
289 std::make_unique<PathSensitiveBugReport>(*bug, os.str(), event.SinkNode)); in checkEvent()
H A DNullabilityChecker.cpp530 if (Event.SinkNode->getState()->get<InvariantViolated>()) in checkEvent()
538 ProgramStateRef State = Event.SinkNode->getState(); in checkEvent()
553 Event.SinkNode, Region, BR); in checkEvent()
558 Event.SinkNode, Region, BR); in checkEvent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp946 SDNode *SinkNode = StatepointMCNode; in LowerAsSTATEPOINT() local
973 SinkNode = GCTransitionStart.getNode(); in LowerAsSTATEPOINT()
979 unsigned NumSinkValues = SinkNode->getNumValues(); in LowerAsSTATEPOINT()
980 SDValue StatepointValues[2] = {SDValue(SinkNode, NumSinkValues - 2), in LowerAsSTATEPOINT()
981 SDValue(SinkNode, NumSinkValues - 1)}; in LowerAsSTATEPOINT()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2031 unsigned SinkNode = NodePosition[Sink]; in DotCfgDiff() local
2044 SourceNode.addEdge(SinkNode, Value, Colour); in DotCfgDiff()
2088 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges() local
2091 DisplayNode &SinkDisplayNode = DisplayGraph.getNode(SinkNode->getIndex()); in createDisplayEdges()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp91 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize() argument
93 Target = SinkNode; in initialize()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h615 ExplodedNode *SinkNode; member