Lines Matching refs:getGUID
322 {Function::getGUID(OrigName), OrigName}); in GUIDToFuncNameMapper()
334 {Function::getGUID(CanonName), CanonName}); in GUIDToFuncNameMapper()
407 return LCS->getGUID(LCS->getName()) < RCS->getGUID(RCS->getName()); in operator ()()
692 return FunctionSamples::getGUID(L->getName()) < in findIndirectCallFunctionSamples()
693 FunctionSamples::getGUID(R->getName()); in findIndirectCallFunctionSamples()
786 if (ValueData[I].Value == Function::getGUID(Candidate)) in doesHistoryAllowICP()
925 Function::getGUID(R->getValue()->getName()), NOMORE_ICP_MAGICNUM}}; in tryPromoteAndInlineCandidate()
1013 FunctionSamples::getGUID(CB->getCalledFunction()->getName())); in findExternalInlineCandidate()
1053 InlinedGUIDs.insert(FunctionSamples::getGUID(CalleeSample->getName())); in findExternalInlineCandidate()
1063 InlinedGUIDs.insert(FunctionSamples::getGUID(TS.getKey())); in findExternalInlineCandidate()
1567 InstrProfValueData{FunctionSamples::getGUID(I.first), I.second}); in GetSortedValueDataFromCallTargets()