Searched refs:getFuncName (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 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() 616 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree() [all …]
|
| H A D | SampleProfile.cpp | 2522 const auto ProfileMappings = FuncMappings.find(FS.getFuncName()); in distributeIRToProfileLocationMap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 87 addProfiledFunction(Callee->getFuncName()); 104 addProfiledFunction(Callee->getFuncName()); 124 addProfiledCall(Caller->getFuncName(), Callee->getFuncName(), Weight);
|
| H A D | SampleContextTracker.h | 50 FunctionId getFuncName() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 133 StringRef getFuncName() { in getFuncName() function 194 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName() in perform()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1119 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 1122 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 1168 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 1212 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1072 StringRef getFuncName() const { return getFuncName(getFunction()); } 1136 StringRef getFuncName(FunctionId Func) const {
|
| H A D | InstrProf.h | 517 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 507 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 611 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 770 getFuncName(const StringMap<InstrProfWriter::ProfilingData>::value_type &Val) { in getFuncName() function 775 getFuncName(const SampleProfileMap::value_type &Val) { in getFuncName() function 811 const auto &FuncName = getFuncName(*Tmp); in filterFunctions()
|