| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | ProfiledCallGraph.h | 60 addProfiledFunction(Callee->getFuncName()); in ProfiledCallGraph() 76 addProfiledFunction(Callee->getFuncName()); in ProfiledCallGraph() 78 addProfiledCall(Caller->getFuncName(), Callee->getFuncName()); in ProfiledCallGraph() 105 addProfiledFunction(Samples.getFuncName()); in addProfiledCalls() 110 addProfiledCall(Samples.getFuncName(), Target.first()); in addProfiledCalls() 117 addProfiledCall(Samples.getFuncName(), InlinedSamples.first); in addProfiledCalls()
|
| H A D | SampleContextTracker.h | 57 StringRef getFuncName() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 68 uint32_t Hash = nodeHash(NodeToMove.getFuncName(), CallSite); in moveToChildContext() 104 OldParentContext.removeChildContext(OldCallSite, NewNode.getFuncName()); in moveToChildContext() 120 StringRef ContextTrieNode::getFuncName() const { return FuncName; } in getFuncName() function in llvm::ContextTrieNode 146 dbgs() << " Node: " << It.second.getFuncName() << "\n"; in dump() 166 assert(It->second.getFuncName() == CalleeName && in getOrCreateChildContext() 539 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName()); in promoteMergeContextSamplesTree() 567 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName()); in promoteMergeContextSamplesTree()
|
| H A D | SampleProfile.cpp | 861 auto CalleeFunctionName = Candidate.CalleeSamples->getFuncName(); in tryPromoteAndInlineCandidate() 916 << Candidate.CalleeSamples->getFuncName() << " because " in tryPromoteAndInlineCandidate() 984 StringRef Name = CalleeSample->getFuncName(); in findExternalInlineCandidate() 995 StringRef CalleeName = CalleeSample->getFuncName(TS.getKey()); in findExternalInlineCandidate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 499 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize); 503 inline StringRef getFuncName(uint64_t FuncMD5Hash); 559 StringRef ret = getFuncName(FuncMD5Hash); in getFuncNameOrExternalSymbol() 565 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function 588 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
|
| H A D | SampleProf.h | 752 if (isDeclaration(SymbolMap.lookup(getFuncName()))) { 761 const Function *Callee = SymbolMap.lookup(getFuncName(TS.getKey())); 782 StringRef getFuncName() const { return getFuncName(Name); } 841 StringRef getFuncName(StringRef Name) const {
|
| H A D | InstrProfReader.h | 303 return Symtab->getFuncName(swap(NameRef)); in getName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 796 FuncName = ProfileNames.getFuncName(NameRef); in getFuncNameViaRef() 845 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 848 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName() 893 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function 937 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 179 StringRef getFuncName() { in getFuncName() function 240 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName() in perform()
|
| H A D | PGOInstrumentation.cpp | 1152 std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon333165960611::PGOUseFunc
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 463 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab 567 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2015 OS << Symtab->getFuncName(VD[V].Value); in traverseAllValueSites()
|