Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp287 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local
289 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()
292 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()
293 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()
294 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()
300 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()