Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp396 std::queue<FunctionSamples *> FSToUpdate; in SetGUIDToFuncNameMapForAll() local
398 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()