Home
last modified time | relevance | path

Searched refs:CallSiteLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp109 std::string CallSiteLoc = in getAdviceImpl() local
112 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
119 << CallSiteLoc << "\n"); in getAdviceImpl()
125 << CallSiteLoc << "\n"); in getAdviceImpl()
H A DInlineAdvisor.cpp475 raw_string_ostream CallSiteLoc(Buffer); in formatCallSiteLocation() local
479 CallSiteLoc << " @ "; in formatCallSiteLocation()
489 CallSiteLoc << Name.str() << ":" << llvm::utostr(Offset); in formatCallSiteLocation()
491 CallSiteLoc << ":" << llvm::utostr(DIL->getColumn()); in formatCallSiteLocation()
493 CallSiteLoc << "." << llvm::utostr(Discriminator); in formatCallSiteLocation()
497 return CallSiteLoc.str(); in formatCallSiteLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
137 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
148 CallSiteLoc = Loc; in setCallSiteLoc()
153 << " Callsite: " << CallSiteLoc << "\n" in dumpNode()
522 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
528 ContextNode->getOrCreateChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath()
531 ContextNode->getChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath()
533 CallSiteLoc = Callsite.Location; in getOrCreateContextPath()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp485 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
487 Node = Node->getOrCreateChildFrame(CallSiteLoc, Callsite.Func); in getOrCreateContextPath()
488 CallSiteLoc = Callsite.Location; in getOrCreateContextPath()
510 auto &SamplesMap = NodeProfile->functionSamplesAt(ChildNode.CallSiteLoc); in convertCSProfiles()
516 ChildNode.CallSiteLoc.LineOffset, ChildNode.CallSiteLoc.Discriminator, in convertCSProfiles()
534 auto &SamplesMap = NodeProfile->functionSamplesAt(ChildNode.CallSiteLoc); in convertCSProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h42 CallSiteLoc(CallLoc){}; in ParentContext()
82 LineLocation CallSiteLoc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h589 LineLocation CallSiteLoc(0, 0);
590 decodeContextString(ChildContext, Callee, CallSiteLoc);
591 Context.emplace_back(Callee, CallSiteLoc);
1422 : FuncName(FName), FuncSamples(FSamples), CallSiteLoc(CallLoc){};
1431 LineLocation CallSiteLoc;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2045 SourceLocation CallSiteLoc);
3332 SourceLocation CallSiteLoc) { in CheckNonNullArgument() argument
3334 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr, in CheckNonNullArgument()
3351 SourceLocation CallSiteLoc) { in CheckNonNullArguments() argument
3366 CheckNonNullArgument(S, Arg, CallSiteLoc); in CheckNonNullArguments()
15445 SourceLocation CallSiteLoc) { in CheckArgumentWithTypeTag() argument
15452 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag()
15472 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3090 SourceLocation CallSiteLoc);