Searched refs:SinkNode (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 942 SDNode *SinkNode = StatepointMCNode; in LowerAsSTATEPOINT() local 969 SinkNode = GCTransitionStart.getNode(); in LowerAsSTATEPOINT() 975 unsigned NumSinkValues = SinkNode->getNumValues(); in LowerAsSTATEPOINT() 976 SDValue StatepointValues[2] = {SDValue(SinkNode, NumSinkValues - 2), in LowerAsSTATEPOINT() 977 SDValue(SinkNode, NumSinkValues - 1)}; in LowerAsSTATEPOINT()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 533 if (Event.SinkNode->getState()->get<InvariantViolated>()) in checkEvent() 541 ProgramStateRef State = Event.SinkNode->getState(); in checkEvent() 556 Event.SinkNode, Region, BR); in checkEvent() 561 Event.SinkNode, Region, BR); in checkEvent()
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2039 unsigned SinkNode = NodePosition[Sink]; in DotCfgDiff() local 2051 SourceNode.addEdge(SinkNode, Value, Colour); in DotCfgDiff() 2095 const DotCfgDiffNode *SinkNode = &Graph.getNode(SinkNodeIndex); in createDisplayEdges() local 2098 DisplayNode &SinkDisplayNode = DisplayGraph.getNode(SinkNode->getIndex()); in createDisplayEdges()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 91 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize() argument 93 Target = SinkNode; in initialize()
|