Searched refs:CallerName (Results 1 – 2 of 2) sorted by relevance
94 void addProfiledCall(StringRef CallerName, StringRef CalleeName) { in addProfiledCall() argument95 assert(ProfiledFunctions.count(CallerName)); in addProfiledCall()100 ProfiledFunctions[CallerName].Callees.insert(&CalleeIt->second); in addProfiledCall()
1301 StringRef CallerName = CI->getFunction()->getName(); in optimizeDoubleFP() local1302 if (!CallerName.empty() && CallerName.back() == 'f' && in optimizeDoubleFP()1303 CallerName.size() == (CalleeName.size() + 1) && in optimizeDoubleFP()1304 CallerName.startswith(CalleeName)) in optimizeDoubleFP()