Home
last modified time | relevance | path

Searched defs:NumValueSites (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h35 std::array <unsigned, llvm::IPVK_Last + 1> NumValueSites; variable
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c61 uint32_t ValueKind, uint16_t NumValueSites) { in __llvm_profile_set_num_value_sites()
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1033 reserveSites(uint32_t ValueKind,uint32_t NumValueSites) reserveSites() argument
/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp737 uint32_t NumValueSites = getNumValueSites(VK); accumulateCounts() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp217 uint32_t NumValueSites[IPVK_Last + 1] = {}; global() member
H A DPGOInstrumentation.cpp1759 unsigned NumValueSites = ProfileRecord.getNumValueSites(Kind); annotateValueSites() local