Searched refs:toC (Results 1 – 3 of 3) sorted by relevance
113 Cluster &toC = clusters[to]; in CallGraphSort() local114 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()115 toC.bestPred.from = from; in CallGraphSort()116 toC.bestPred.weight = weight; in CallGraphSort()
140 Cluster &toC = clusters[to]; in CallGraphSort() local141 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()142 toC.bestPred.from = from; in CallGraphSort()143 toC.bestPred.weight = weight; in CallGraphSort()
117 Cluster &toC = clusters[to]; in CallGraphSort() local118 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()119 toC.bestPred.from = from; in CallGraphSort()120 toC.bestPred.weight = weight; in CallGraphSort()