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