Searched refs:FSToUpdate (Results 1 – 1 of 1) sorted by relevance
365 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local367 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()370 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()371 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()372 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()378 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()