Searched refs:FSToUpdate (Results 1 – 1 of 1) sorted by relevance
287 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local289 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()292 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()293 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()294 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()300 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()