Home
last modified time | relevance | path

Searched refs:CallerName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h150 void addProfiledCall(FunctionId CallerName, FunctionId CalleeName,
152 assert(ProfiledFunctions.count(CallerName));
156 ProfiledCallGraphEdge Edge(ProfiledFunctions[CallerName],
158 auto &Edges = ProfiledFunctions[CallerName]->Edges;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1919 StringRef CallerName = CI->getFunction()->getName(); in optimizeDoubleFP() local
1920 if (!CallerName.empty() && CallerName.back() == 'f' && in optimizeDoubleFP()
1921 CallerName.size() == (CalleeName.size() + 1) && in optimizeDoubleFP()
1922 CallerName.starts_with(CalleeName)) in optimizeDoubleFP()