Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp284 auto AllCS = ::llvm::make_first_range(Callsites); in toYaml() local
285 auto MaxIt = ::llvm::max_element(AllCS); in toYaml()
286 assert(MaxIt != AllCS.end() && "We should have a max value because the " in toYaml()