Home
last modified time | relevance | path

Searched refs:FSToUpdate (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp365 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local
367 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()