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