Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h43 std::vector<uint64_t> computeExtTspLayout(ArrayRef<uint64_t> NodeSizes,
51 double calcExtTspScore(ArrayRef<uint64_t> Order, ArrayRef<uint64_t> NodeSizes,
56 double calcExtTspScore(ArrayRef<uint64_t> NodeSizes,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp593 : NumNodes(NodeSizes.size()) { in ExtTSPImpl()
594 initialize(NodeSizes, NodeCounts, EdgeCounts); in ExtTSPImpl()
614 void initialize(const ArrayRef<uint64_t> &NodeSizes, in initialize() argument
1042 : Config(Config), NumNodes(NodeSizes.size()) { in CDSortImpl()
1057 void initialize(const ArrayRef<uint64_t> &NodeSizes, in initialize() argument
1416 assert(NodeSizes.size() > 2 && "Incorrect input"); in computeExtTspLayout()
1419 ExtTSPImpl Alg(NodeSizes, NodeCounts, EdgeCounts); in computeExtTspLayout()
1433 std::vector<uint64_t> Addr(NodeSizes.size(), 0); in calcExtTspScore()
1437 std::vector<uint64_t> OutDegree(NodeSizes.size(), 0); in calcExtTspScore()
1454 std::vector<uint64_t> Order(NodeSizes.size()); in calcExtTspScore()
[all …]