Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp281 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local
283 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()
286 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()
287 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()
288 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()
294 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()