OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallSite
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ReplayInlineAdvisor.cpp
39
// main:3:1.1: _Z3subii inlined into main at
callsite
sum:1 @ main:3:1.1
40
// We use the
callsite
string after `at
callsite
` to replay inlining.
44
auto Pair = Line.split(" at
callsite
");
48
auto
CallSite
= Pair.second.split(";").first;
50
if (Callee.empty() ||
CallSite
.empty())
53
std::string Combined = (Callee +
CallSite
).str();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp
24
const StackFrameContext *
CallSite
;
29
:
CallSite
(CS), BlockID(ID) {}
32
return (
CallSite
== RHS.
CallSite
) && (BlockID == RHS.BlockID);
36
return std::tie(
CallSite
, BlockID) < std::tie(RHS.
CallSite
, RHS.BlockID);
40
ID.AddPointer(
CallSite
);
57
unsigned BlockCounter::getNumVisited(const StackFrameContext *
CallSite
,
60
CountMap::data_type* T = M.lookup(CountKey(
CallSite
, BlockID));
74
const StackFrameContext *
CallSite
,
[
all
...]
CallEvent.cpp
1397
const Stmt *
CallSite
= CalleeCtx->getCallSite();
1399
if (
CallSite
) {
1400
if (CallEventRef<> Out = getCall(
CallSite
, State, CallerCtx))
1408
if (const auto *CE = dyn_cast<CXXConstructExpr>(
CallSite
))
1410
else if (const auto *CIE = dyn_cast<CXXInheritedCtorInitExpr>(
CallSite
))
MemRegion.cpp
926
const Stmt *
CallSite
= SFC->getCallSite();
927
if (
CallSite
) {
931
return getSubRegion<ParamVarRegion>(cast<Expr>(
CallSite
), Index,
935
return getSubRegion<ParamVarRegion>(cast<Expr>(
CallSite
), Index,
938
return getSubRegion<ParamVarRegion>(cast<Expr>(
CallSite
), Index,
BugReporter.cpp
291
const Stmt *
CallSite
= CExit.getCalleeContext()->getCallSite();
292
const auto *CE = dyn_cast_or_null<CallExpr>(
CallSite
);
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
297
const Stmt *
CallSite
;
313
: LocationContext(StackFrame, ADC, ParentLC, ID),
CallSite
(S),
319
const Stmt *getCallSite() const { return
CallSite
; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp
180
const Stmt *
CallSite
= Context.getStackFrame()->getCallSite();
181
if (
CallSite
)
183
CallSite
, Context.getSourceManager(), Node->getLocationContext());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
120
Value *
CallSite
=
125
Builder.CreateStore(CallSiteNoC,
CallSite
, true /*volatile*/);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp
30
ContextTrieNode *ContextTrieNode::getChildContext(const LineLocation &
CallSite
,
33
return getHottestChildContext(
CallSite
);
35
uint32_t Hash = nodeHash(CalleeName,
CallSite
);
43
ContextTrieNode::getHottestChildContext(const LineLocation &
CallSite
) {
51
if (ChildNode.CallSiteLoc !=
CallSite
)
66
const LineLocation &
CallSite
, ContextTrieNode &&NodeToMove,
68
uint32_t Hash = nodeHash(NodeToMove.getFuncName(),
CallSite
);
74
NewNode.CallSiteLoc =
CallSite
;
109
void ContextTrieNode::removeChildContext(const LineLocation &
CallSite
,
111
uint32_t Hash = nodeHash(CalleeName,
CallSite
);
[
all
...]
SampleProfile.cpp
142
"
callsite
and function as having 0 samples. Otherwise, treat "
192
cl::desc("Hot
callsite
threshold for proirity-based sample profile loader "
222
"call
callsite
in sample profile loader"));
305
// Inline candidate used by iterative
callsite
prioritized inliner
309
// Prorated
callsite
count, which will be used to guide inlining. For example,
310
// if a
callsite
is duplicated in LTO prelink, then in LTO postlink the two
315
// duplicated
callsite
. Default value is 1.0.
534
// inlined here, it means that the inlined
callsite
has no sample, thus the
536
// For CS profile, the
callsite
count of previously inlined callees is
579
// inlined here, it means that the inlined
callsite
has no sample, thus th
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
275
CallSite
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
2278
llvm::CallBase *
CallSite
;
2281
&
CallSite
);
2286
CallSite
->setDoesNotReturn();
Completed in 45 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026