Home
last modified time | relevance | path

Searched defs:Callsites (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h43 CallsiteMapTy Callsites; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp258 uint32_t Callsites) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in __llvm_ctx_profile_start_context()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp331 std::vector<CallsiteInfo> Callsites; in computeFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9392 std::vector<CallsiteInfo> Callsites; in parseFunctionSummary() local
10563 bool LLParser::parseOptionalCallsites(std::vector<CallsiteInfo> &Callsites) { in parseOptionalCallsites()