Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp201 std::optional<StringRef> LastModule; in computeLTOCacheKey() local
203 if (LastModule != FromModule) { in computeLTOCacheKey()
207 LastModule = FromModule; in computeLTOCacheKey()