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