OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextStrToRemove
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h
53
StringRef
ContextStrToRemove
,
139
StringRef
ContextStrToRemove
);
142
StringRef
ContextStrToRemove
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp
67
StringRef
ContextStrToRemove
, bool DeleteNode) {
89
FSamples->getContext().promoteOnPath(
ContextStrToRemove
);
383
StringRef
ContextStrToRemove
= FromSamples->getContext().getCallingContext();
385
ContextStrToRemove
);
506
StringRef
ContextStrToRemove
) {
518
FromSamples->getContext().promoteOnPath(
ContextStrToRemove
);
525
StringRef
ContextStrToRemove
) {
526
assert(!
ContextStrToRemove
.empty() && "Context to remove can't be empty");
544
NewCallSiteLoc, std::move(FromNode),
ContextStrToRemove
, false);
547
mergeContextNode(FromNode, *ToNode,
ContextStrToRemove
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h
413
// Promote context by removing top frames (represented by `
ContextStrToRemove
`).
415
// a substr operation with `
ContextStrToRemove
` removed from left.
416
void promoteOnPath(StringRef
ContextStrToRemove
) {
417
assert(FullContext.startswith(
ContextStrToRemove
));
420
FullContext = FullContext.substr(
ContextStrToRemove
.size() + 3);
421
CallingContext = CallingContext.substr(
ContextStrToRemove
.size() + 3);
Completed in 19 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026