OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllChildContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp
36
auto It =
AllChildContext
.find(Hash);
37
if (It !=
AllChildContext
.end())
44
// CSFDO-TODO: This could be slow, change
AllChildContext
so we can
49
for (auto &It :
AllChildContext
) {
69
assert(!
AllChildContext
.count(Hash) && "Node to remove must exist");
72
AllChildContext
[Hash] = NodeToMove;
73
ContextTrieNode &NewNode =
AllChildContext
[Hash];
113
AllChildContext
.erase(Hash);
117
return
AllChildContext
;
145
for (auto &It :
AllChildContext
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
SampleContextTracker.h
69
std::map<uint32_t, ContextTrieNode>
AllChildContext
;
Completed in 14 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026