Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h137 auto I = ProfileToNodeMap.find(FSamples); in getContextNodeForProfile()
138 if (I == ProfileToNodeMap.end()) in getContextNodeForProfile()
208 ProfileToNodeMap[FSample] = Node; in setContextNode()
215 ProfileToNodeMap; variable