Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp375 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local
377 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()
380 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()
381 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()
382 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()
388 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()