Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp285 auto MaxIt = ::llvm::max_element(AllCS); in toYaml() local
286 assert(MaxIt != AllCS.end() && "We should have a max value because the " in toYaml()
290 for (auto I = 0U; I <= *MaxIt; ++I) { in toYaml()