Searched refs:FSToUpdate (Results 1 – 1 of 1) sorted by relevance
354 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local356 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()359 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()360 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()361 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()367 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()