Home
last modified time | relevance | path

Searched refs:SourceNode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2046 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]]; in DotCfgDiff()
2061 SourceNode.addEdge(SinkNode, Value, Colour); in createDisplayGraph()
2089 unsigned SourceNode = I.first; in createDisplayEdges()
2091 getNode(SourceNode).createDisplayEdges(G, DisplayNode, NodeMap); in createDisplayEdges()
2028 DotCfgDiffNode &SourceNode = Nodes[NodePosition[Source]]; DotCfgDiff() local
2070 unsigned SourceNode = I.first; createDisplayGraph() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp91 void initialize(uint64_t NodeCount, uint64_t SourceNode, uint64_t SinkNode) { in initialize() argument
92 Source = SourceNode; in initialize()