Lines Matching refs:getFuncName
70 FunctionSamples::getCallSiteHash(NodeToMove.getFuncName(), CallSite); in moveContextSamples()
116 FunctionId ContextTrieNode::getFuncName() const { return FuncName; } in getFuncName() function in llvm::ContextTrieNode
158 dbgs() << " Node: " << It.second.getFuncName() << "\n"; in dumpNode()
184 assert(It->second.getFuncName() == CalleeName && in getOrCreateChildContext()
220 FuncToCtxtProfiles[Node->getFuncName()].push_back(FSamples); in populateFuncToCtxtMap()
434 Res.emplace_back(Node->getFuncName(), LineLocation(0, 0)); in getContextString()
439 Res.emplace_back(Node->getFuncName(), PreNode->getCallSiteLoc()); in getContextString()
454 return Node->getFuncName().stringRef(); in getFuncNameFor()
456 return GUIDToFuncNameMap->lookup(Node->getFuncName().getHashCode()); in getFuncNameFor()
585 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
616 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree()
627 ContextLessProfiles.create(Node->getFuncName()).merge(*FProfile); in createContextLessProfileMap()