Searched refs:toC (Results 1 – 3 of 3) sorted by relevance
151 Cluster &toC = clusters[to]; in isNewDensityBad() 152 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in isNewDensityBad() 153 toC.bestPred.from = from; in isNewDensityBad() 154 toC.bestPred.weight = weight; in isNewDensityBad() 140 Cluster &toC = clusters[to]; CallGraphSort() local
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()
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()