Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp227 std::set<GlobalValue::GUID> UsedCfiDecls; in computeLTOCacheKey() local
236 UsedCfiDecls.insert(ValueGUID); in computeLTOCacheKey()
332 AddUnsigned(UsedCfiDecls.size()); in computeLTOCacheKey()
333 for (auto &V : UsedCfiDecls) in computeLTOCacheKey()