Searched refs:CallerName (Results 1 – 2 of 2) sorted by relevance
150 void addProfiledCall(FunctionId CallerName, FunctionId CalleeName,152 assert(ProfiledFunctions.count(CallerName));156 ProfiledCallGraphEdge Edge(ProfiledFunctions[CallerName],158 auto &Edges = ProfiledFunctions[CallerName]->Edges;
1840 StringRef CallerName = CI->getFunction()->getName(); in optimizeDoubleFP() local1841 if (!CallerName.empty() && CallerName.back() == 'f' && in optimizeDoubleFP()1842 CallerName.size() == (CalleeName.size() + 1) && in optimizeDoubleFP()1843 CallerName.starts_with(CalleeName)) in optimizeDoubleFP()