Lines Matching refs:CalleeName
31 FunctionId CalleeName) { in getChildContext() argument
32 if (CalleeName.empty()) in getChildContext()
35 uint64_t Hash = FunctionSamples::getCallSiteHash(CalleeName, CallSite); in getChildContext()
106 FunctionId CalleeName) { in removeChildContext() argument
107 uint64_t Hash = FunctionSamples::getCallSiteHash(CalleeName, CallSite); in removeChildContext()
180 const LineLocation &CallSite, FunctionId CalleeName, bool AllowCreate) { in getOrCreateChildContext() argument
181 uint64_t Hash = FunctionSamples::getCallSiteHash(CalleeName, CallSite); in getOrCreateChildContext()
184 assert(It->second.getFuncName() == CalleeName && in getOrCreateChildContext()
192 AllChildContext[Hash] = ContextTrieNode(this, CalleeName, nullptr, CallSite); in getOrCreateChildContext()
227 StringRef CalleeName) { in getCalleeContextSamplesFor() argument
233 CalleeName = FunctionSamples::getCanonicalFnName(CalleeName); in getCalleeContextSamplesFor()
235 FunctionId FName = getRepInFormat(CalleeName); in getCalleeContextSamplesFor()
369 const Instruction &Inst, FunctionId CalleeName) { in promoteMergeContextSamplesTree() argument
383 if (CalleeName.empty()) { in promoteMergeContextSamplesTree()
398 CallerNode->getChildContext(CallSite, CalleeName); in promoteMergeContextSamplesTree()
466 FunctionId CalleeName) { in getCalleeContextFor() argument
476 FunctionSamples::getCallSiteIdentifier(DIL), CalleeName); in getCalleeContextFor()
507 FunctionId CalleeName = S[I].second; in getContextFor() local
508 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()