Searched refs:ToC (Results 1 – 2 of 2) sorted by relevance
139 Cluster &ToC = Clusters[To]; in CallGraphSort() local140 if (ToC.BestPred.From == -1 || ToC.BestPred.Weight < Weight) { in CallGraphSort()141 ToC.BestPred.From = From; in CallGraphSort()142 ToC.BestPred.Weight = Weight; in CallGraphSort()
2846 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local2863 Val = ToC; in handleOperandChangeImpl()2867 AllSame &= Val == ToC; in handleOperandChangeImpl()2870 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()2873 if (AllSame && isa<UndefValue>(ToC)) in handleOperandChangeImpl()2887 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local2903 Val = ToC; in handleOperandChangeImpl()2907 AllSame &= Val == ToC; in handleOperandChangeImpl()2910 if (AllSame && ToC->isNullValue()) in handleOperandChangeImpl()2923 Constant *ToC = cast<Constant>(To); in handleOperandChangeImpl() local[all …]