Searched refs:FSToUpdate (Results 1 – 1 of 1) sorted by relevance
281 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local283 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()