14 #ifndef LLVM_TRANSFORMS_UTILS_CODELAYOUT_H
15 #define LLVM_TRANSFORMS_UTILS_CODELAYOUT_H
23 using EdgeT = std::pair<uint64_t, uint64_t>;
39 const std::vector<uint64_t> &NodeCounts,
40 const std::vector<EdgeCountT> &EdgeCounts);
47 const std::vector<uint64_t> &NodeSizes,
48 const std::vector<uint64_t> &NodeCounts,
49 const std::vector<EdgeCountT> &EdgeCounts);
53 const std::vector<uint64_t> &NodeCounts,
54 const std::vector<EdgeCountT> &EdgeCounts);
58 #endif // LLVM_TRANSFORMS_UTILS_CODELAYOUT_H