Searched refs:PostfixPos (Results 1 – 1 of 1) sorted by relevance
1087 size_t PostfixPos = NewName.find(FunctionSamples::UniqSuffix); in adjustInstrProfile() local1088 bool ProfileHasFUnique = (PostfixPos != StringRef::npos); in adjustInstrProfile()1096 NewName = NewName.substr(0, PostfixPos); in adjustInstrProfile()