Searched refs:getFuncName (Results 1 – 10 of 10) sorted by relevance
| /freebsd/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() 221 FuncToCtxtProfiles[Node->getFuncName()].push_back(FSamples); in populateFuncToCtxtMap() 435 Res.emplace_back(Node->getFuncName(), LineLocation(0, 0)); in getContextString() 440 Res.emplace_back(Node->getFuncName(), PreNode->getCallSiteLoc()); in getContextString() 455 return Node->getFuncName().stringRef(); in getFuncNameFor() 457 return GUIDToFuncNameMap->lookup(Node->getFuncName().getHashCode()); in getFuncNameFor() 586 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree() [all …]
|
| H A D | SampleProfileMatcher.cpp | 505 auto It = FuncCallsiteMatchStates.find(FS.getFuncName()); in countMismatchedCallsiteSamples() 551 auto It = FuncCallsiteMatchStates.find(FS.getFuncName()); in countMismatchCallsites() 908 const auto ProfileMappings = FuncMappings.find(FS.getFuncName()); in distributeIRToProfileLocationMap()
|
| /freebsd/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 | 53 LLVM_ABI FunctionId getFuncName() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 133 StringRef getFuncName() { in getFuncName() function 191 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName() in perform()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1288 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 1291 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 1337 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 1381 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 1089 StringRef getFuncName() const { return getFuncName(getFunction()); } 1152 StringRef getFuncName(FunctionId Func) const {
|
| H A D | InstrProf.h | 687 LLVM_ABI StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 522 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 626 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 889 getFuncName(const StringMap<InstrProfWriter::ProfilingData>::value_type &Val) { in getFuncName() function 894 getFuncName(const SampleProfileMap::value_type &Val) { in getFuncName() function 930 const auto &FuncName = getFuncName(*Tmp); in filterFunctions()
|