Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfReader.h61 const CallsiteMapTy &callsites() const { return Callsites; } in callsites() function
62 CallsiteMapTy &callsites() { return Callsites; } in callsites() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp131 auto &Targets = Ret.callsites()[*SC->first]; in readContext()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1790 if (!FS->callsites().empty()) in IndexCallsiteContextGraph()
1797 if (!FS->allocs().empty() || !FS->callsites().empty()) in IndexCallsiteContextGraph()
3613 if (FS->allocs().empty() && FS->callsites().empty()) in applyImport()
3616 auto SI = FS->callsites().begin(); in applyImport()
3625 for (auto CallsiteIt = FS->callsites().rbegin(); in applyImport()
3626 CallsiteIt != FS->callsites().rend(); CallsiteIt++) { in applyImport()
3779 assert(SI != FS->callsites().end()); in applyImport()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp812 KEYWORD(callsites); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1045 ArrayRef<CallsiteInfo> callsites() const {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3417 if (!FS->callsites().empty()) { in printFunctionSummary()
3420 for (auto &CI : FS->callsites()) { in printFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp499 for (auto &CI : FS->callsites()) { in IndexBitcodeWriter()
4168 for (auto &CI : FS->callsites()) { in writeFunctionHeapProfileRecords()
/freebsd/crypto/heimdal/
H A DChangeLog.2003802 memory, update callsites to either return error or use krb5_abortx
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1735 profile is accurate, callsites without profile samples are marked
1736 as cold. Otherwise, treat callsites without profile samples as if