Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h138 auto I = ProfileToNodeMap.find(FSamples); in getContextNodeForProfile()
139 if (I == ProfileToNodeMap.end()) in getContextNodeForProfile()
205 ProfileToNodeMap[FSample] = Node; in setContextNode()
213 ProfileToNodeMap; variable