Lines Matching refs:getGUID
333 {Function::getGUID(OrigName), OrigName}); in GUIDToFuncNameMapper()
345 {Function::getGUID(CanonName), CanonName}); in GUIDToFuncNameMapper()
418 return LCS->getGUID(LCS->getName()) < RCS->getGUID(RCS->getName()); in operator ()()
730 return FunctionSamples::getGUID(L->getName()) < in findIndirectCallFunctionSamples()
731 FunctionSamples::getGUID(R->getName()); in findIndirectCallFunctionSamples()
824 if (ValueData[I].Value == Function::getGUID(Candidate)) in doesHistoryAllowICP()
963 Function::getGUID(R->getValue()->getName()), NOMORE_ICP_MAGICNUM}}; in tryPromoteAndInlineCandidate()
1051 FunctionSamples::getGUID(CB->getCalledFunction()->getName())); in findExternalInlineCandidate()
1091 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeSample->getName())); in findExternalInlineCandidate()
1101 InlinedGUIDs.insert(FunctionSamples::getGUID(TS.getKey())); in findExternalInlineCandidate()
1603 InstrProfValueData{FunctionSamples::getGUID(I.first), I.second}); in GetSortedValueDataFromCallTargets()