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() 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() [all …]
|
H A D | SampleProfileMatcher.cpp | 558 auto It = FuncCallsiteMatchStates.find(FS.getFuncName()); in countMismatchedCallsiteSamples() 604 auto It = FuncCallsiteMatchStates.find(FS.getFuncName()); in countMismatchCallsites() 903 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 | 50 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 | 1212 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 1215 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 1261 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 1305 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 1077 StringRef getFuncName() const { return getFuncName(getFunction()); } 1140 StringRef getFuncName(FunctionId Func) const {
|
H A D | InstrProf.h | 626 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 515 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 619 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 | 828 getFuncName(const StringMap<InstrProfWriter::ProfilingData>::value_type &Val) { in getFuncName() function 833 getFuncName(const SampleProfileMap::value_type &Val) { in getFuncName() function 869 const auto &FuncName = getFuncName(*Tmp); in filterFunctions()
|