Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h95 void addProfiledCall(StringRef CallerName, StringRef CalleeName) { in addProfiledCall() argument
96 assert(ProfiledFunctions.count(CallerName)); in addProfiledCall()
101 ProfiledFunctions[CallerName].Callees.insert(&CalleeIt->second); in addProfiledCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1300 StringRef CallerName = CI->getFunction()->getName(); in optimizeDoubleFP() local
1301 if (!CallerName.empty() && CallerName.back() == 'f' && in optimizeDoubleFP()
1302 CallerName.size() == (CalleeName.size() + 1) && in optimizeDoubleFP()
1303 CallerName.startswith(CalleeName)) in optimizeDoubleFP()