Searched refs:toC (Results 1 – 3 of 3) sorted by relevance
112 Cluster &toC = clusters[to]; in CallGraphSort() local113 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()114 toC.bestPred.from = from; in CallGraphSort()115 toC.bestPred.weight = weight; in CallGraphSort()
152 Cluster &toC = clusters[to]; in CallGraphSort() local153 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()154 toC.bestPred.from = from; in CallGraphSort()155 toC.bestPred.weight = weight; in CallGraphSort()
116 Cluster &toC = clusters[to]; in CallGraphSort() local117 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()118 toC.bestPred.from = from; in CallGraphSort()119 toC.bestPred.weight = weight; in CallGraphSort()