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