HomeSort by: relevance | last modified time | path
    Searched refs:getFuncName (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
ProfiledCallGraph.h 60 addProfiledFunction(Callee->getFuncName());
76 addProfiledFunction(Callee->getFuncName());
78 addProfiledCall(Caller->getFuncName(), Callee->getFuncName());
105 addProfiledFunction(Samples.getFuncName());
110 addProfiledCall(Samples.getFuncName(), Target.first());
117 addProfiledCall(Samples.getFuncName(), InlinedSamples.first);
SampleContextTracker.h 57 StringRef getFuncName() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp 68 uint32_t Hash = nodeHash(NodeToMove.getFuncName(), CallSite);
104 OldParentContext.removeChildContext(OldCallSite, NewNode.getFuncName());
120 StringRef ContextTrieNode::getFuncName() const { return FuncName; }
146 dbgs() << " Node: " << It.second.getFuncName() << "\n";
166 assert(It->second.getFuncName() == CalleeName &&
539 ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.getFuncName());
567 FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->getFuncName());
SampleProfile.cpp 861 auto CalleeFunctionName = Candidate.CalleeSamples->getFuncName();
916 << Candidate.CalleeSamples->getFuncName() << " because "
984 StringRef Name = CalleeSample->getFuncName();
995 StringRef CalleeName = CalleeSample->getFuncName(TS.getKey());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 796 FuncName = ProfileNames.getFuncName(NameRef);
845 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
848 FuncName = ProfileNames.getFuncName(NameRef, NameS);
893 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
937 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 499 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
503 inline StringRef getFuncName(uint64_t FuncMD5Hash);
505 /// Just like getFuncName, except that it will return a non-empty StringRef
520 /// global functions, it returns the same string as getFuncName.
559 StringRef ret = getFuncName(FuncMD5Hash);
565 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) {
588 StringRef PGOName = getFuncName(FuncMD5Hash);
SampleProf.h 752 if (isDeclaration(SymbolMap.lookup(getFuncName()))) {
761 const Function *Callee = SymbolMap.lookup(getFuncName(TS.getKey()));
782 StringRef getFuncName() const { return getFuncName(Name); }
837 /// is actually GUID of the original function name. getFuncName will
841 StringRef getFuncName(StringRef Name) const {
InstrProfReader.h 303 return Symtab->getFuncName(swap(NameRef));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp 179 StringRef getFuncName() {
240 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName()
PGOInstrumentation.cpp 1152 std::string getFuncName() const { return FuncInfo.FuncName; }
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 463 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) {
567 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 2015 OS << Symtab->getFuncName(VD[V].Value);

Completed in 39 milliseconds