/llvm-project/bolt/include/bolt/Passes/ |
H A D | IndirectCallPromotion.h | 113 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 D | CallContext.h | 19 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 D | CSPreInliner.cpp | 129 LineLocation Callsite = CalleeNode->getCallSiteLoc(); in getInlineCandidates() local
|
H A D | ProfiledBinary.h | 583 auto &Callsite = ProbeInlineContext[I]; global() variable
|
H A D | ProfiledBinary.cpp | 84 for (const auto &Callsite : reverse(Context)) { in addInstructionForContext() local
|
H A D | ProfileGenerator.cpp | 629 LineLocation Callsite( in getLeafProfileAndAddTotalSamples() local
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | ProfiledCallGraph.h | 115 LineLocation Callsite = Callee->getCallSiteLoc(); variable
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 46 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( findIRAnchors() local 93 LineLocation Callsite = FunctionSamples::getCallSiteIdentifier( findIRAnchors() local
|
H A D | MemProfContextDisambiguation.cpp | 727 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 D | SampleContextTracker.cpp | 523 for (const auto &Callsite : Context.getContextFrames()) { in getOrCreateContextPath() local
|
/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 60 TEST_F(ContextTest, Callsite) { in TEST_F() argument
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 218 auto *Callsite = *CallsiteContext; __llvm_ctx_profile_get_context() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 404 for (auto &Callsite : Frames) { writeCSNameTableSection() local 674 for (auto &Callsite : Context.getContextFrames()) addContext() local
|
H A D | SampleProf.cpp | 442 for (auto &Callsite : Context.getContextFrames()) { getOrCreateContextPath() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | IndirectCallPromotion.cpp | 192 IndirectCallPromotion::Callsite::Callsite(BinaryFunction &BF, in Callsite() function in llvm::bolt::IndirectCallPromotion::Callsite [all...] |
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 1421 for (const auto &Callsite : CallsiteSamples.second) { remapSamples() local 2218 auto Callsite = (CallsiteStepStatus == MS_FirstUnique) computeSampleFunctionInternalOverlap() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 2607 for (auto *Callsite : Intrinsics) inlineGetBaseAndOffset() local [all...] |