1 instantiation of CallGraphNode
ILCompiler.ReadyToRun (1)
Compiler\FileLayoutOptimizer.cs (1)
334
graphNodes.Add(new
CallGraphNode
(index));
6 references to CallGraphNode
ILCompiler.ReadyToRun (6)
Compiler\FileLayoutOptimizer.cs (1)
328
var graphNodes = new List<
CallGraphNode
>(methodsToPlace.Count);
Compiler\PettisHansenSort\CallGraphNode.cs (3)
16
public Dictionary<
CallGraphNode
, long> OutgoingEdges { get; } = new Dictionary<
CallGraphNode
, long>();
18
public void IncreaseEdge(
CallGraphNode
callee, long count)
Compiler\PettisHansenSort\PettisHansen.cs (2)
15
public static List<List<int>> Sort(List<
CallGraphNode
> graph)
25
CallGraphNode
node = graph[i];