Home
last modified time | relevance | path

Searched refs:AllChildContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp37 auto It = AllChildContext.find(Hash); in getChildContext()
38 if (It != AllChildContext.end()) in getChildContext()
50 for (auto &It : AllChildContext) { in getHottestChildContext()
75 AllChildContext[Hash] = NodeToMove; in moveContextSamples()
76 ContextTrieNode &NewNode = AllChildContext[Hash]; in moveContextSamples()
110 AllChildContext.erase(Hash); in removeChildContext()
114 return AllChildContext; in getAllChildContext()
156 for (auto &It : AllChildContext) { in dumpNode()
181 auto It = AllChildContext.find(Hash); in getOrCreateChildContext()
182 if (It != AllChildContext.end()) { in getOrCreateChildContext()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h64 std::map<uint64_t, ContextTrieNode> AllChildContext;