Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h144 auto I = ProfileToNodeMap.find(FSamples); in getContextNodeForProfile()
145 if (I == ProfileToNodeMap.end()) in getContextNodeForProfile()
211 ProfileToNodeMap[FSample] = Node; in setContextNode()
219 ProfileToNodeMap; variable