Home
last modified time | relevance | path

Searched refs:getFuncName (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h60 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 DSampleContextTracker.h57 StringRef getFuncName() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp68 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 DSampleProfile.cpp861 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 DInstrProf.h499 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 DSampleProf.h752 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 DInstrProfReader.h303 return Symtab->getFuncName(swap(NameRef)); in getName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h796 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 DPGOMemOPSizeOpt.cpp179 StringRef getFuncName() { in getFuncName() function
240 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName() in perform()
H A DPGOInstrumentation.cpp1152 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 DCoverageMappingReader.cpp463 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 Dllvm-profdata.cpp2015 OS << Symtab->getFuncName(VD[V].Value); in traverseAllValueSites()