Lines Matching refs:getFuncName
71 FunctionSamples::getCallSiteHash(NodeToMove.getFuncName(), CallSite); in moveContextSamples()
117 StringRef ContextTrieNode::getFuncName() const { return FuncName; } in getFuncName() function in llvm::ContextTrieNode
157 dbgs() << " Node: " << It.second.getFuncName() << "\n"; in dumpNode()
183 assert(It->second.getFuncName() == CalleeName && in getOrCreateChildContext()
219 FuncToCtxtProfiles[Node->getFuncName()].push_back(FSamples); in populateFuncToCtxtMap()
439 Res.emplace_back(Node->getFuncName(), LineLocation(0, 0)); in getContextString()
444 Res.emplace_back(Node->getFuncName(), PreNode->getCallSiteLoc()); in getContextString()
459 return Node->getFuncName(); in getFuncNameFor()
461 return GUIDToFuncNameMap->lookup(std::stoull(Node->getFuncName().data())); in getFuncNameFor()
597 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree()
628 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree()
639 ContextLessProfiles[Node->getFuncName()].merge(*FProfile); in createContextLessProfileMap()