Searched refs:FSToUpdate (Results 1 – 1 of 1) sorted by relevance
396 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local398 FSToUpdate.push(&IFS.second); in SetGUIDToFuncNameMapForAll()401 while (!FSToUpdate.empty()) { in SetGUIDToFuncNameMapForAll()402 FunctionSamples *FS = FSToUpdate.front(); in SetGUIDToFuncNameMapForAll()403 FSToUpdate.pop(); in SetGUIDToFuncNameMapForAll()409 FSToUpdate.push(&FS); in SetGUIDToFuncNameMapForAll()