Searched refs:AllCS (Results 1 – 1 of 1) sorted by relevance
284 auto AllCS = ::llvm::make_first_range(Callsites); in toYaml() local285 auto MaxIt = ::llvm::max_element(AllCS); in toYaml()286 assert(MaxIt != AllCS.end() && "We should have a max value because the " in toYaml()