14 #ifndef LLVM_ANALYSIS_SYNTHETIC_COUNTS_UTILS_H 15 #define LLVM_ANALYSIS_SYNTHETIC_COUNTS_UTILS_H 37 using SccTy = std::vector<NodeRef>;
This class represents lattice values for constants.
An efficient, type-erasing, non-owning reference to a callable.
This file provides interfaces used to build and manipulate a call graph, which is a very useful tool ...
typename GraphType::UnknownGraphTypeError NodeRef
static void propagate(const CallGraphType &CG, GetProfCountTy GetProfCount, AddCountTy AddCount)
Propgate synthetic entry counts on a callgraph CG.
std::vector< NodeRef > SccTy
typename CGT::EdgeRef EdgeRef
typename CGT::NodeRef NodeRef
Class with methods to propagate synthetic entry counts.