Home
last modified time | relevance | path

Searched defs:Callsite (Results 1 – 17 of 17) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h113 struct Callsite { struct
121 Callsite(BinaryFunction &BF, const IndirectCallProfile &ICP); argument
122 Callsite(const Location &From, const Location &To, uint64_t Mispreds, in Callsite() argument
/llvm-project/llvm/tools/llvm-profgen/
H A DCallContext.h19 inline std::string getCallSite(const SampleContextFrame &Callsite) { in getCallSite()
34 for (const auto &Callsite : Context) { in getLocWithContext() local
47 for (const auto &Callsite : reverse(Context)) { in getReversedLocWithContext() local
H A DCSPreInliner.cpp129 LineLocation Callsite = CalleeNode->getCallSiteLoc(); in getInlineCandidates() local
H A DProfiledBinary.h583 auto &Callsite = ProbeInlineContext[I]; global() variable
H A DProfiledBinary.cpp84 for (const auto &Callsite : reverse(Context)) { in addInstructionForContext() local
H A DProfileGenerator.cpp629 LineLocation Callsite( in getLeafProfileAndAddTotalSamples() local
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h115 LineLocation Callsite = Callee->getCallSiteLoc(); variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp46 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( findIRAnchors() local
93 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( findIRAnchors() local
H A DMemProfContextDisambiguation.cpp727 for (auto &Callsite : I.second) ~IndexCallsiteContextGraph() local
1599 auto *Callsite = dyn_cast_if_present<CallsiteInfo *>(Call.getBase()); getLabel() local
1938 __anonbbe7f6c30b02(Instruction *Callsite, Function *F) findProfiledCalleeThroughTailCalls() argument
3576 auto &Callsite = *CallsiteIt; applyImport() local
3750 auto Callsite = MapTailCallCalleeVIToCallsite.find(CalleeVI); applyImport() local
[all...]
H A DSampleContextTracker.cpp523 for (const auto &Callsite : Context.getContextFrames()) { in getOrCreateContextPath() local
/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp60 TEST_F(ContextTest, Callsite) { in TEST_F() argument
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp218 auto *Callsite = *CallsiteContext; __llvm_ctx_profile_get_context() local
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp404 for (auto &Callsite : Frames) { writeCSNameTableSection() local
674 for (auto &Callsite : Context.getContextFrames()) addContext() local
H A DSampleProf.cpp442 for (auto &Callsite : Context.getContextFrames()) { getOrCreateContextPath() local
/llvm-project/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp192 IndirectCallPromotion::Callsite::Callsite(BinaryFunction &BF, in Callsite() function in llvm::bolt::IndirectCallPromotion::Callsite
[all...]
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1421 for (const auto &Callsite : CallsiteSamples.second) { remapSamples() local
2218 auto Callsite = (CallsiteStepStatus == MS_FirstUnique) computeSampleFunctionInternalOverlap() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2607 for (auto *Callsite : Intrinsics) inlineGetBaseAndOffset() local
[all...]