Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h139 void addProfiledCall(StringRef CallerName, StringRef CalleeName,
141 assert(ProfiledFunctions.count(CallerName));
145 ProfiledCallGraphEdge Edge(&ProfiledFunctions[CallerName],
147 auto &Edges = ProfiledFunctions[CallerName].Edges;
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp76 StringRef CallerName = Callsite.FuncName; in addInstructionForContext() local
78 CurNode = CurNode->getOrCreateChildContext(CallsiteLoc, CallerName); in addInstructionForContext()
141 StringRef CallerName = ProbeFrame.first; in trackInlineesOptimizedAway() local
144 SizeContext->getOrCreateChildContext(CallsiteLoc, CallerName); in trackInlineesOptimizedAway()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1617 StringRef CallerName = CI->getFunction()->getName(); in optimizeDoubleFP() local
1618 if (!CallerName.empty() && CallerName.back() == 'f' && in optimizeDoubleFP()
1619 CallerName.size() == (CalleeName.size() + 1) && in optimizeDoubleFP()
1620 CallerName.startswith(CalleeName)) in optimizeDoubleFP()