Home
last modified time | relevance | path

Searched refs:InstrProfValueKind (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get()
51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get()
73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get()
H A DValueProfilePlugins.inc33 static constexpr InstrProfValueKind Kind = IPVK_MemOPSize;
78 static constexpr InstrProfValueKind Kind = IPVK_IndirectCallTarget;
H A DValueProfileCollector.h74 std::vector<CandidateInfo> get(InstrProfValueKind Kind) const;
H A DInstrProfiling.cpp631 llvm::InstrProfValueKind::IPVK_MemOPSize); in lowerValueProfileInst()
H A DPGOInstrumentation.cpp1535 static_cast<InstrProfValueKind>(Kind), ValueSiteIndex, in annotateValueSites()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h239 enum InstrProfValueKind : uint32_t { enum
249 InstrProfValueKind ValueKind, uint32_t SiteIndx,
255 InstrProfValueKind ValueKind, uint32_t MaxMDCount);
261 InstrProfValueKind ValueKind,
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp992 InstrProfValueKind ValueKind, uint32_t SiteIdx, in annotateValueSite()
1008 uint64_t Sum, InstrProfValueKind ValueKind, in annotateValueSite()
1036 InstrProfValueKind ValueKind, in getValueProfDataFromInst()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1022 (llvm::InstrProfValueKind)ValueKind, in valueProfile()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst13357 ``InstrProfValueKind`` type declared in the